[Pkg-lustre-svn-commit] updated: [7fee658] Removed old patches from debian/patches

Patrick Winnertz winnie at debian.org
Tue Mar 9 14:54:14 UTC 2010


The following commit has been merged in the master branch:
commit 7fee6584fc19a3a4f7f65e835d9d6e5a5ea5e792
Author: Patrick Winnertz <winnie at debian.org>
Date:   Tue Mar 9 15:53:59 2010 +0100

    Removed old patches from debian/patches
    
    Signed-off-by: Patrick Winnertz <winnie at debian.org>

diff --git a/debian/patches/2.6.21-mds-orphan_link.dpatch b/debian/patches/2.6.21-mds-orphan_link.dpatch
deleted file mode 100755
index 718b20a..0000000
--- a/debian/patches/2.6.21-mds-orphan_link.dpatch
+++ /dev/null
@@ -1,23 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 2.6.21-mds-orphan_link.patch by Goswin von Brederlow <goswin-v-b at web.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Patch from Q-Leap Networks
-
- at DPATCH@
-diff -urNad lustre-1.6.6~/lustre/mds/mds_reint.c lustre-1.6.6/lustre/mds/mds_reint.c
---- lustre-1.6.6~/lustre/mds/mds_reint.c	2008-11-26 10:42:24.000000000 +0100
-+++ lustre-1.6.6/lustre/mds/mds_reint.c	2008-11-26 10:46:26.000000000 +0100
-@@ -1577,8 +1577,12 @@
-          * for linking and return real mode back then -bzzz */
-         mode = inode->i_mode;
-         inode->i_mode = S_IFREG;
-+
-+        inode->i_nlink = 1;
-         rc = ll_vfs_link(dentry, mds->mds_vfsmnt, pending_dir, pending_child,
-                          mds->mds_vfsmnt);
-+        inode->i_nlink--;
-+        mark_inode_dirty(inode); 
-         if (rc)
-                 CERROR("error linking orphan %s to PENDING: rc = %d\n",
-                        rec->ur_name, rc);
diff --git a/debian/patches/OST_read_cache_data_corruption.dpatch b/debian/patches/OST_read_cache_data_corruption.dpatch
deleted file mode 100755
index 9c7dec4..0000000
--- a/debian/patches/OST_read_cache_data_corruption.dpatch
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## OST_read_cache_data_corruption.dpatch by Patrick Winnertz <winnie at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix a possible data corruption on OST when cache on
-## DP: see https://bugzilla.lustre.org/show_bug.cgi?id=20560 for details
-
- at DPATCH@
-diff --git lustre/ptlrpc/pers.c lustre/ptlrpc/pers.c
-index d53d42c..a2175da 100644
---- ./lustre/ptlrpc/pers.c
-+++ ./lustre/ptlrpc/pers.c
-@@ -79,6 +79,7 @@ void ptl_rpc_wipe_bulk_pages(struct ptlrpc_bulk_desc *desc)
-         
-         for (i = 0; i < desc->bd_iov_count ; i++) {
-                 lnet_kiov_t *kiov = &desc->bd_iov[i];
-+                ClearPageUptodate(kiov->kiov_page);
-                 memset(cfs_kmap(kiov->kiov_page)+kiov->kiov_offset, 0xab,
-                        kiov->kiov_len);
-                 cfs_kunmap(kiov->kiov_page);
diff --git a/debian/patches/add_LASSERTF_in_setattr.dpatch b/debian/patches/add_LASSERTF_in_setattr.dpatch
deleted file mode 100644
index d113aed..0000000
--- a/debian/patches/add_LASSERTF_in_setattr.dpatch
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## add_LASSERTF_in_setattr.dpatch by Patrick Winnertz <patrick.winnertz at credativ.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: patch attached to bug #18695
-
- at DPATCH@
-diff -u -p -r1.58.28.34.2.2 fsfilt_ext3.c
---- ./lustre/lvfs/fsfilt_ext3.c	15 Dec 2008 14:53:27 -0000	1.58.28.34.2.2
-+++ ./lustre/lvfs/fsfilt_ext3.c	3 Apr 2009 22:26:18 -0000
-@@ -503,6 +503,10 @@ static int fsfilt_ext3_setattr(struct de
-         struct inode *inode = dentry->d_inode;
-         int rc = 0;
- 
-+        LASSERTF(!(iattr->ia_valid & ATTR_SIZE) || !S_ISDIR(inode->i_mode),
-+                 "changing i_size on directory #%lu (%p) new %lu old %lu\n",
-+                 inode->i_ino, inode, iattr->ia_size, i_size_read(inode));
-+
-         /* Avoid marking the inode dirty on the superblock list unnecessarily.
-          * We are already writing the inode to disk as part of this
-          * transaction and want to avoid a lot of extra inode writeout
diff --git a/debian/patches/autogen-run.dpatch b/debian/patches/autogen-run.dpatch
deleted file mode 100755
index aae6adb..0000000
--- a/debian/patches/autogen-run.dpatch
+++ /dev/null
@@ -1,50289 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## autogen.dpatch by Patrick Winnertz
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: result of autogen.sh run on lenny
-
- at DPATCH@
-diff --git a/aclocal.m4 b/aclocal.m4
-index 83f968d..b90bfb7 100644
---- a/aclocal.m4
-+++ b/aclocal.m4
-@@ -873,7 +873,7 @@ if test $target_cpu == "powerpc64"; then
- 	CC="$CC -m64"
- fi
- 
--CPPFLAGS="-I$PWD/$LIBCFS_INCLUDE_DIR -I$PWD/lnet/include -I$PWD/lustre/include $CPPFLAGS"
-+CPPFLAGS="-I$PWD/$LIBCFS_INCLUDE_DIR -I$TOP_DIR/lnet/include -I$TOP_DIR/lustre/include -I$PWD/lnet/include -I$PWD/lustre/include $CPPFLAGS"
- 
- LLCPPFLAGS="-D__arch_lib__ -D_LARGEFILE64_SOURCE=1"
- AC_SUBST(LLCPPFLAGS)
-@@ -3096,6 +3096,7 @@ LB_LINUX_TRY_COMPILE([
- ])
- ])
- 
-+
- #
- # LC_COOKIE_FOLLOW_LINK
- #
-@@ -5944,113 +5945,6 @@ AC_DEFUN([LN_CONFIG_OFED_SPEC],
- ])
- 
- #
--# LB_DARWIN_CHECK_FUNCS
--#
--# check for functions in the darwin kernel
--# Note that this is broken for cross compiling
--#
--AC_DEFUN([LB_DARWIN_CHECK_FUNCS],
--[AC_FOREACH([AC_Func], [$1],
--  [AH_TEMPLATE(AS_TR_CPP(HAVE_[]AC_Func),
--               [Define to 1 if you have the `]AC_Func[' function.])])dnl
--for ac_func in $1
--do
--AC_MSG_CHECKING([for $1])
--AS_IF([AC_TRY_COMMAND(nm /mach | grep "[$1]" >/dev/null 2>/dev/null)],[
--	AC_MSG_RESULT([yes])
--	AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$ac_func])) $2
--],[
--	AC_MSG_RESULT([no]) $3
--])dnl
--done
--])
--
--#
--# LB_DARWIN_CONDITIONALS
--#
--# AM_CONDITIONALs for darwin
--#
--AC_DEFUN([LB_DARWIN_CONDITIONALS],
--[
--])
--
--#
--# LB_PROG_DARWIN
--#
--# darwin tests
--#
--AC_DEFUN([LB_PROG_DARWIN],
--[kernel_framework="/System/Library/Frameworks/Kernel.framework"
--#
--# FIXME: there should be a better way to get these than hard coding them
--#
--case $target_cpu in 
--	powerpc*)
--		EXTRA_KCFLAGS="$EXTRA_KCFLAGS -arch ppc -mtune=G4 -mlong-branch"
--		EXTRA_KLDFLAGS="-arch ppc"
--		;;
--	i?86 | x86_64)
--		EXTRA_KCFLAGS="$EXTRA_KCFLAGS -arch i386"
--		EXTRA_KLDFLAGS="-arch i386"
--		;;
--esac
--
--# Kernel of OS X is not 64bits(even in Tiger), but -m64 can be taken by gcc in Tiger
--# (Tiger can support 64bits applications), so we have to eliminate -m64 while 
--# building kextensions for and OS X.
--CC=`echo $CC | sed -e "s/\-m64//g"`
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -x c -pipe -Wno-trigraphs -fasm-blocks -g -O0"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -Wno-four-char-constants -Wmost -O0"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -fmessage-length=0"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -I$kernel_framework/Headers"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -I$kernel_framework/Headers/bsd"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -I$kernel_framework/PrivateHeaders"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -fno-common -nostdinc -fno-builtin"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -finline -fno-keep-inline-functions"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -force_cpusubtype_ALL -fno-exceptions"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -msoft-float -static"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -DKERNEL -DKERNEL_PRIVATE"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -DDRIVER_PRIVATE -DAPPLE -DNeXT"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -D__KERNEL__ -D__DARWIN__"
--#
--# C flags for Panther/Tiger
--#
--case $target_os in
--        darwin8*)
--                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -D__DARWIN8__"
--	;;
--        darwin7*)
--                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -ffix-and-continue"
--        ;;
--esac
--
--#
--# Debugging flags. Remove!
--#
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -O0 -DMACH_ASSERT=1"
--EXTRA_KLDFLAGS="$EXTRA_KLDFLAGS -static -nostdlib -r"
--EXTRA_KLIBS="-lkmodc++ -lkmod -lcc_kext"
--KMODEXT=""
--
--AC_SUBST(EXTRA_KLDFLAGS)
--AC_SUBST(EXTRA_KLIBS)
--
--kextdir='/System/Library/Extensions/$(firstword $(macos_PROGRAMS)).kext'
--plistdir='$(kextdir)/Contents'
--macosdir='$(plistdir)/MacOS'
--
--AC_SUBST(kextdir)
--AC_SUBST(plistdir)
--AC_SUBST(macosdir)
--
--LN_PROG_DARWIN
--
--LP_PROG_DARWIN
--
--LC_PROG_DARWIN
--])
--
--#
- # LS_CONFIGURE
- #
- # configure bits for lustre-snmp
-@@ -6705,7 +6599,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
-        grep sub/conftest.${OBJEXT-o} 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
--      # (even with -Werror -fno-strict-aliasing).  So we grep stderr for any message
-+      # (even with -Werror).  So we grep stderr for any message
-       # that says an option was ignored.
-       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
-         am_cv_$1_dependencies_compiler_type=$depmode
-diff --git a/autoMakefile.in b/autoMakefile.in
-index a7881f3..151f562 100644
---- a/autoMakefile.in
-+++ b/autoMakefile.in
-@@ -122,12 +122,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -243,8 +242,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -258,8 +255,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -267,26 +266,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -301,7 +301,6 @@ SUBDIRS := @LDISKFS_SUBDIR@ @SPL_SUBDIR@ @ZFS_SUBDIR@ . @LIBSYSIO_SUBDIR@ @SNMP_
- DIST_SUBDIRS := @SNMP_DIST_SUBDIR@ libsysio ldiskfs @LUSTREIOKIT_SUBDIR@ @LIBCFS_SUBDIR@ lnet lustre 
- SOURCES_SUBDIRS := @LDISKFS_SUBDIR@ @LIBCFS_SUBDIR@ lnet lustre
- RPM_SUBDIRS := @LDISKFS_SUBDIR@ @LUSTREIOKIT_SUBDIR@
-- at LDISKFS_ENABLED_TRUE@@LDISKFS_IN_KERNEL_FALSE at EXTRA_SOURCES := @SYMVERFILE@
- 
- AUTOMAKE_OPTIONS = foreign
- 
-@@ -314,6 +313,7 @@ FIND_TAG_FILES_CMD = find $(top_srcdir) \
- 
- @LINUX25_FALSE@@LINUX_TRUE@@MODULES_TRUE at CLEANFILES = .depend
- 
-+#EXTRA_SOURCES := @SYMVERFILE@
- EXTRA_DIST = @PACKAGE_TARNAME at .spec					\
- 	build/Makefile build/autoMakefile.am.toplevel build/lbuild	\
- 	build/linux-merge-config.awk build/linux-merge-modules.awk	\
-@@ -336,6 +336,8 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = config.h
- CONFIG_CLEAN_FILES = Makefile Rules lustre.spec \
-+	lnet/include/libcfs/darwin/Makefile \
-+	lnet/include/lnet/darwin/Makefile lnet/libcfs/darwin/Makefile \
- 	lustre/kernel_patches/targets/2.6-suse.target \
- 	lustre/kernel_patches/targets/2.6-vanilla.target \
- 	lustre/kernel_patches/targets/2.6-rhel4.target \
-@@ -349,7 +351,8 @@ CONFIG_CLEAN_FILES = Makefile Rules lustre.spec \
- 	lustre/kernel_patches/targets/rhel-2.4.target \
- 	lustre/kernel_patches/targets/suse-2.4.21-2.target \
- 	lustre/kernel_patches/targets/sles-2.4.target \
--	lustre/kernel_patches/targets/2.6-oel5.target
-+	lustre/kernel_patches/targets/2.6-oel5.target \
-+	lustre/obdclass/darwin/Makefile
- DIST_SOURCES =
- 
- RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
-@@ -360,8 +363,9 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
- DIST_COMMON = README $(srcdir)/autoMakefile.in \
- 	$(srcdir)/build/autoMakefile.am.toplevel $(srcdir)/configure \
- 	COPYING ChangeLog Makefile.in aclocal.m4 autoMakefile.am \
--	compile config.guess config.h.in config.sub configure.ac \
--	depcomp install-sh lustre.spec.in missing mkinstalldirs
-+	compile config.guess config.h.in config.sub configure \
-+	configure.ac depcomp install-sh lustre.spec.in missing \
-+	mkinstalldirs
- all: config.h
- 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
- 
-@@ -405,6 +409,12 @@ Rules: $(top_builddir)/config.status $(top_srcdir)/build/Rules.in
- 	cd $(top_builddir) && $(SHELL) ./config.status $@
- lustre.spec: $(top_builddir)/config.status lustre.spec.in
- 	cd $(top_builddir) && $(SHELL) ./config.status $@
-+lnet/include/libcfs/darwin/Makefile: $(top_builddir)/config.status $(top_srcdir)/lnet/include/libcfs/darwin/Makefile.in
-+	cd $(top_builddir) && $(SHELL) ./config.status $@
-+lnet/include/lnet/darwin/Makefile: $(top_builddir)/config.status $(top_srcdir)/lnet/include/lnet/darwin/Makefile.in
-+	cd $(top_builddir) && $(SHELL) ./config.status $@
-+lnet/libcfs/darwin/Makefile: $(top_builddir)/config.status $(top_srcdir)/lnet/libcfs/darwin/Makefile.in
-+	cd $(top_builddir) && $(SHELL) ./config.status $@
- lustre/kernel_patches/targets/2.6-suse.target: $(top_builddir)/config.status $(top_srcdir)/lustre/kernel_patches/targets/2.6-suse.target.in
- 	cd $(top_builddir) && $(SHELL) ./config.status $@
- lustre/kernel_patches/targets/2.6-vanilla.target: $(top_builddir)/config.status $(top_srcdir)/lustre/kernel_patches/targets/2.6-vanilla.target.in
-@@ -433,6 +443,8 @@ lustre/kernel_patches/targets/sles-2.4.target: $(top_builddir)/config.status $(t
- 	cd $(top_builddir) && $(SHELL) ./config.status $@
- lustre/kernel_patches/targets/2.6-oel5.target: $(top_builddir)/config.status $(top_srcdir)/lustre/kernel_patches/targets/2.6-oel5.target.in
- 	cd $(top_builddir) && $(SHELL) ./config.status $@
-+lustre/obdclass/darwin/Makefile: $(top_builddir)/config.status $(top_srcdir)/lustre/obdclass/darwin/Makefile.in
-+	cd $(top_builddir) && $(SHELL) ./config.status $@
- uninstall-info-am:
- 
- # This directory's subdirectories are mostly independent; you can cd
-@@ -546,7 +558,7 @@ distcleancheck_listfiles = find . -type f -print
- distdir: $(DISTFILES)
- 	$(am__remove_distdir)
- 	mkdir $(distdir)
--	$(mkinstalldirs) $(distdir)/. $(distdir)/./build $(distdir)/build $(distdir)/build/autoconf $(distdir)/debian $(distdir)/lnet $(distdir)/lnet/klnds $(distdir)/lnet/klnds/ciblnd $(distdir)/lnet/klnds/gmlnd $(distdir)/lnet/klnds/iiblnd $(distdir)/lnet/klnds/mxlnd $(distdir)/lnet/klnds/o2iblnd $(distdir)/lnet/klnds/openiblnd $(distdir)/lnet/klnds/ptllnd $(distdir)/lnet/klnds/qswlnd $(distdir)/lnet/klnds/ralnd $(distdir)/lnet/klnds/socklnd $(distdir)/lnet/klnds/viblnd $(distdir)/lnet/libcfs $(distdir)/lnet/lnet $(distdir)/lnet/selftest $(distdir)/lnet/ulnds $(distdir)/lustre $(distdir)/lustre/include $(distdir)/lustre/kernel_patches/targets $(distdir)/lustre/llite $(distdir)/lustre/lov $(distdir)/lustre/lvfs $(distdir)/lustre/mdc $(distdir)/lustre/mds $(distdir)/lustre/mgc $(distdir)/lustre/mgs $(distdir)/lustre/obdclass $(distdir)/lustre/obdecho $(distdir)/lustre/obdfilter $(distdir)/lustre/osc $(distdir)/lustre/ost $(distdir)/lustre/ptlrpc $(distdir)/lustre/quota
-+	$(mkinstalldirs) $(distdir)/. $(distdir)/./build $(distdir)/build $(distdir)/build/autoconf $(distdir)/debian $(distdir)/lnet $(distdir)/lnet/include/libcfs/darwin $(distdir)/lnet/include/lnet/darwin $(distdir)/lnet/klnds $(distdir)/lnet/klnds/ciblnd $(distdir)/lnet/klnds/gmlnd $(distdir)/lnet/klnds/iiblnd $(distdir)/lnet/klnds/mxlnd $(distdir)/lnet/klnds/o2iblnd $(distdir)/lnet/klnds/openiblnd $(distdir)/lnet/klnds/ptllnd $(distdir)/lnet/klnds/qswlnd $(distdir)/lnet/klnds/ralnd $(distdir)/lnet/klnds/socklnd $(distdir)/lnet/klnds/viblnd $(distdir)/lnet/libcfs $(distdir)/lnet/libcfs/darwin $(distdir)/lnet/lnet $(distdir)/lnet/selftest $(distdir)/lnet/ulnds $(distdir)/lustre $(distdir)/lustre/include $(distdir)/lustre/kernel_patches/targets $(distdir)/lustre/llite $(distdir)/lustre/lov $(distdir)/lustre/lvfs $(distdir)/lustre/mdc $(distdir)/lustre/mds $(distdir)/lustre/mgc $(distdir)/lustre/mgs $(distdir)/lustre/obdclass $(distdir)/lustre/obdclass/darwin $(distdir)/lustre/obdecho $(distdir)/lustre/obdfilter $(distdir)/lustre/osc $(distdir)/lustre/ost $(distdir)/lustre/ptlrpc $(distdir)/lustre/quota
- 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
- 	list='$(DISTFILES)'; for file in $$list; do \
-diff --git a/config.h.in b/config.h.in
-index 980bc9f..dfce080 100644
---- a/config.h.in
-+++ b/config.h.in
-@@ -222,9 +222,6 @@
- /* Define to 1 if you have the `gethostbyname' function. */
- #undef HAVE_GETHOSTBYNAME
- 
--/* Define to 1 if you have the `get_preemption_level' function. */
--#undef HAVE_GET_PREEMPTION_LEVEL
--
- /* gfp_t found */
- #undef HAVE_GFP_T
- 
-@@ -645,7 +642,7 @@
- /* kernel using unsigned for shrinker callback */
- #undef SHRINKER_MASK_T
- 
--/* The size of a `unsigned long long', as computed by sizeof. */
-+/* The size of `unsigned long long', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_LONG_LONG
- 
- /* use tunable backoff TCP */
-diff --git a/configure b/configure
-index 55ca570..0dc9b73 100755
---- a/configure
-+++ b/configure
-@@ -1,27 +1,56 @@
- #! /bin/sh
- # Guess values for system-dependent variables and create Makefiles.
--# Generated by GNU Autoconf 2.59 for Lustre LUSTRE_VERSION.
-+# Generated by GNU Autoconf 2.61 for Lustre LUSTRE_VERSION.
- #
- # Report bugs to <https://bugzilla.lustre.org/>.
- #
--# Copyright (C) 2003 Free Software Foundation, Inc.
-+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-+# 2002, 2003, 2004, 2005, 2006 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.  ##
- ## --------------------- ##
- 
--# Be Bourne compatible
-+# Be more Bourne compatible
-+DUALCASE=1; export DUALCASE # for MKS sh
- 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+"$@"}'='"$@"'
--elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
--  set -o posix
-+  setopt NO_GLOB_SUBST
-+else
-+  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=';'
-+  else
-+    PATH_SEPARATOR=:
-+  fi
-+  rm -f conf$$.sh
- fi
--DUALCASE=1; export DUALCASE # for MKS sh
- 
- # Support unset when possible.
- if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -31,8 +60,43 @@ else
- fi
- 
- 
-+# IFS
-+# We need space, tab and new line, in precisely that order.  Quoting is
-+# 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=$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
-+IFS=$as_save_IFS
-+
-+     ;;
-+esac
-+# We did not find ourselves, most probably we were run as `sh COMMAND'
-+# in which case we are not to be found in the path.
-+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; }
-+fi
-+
- # Work around bugs in pre-3.0 UWIN ksh.
--$as_unset ENV MAIL MAILPATH
-+for as_var in ENV MAIL MAILPATH
-+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+done
- PS1='$ '
- PS2='> '
- PS4='+ '
-@@ -46,18 +110,19 @@ 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
-+    ($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; then
-+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
-+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-   as_basename=basename
- else
-   as_basename=false
-@@ -65,157 +130,388 @@ fi
- 
- 
- # Name of the executable.
--as_me=`$as_basename "$0" ||
-+as_me=`$as_basename -- "$0" ||
- $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- 	 X"$0" : 'X\(//\)$' \| \
--	 X"$0" : 'X\(/\)$' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
- echo X/"$0" |
--    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
--  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\/\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
- 
-+# CDPATH.
-+$as_unset CDPATH
- 
--# PATH needs CR, and LINENO needs CR and PATH.
--# 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=';'
--  else
--    PATH_SEPARATOR=:
--  fi
--  rm -f conf$$.sh
-+if test "x$CONFIG_SHELL" = x; then
-+  if (eval ":") 2>/dev/null; then
-+  as_have_required=yes
-+else
-+  as_have_required=no
- 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_lineno_1=$LINENO
--  as_lineno_2=$LINENO
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
--  test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
--  # Find who we are.  Look in the path if we contain no path at all
--  # relative or not.
--  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
-+exitcode=0
-+if as_func_success; then
-+  :
-+else
-+  exitcode=1
-+  echo as_func_success failed.
-+fi
- 
--       ;;
--  esac
--  # We did not find ourselves, most probably we were run as `sh COMMAND'
--  # in which case we are not to be found in the path.
--  if test "x$as_myself" = x; then
--    as_myself=$0
--  fi
--  if test ! -f "$as_myself"; then
--    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
--   { (exit 1); exit 1; }; }
--  fi
--  case $CONFIG_SHELL in
--  '')
-+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
-+  :
-+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; }
-+") 2> /dev/null; then
-+  :
-+else
-+  as_candidate_shells=
-     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
- for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
- do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
--  for as_base in sh bash ksh sh5; do
--	 case $as_dir in
-+  case $as_dir in
- 	 /*)
--	   if ("$as_dir/$as_base" -c '
-+	   for as_base in sh bash ksh sh5; do
-+	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
-+	   done;;
-+       esac
-+done
-+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
-+
-+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
-+
-+
-+:
-+(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
-+}
-+
-+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
-+  :
-+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
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-   test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
--	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
--	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
--	     CONFIG_SHELL=$as_dir/$as_base
--	     export CONFIG_SHELL
--	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
--	   fi;;
--	 esac
--       done
--done
--;;
--  esac
-+  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
-+
-+
-+
-+(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
-+}
-+
-+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
-+  :
-+else
-+  exitcode=1
-+  echo positional parameters were not saved.
-+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_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 before each line; the second 'sed' does the real
--  # work.  The second script uses 'N' to pair each line-number line
--  # with the numbered line, and appends trailing '-' during
--  # substitution so that $LINENO is not a special case at line end.
-+  # 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
--  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
--  sed '=' <$as_myself |
-+  # 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
--      s,$,-,
--      : loop
--      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
-+      :loop
-+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-       t loop
--      s,-$,,
--      s,^['$as_cr_digits']*\n,,
-+      s/-\n.*//
-     ' >$as_me.lineno &&
--  chmod +x $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 sensible to this).
--  . ./$as_me.lineno
-+  # original and so on.  Autoconf is especially sensitive to this).
-+  . "./$as_me.lineno"
-   # Exit status is that of the last command.
-   exit
- }
- 
- 
--case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
--  *c*,-n*) ECHO_N= ECHO_C='
--' ECHO_T='	' ;;
--  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
--  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
-+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
-+-n*)
-+  case `echo 'x\c'` in
-+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-+  *)   ECHO_C='\c';;
-+  esac;;
-+*)
-+  ECHO_N='-n';;
- esac
- 
--if expr a : '\(a\)' >/dev/null 2>&1; then
-+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
-+fi
- echo >conf$$.file
- if ln -s conf$$.file conf$$ 2>/dev/null; then
--  # We could just check for DJGPP; but this test a) works b) is more generic
--  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
--  if test -f conf$$.exe; then
--    # Don't use ln at all; we don't have any links
-+  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'
--  else
--    as_ln_s='ln -s'
--  fi
- elif ln conf$$.file conf$$ 2>/dev/null; then
-   as_ln_s=ln
- else
-   as_ln_s='cp -p'
- fi
--rm -f conf$$ conf$$.exe conf$$.file
-+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=:
-@@ -224,7 +520,28 @@ else
-   as_mkdir_p=false
- fi
- 
--as_executable_p="test -f"
-+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
- 
- # 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'"
-@@ -233,39 +550,27 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
- as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
- 
- 
--# IFS
--# We need space, tab and new line, in precisely that order.
--as_nl='
--'
--IFS=" 	$as_nl"
--
--# CDPATH.
--$as_unset CDPATH
- 
-+exec 7<&0 </dev/null 6>&1
- 
- # Name of the host.
- # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
- # so uname gets run too.
- ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
- 
--exec 6>&1
--
- #
- # Initializations.
- #
- ac_default_prefix=/usr/local
-+ac_clean_files=
- ac_config_libobj_dir=.
-+LIBOBJS=
- cross_compiling=no
- subdirs=
- MFLAGS=
- MAKEFLAGS=
- SHELL=${CONFIG_SHELL-/bin/sh}
- 
--# Maximum number of lines to put in a shell here document.
--# This variable seems obsolete.  It should probably be removed, and
--# only ac_max_sed_lines should be used.
--: ${ac_max_here_lines=38}
--
- # Identity of this package.
- PACKAGE_NAME='Lustre'
- PACKAGE_TARNAME='lustre'
-@@ -278,48 +583,312 @@ ac_default_prefix=/usr
- # Factoring default headers for most tests.
- ac_includes_default="\
- #include <stdio.h>
--#if HAVE_SYS_TYPES_H
-+#ifdef HAVE_SYS_TYPES_H
- # include <sys/types.h>
- #endif
--#if HAVE_SYS_STAT_H
-+#ifdef HAVE_SYS_STAT_H
- # include <sys/stat.h>
- #endif
--#if STDC_HEADERS
-+#ifdef STDC_HEADERS
- # include <stdlib.h>
- # include <stddef.h>
- #else
--# if HAVE_STDLIB_H
-+# ifdef HAVE_STDLIB_H
- #  include <stdlib.h>
- # endif
- #endif
--#if HAVE_STRING_H
--# if !STDC_HEADERS && HAVE_MEMORY_H
-+#ifdef HAVE_STRING_H
-+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- #  include <memory.h>
- # endif
- # include <string.h>
- #endif
--#if HAVE_STRINGS_H
-+#ifdef HAVE_STRINGS_H
- # include <strings.h>
- #endif
--#if HAVE_INTTYPES_H
-+#ifdef HAVE_INTTYPES_H
- # include <inttypes.h>
--#else
--# if HAVE_STDINT_H
--#  include <stdint.h>
--# endif
- #endif
--#if HAVE_UNISTD_H
-+#ifdef HAVE_STDINT_H
-+# include <stdint.h>
-+#endif
-+#ifdef HAVE_UNISTD_H
- # include <unistd.h>
- #endif"
- 
--ac_subdirs_all="$ac_subdirs_all lustre/zfs-lustre"
--ac_subdirs_all="$ac_subdirs_all spl"
--ac_subdirs_all="$ac_subdirs_all zfs"
--ac_subdirs_all="$ac_subdirs_all libsysio"
--ac_subdirs_all="$ac_subdirs_all ldiskfs"
--ac_subdirs_all="$ac_subdirs_all lustre-iokit"
--ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS AC_LUSTRE_MAJOR AC_LUSTRE_MINOR AC_LUSTRE_PATCH AC_LUSTRE_FIX AC_LUSTRE_VERSION_STRING AC_LUSTRE_VER_ALLOWED_OFFSET AC_LUSTRE_LIB_VER_OFFSET_WARN AC_LUSTRE_CLI_VER_OFFSET_WARN AC_LUSTRE_CLIENT_URN AC_LUSTRE_MDS_URN AC_LUSTRE_MGS_URN AC_LUSTRE_OSS_URN LDISKFS_ENABLED_TRUE LDISKFS_ENABLED_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot 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 lb_target_os LIBCFS_SUBDIR LIBCFS_INCLUDE_DIR INCLUDE_RULES docdir LUSTRE rootsbindir demodir pkgexampledir RANLIB ac_ct_RANLIB CPP EGREP LLCPPFLAGS LLCFLAGS EXTRA_KCFLAGS enable_uoss POSIX_OSD_ENABLED_TRUE POSIX_OSD_ENABLED_FALSE ENABLE_DOC ENABLE_INIT_SCRIPTS LINUX LINUX_OBJ LINUX_CONFIG ARCH_UM UML_CFLAGS MODULE_TARGET linux25 KMODEXT LINUXRELEASE moduledir modulefsdir modulenetdir RELEASE SYMVERFILE QSWCPPFLAGS QSWLND GMCPPFLAGS GMLIBS GMLND OPENIBCPPFLAGS OPENIBLND CIBCPPFLAGS CIBLND VIBCPPFLAGS VIBLND IIBCPPFLAGS IIBLND EXTRA_LNET_INCLUDE O2IBCPPFLAGS O2IBLND RACPPFLAGS RALND PTLLNDCPPFLAGS PTLLND MXCPPFLAGS MXLIBS MXLND BACKINGFS EXTRA_KLDFLAGS EXTRA_KLIBS kextdir plistdir macosdir DMU_SRC subdirs SPL_SUBDIR ZFS_SUBDIR SPL_DIR ZFS_DIR DMU_OSD_ENABLED_TRUE DMU_OSD_ENABLED_FALSE KDMU_TRUE KDMU_FALSE SNMP_DIST_SUBDIR SNMP_SUBDIR LDISKFS_DIR LDISKFS_SUBDIR LDISKFS_IN_KERNEL_TRUE LDISKFS_IN_KERNEL_FALSE LUSTREIOKIT_SUBDIR MPICC_WRAPPER LIBREADLINE LIBEFENCE LIBWRAP PTHREAD_LIBS ENABLE_LIBPTHREAD CAP_LIBS UPTLLND USOCKLND ZLIB NET_SNMP_CONFIG NET_SNMP_CFLAGS NET_SNMP_LIBS agentdir mibdir MODULES_TRUE MODULES_FALSE UTILS_TRUE UTILS_FALSE TESTS_TRUE TESTS_FALSE DOC_TRUE DOC_FALSE INIT_SCRIPTS_TRUE INIT_SCRIPTS_FALSE LINUX_TRUE LINUX_FALSE DARWIN_TRUE DARWIN_FALSE CRAY_XT3_TRUE CRAY_XT3_FALSE SUNOS_TRUE SUNOS_FALSE LIBSYSIO_SUBDIR SYSIO LINUX25_TRUE LINUX25_FALSE BUILD_QSWLND_TRUE BUILD_QSWLND_FALSE BUILD_GMLND_TRUE BUILD_GMLND_FALSE BUILD_MXLND_TRUE BUILD_MXLND_FALSE BUILD_O2IBLND_TRUE BUILD_O2IBLND_FALSE BUILD_OPENIBLND_TRUE BUILD_OPENIBLND_FALSE BUILD_CIBLND_TRUE BUILD_CIBLND_FALSE BUILD_IIBLND_TRUE BUILD_IIBLND_FALSE BUILD_VIBLND_TRUE BUILD_VIBLND_FALSE BUILD_RALND_TRUE BUILD_RALND_FALSE BUILD_PTLLND_TRUE BUILD_PTLLND_FALSE BUILD_UPTLLND_TRUE BUILD_UPTLLND_FALSE BUILD_USOCKLND_TRUE BUILD_USOCKLND_FALSE LIBLUSTRE_TRUE LIBLUSTRE_FALSE USE_QUILT_TRUE USE_QUILT_FALSE LIBLUSTRE_TESTS_TRUE LIBLUSTRE_TESTS_FALSE MPITESTS_TRUE MPITESTS_FALSE CLIENT_TRUE CLIENT_FALSE SERVER_TRUE SERVER_FALSE QUOTA_TRUE QUOTA_FALSE BLKID_TRUE BLKID_FALSE EXT2FS_DEVEL_TRUE EXT2FS_DEVEL_FALSE LIBPTHREAD_TRUE LIBPTHREAD_FALSE ac_configure_args MOSTLYCLEANFILES LIBOBJS LTLIBOBJS'
-+ac_subst_vars='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
-+build_alias
-+host_alias
-+target_alias
-+AC_LUSTRE_MAJOR
-+AC_LUSTRE_MINOR
-+AC_LUSTRE_PATCH
-+AC_LUSTRE_FIX
-+AC_LUSTRE_VERSION_STRING
-+AC_LUSTRE_VER_ALLOWED_OFFSET
-+AC_LUSTRE_LIB_VER_OFFSET_WARN
-+AC_LUSTRE_CLI_VER_OFFSET_WARN
-+AC_LUSTRE_CLIENT_URN
-+AC_LUSTRE_MDS_URN
-+AC_LUSTRE_MGS_URN
-+AC_LUSTRE_OSS_URN
-+LDISKFS_ENABLED_TRUE
-+LDISKFS_ENABLED_FALSE
-+build
-+build_cpu
-+build_vendor
-+build_os
-+host
-+host_cpu
-+host_vendor
-+host_os
-+target
-+target_cpu
-+target_vendor
-+target_os
-+INSTALL_PROGRAM
-+INSTALL_SCRIPT
-+INSTALL_DATA
-+CYGPATH_W
-+PACKAGE
-+VERSION
-+ACLOCAL
-+AUTOCONF
-+AUTOMAKE
-+AUTOHEADER
-+MAKEINFO
-+AMTAR
-+install_sh
-+STRIP
-+INSTALL_STRIP_PROGRAM
-+AWK
-+SET_MAKE
-+am__leading_dot
-+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
-+lb_target_os
-+LIBCFS_SUBDIR
-+LIBCFS_INCLUDE_DIR
-+INCLUDE_RULES
-+LUSTRE
-+rootsbindir
-+demodir
-+pkgexampledir
-+RANLIB
-+CPP
-+GREP
-+EGREP
-+LLCPPFLAGS
-+LLCFLAGS
-+EXTRA_KCFLAGS
-+enable_uoss
-+POSIX_OSD_ENABLED_TRUE
-+POSIX_OSD_ENABLED_FALSE
-+ENABLE_DOC
-+ENABLE_INIT_SCRIPTS
-+LINUX
-+LINUX_OBJ
-+LINUX_CONFIG
-+ARCH_UM
-+UML_CFLAGS
-+MODULE_TARGET
-+linux25
-+KMODEXT
-+LINUXRELEASE
-+moduledir
-+modulefsdir
-+modulenetdir
-+RELEASE
-+SYMVERFILE
-+QSWCPPFLAGS
-+QSWLND
-+GMCPPFLAGS
-+GMLIBS
-+GMLND
-+OPENIBCPPFLAGS
-+OPENIBLND
-+CIBCPPFLAGS
-+CIBLND
-+VIBCPPFLAGS
-+VIBLND
-+IIBCPPFLAGS
-+IIBLND
-+EXTRA_LNET_INCLUDE
-+O2IBCPPFLAGS
-+O2IBLND
-+RACPPFLAGS
-+RALND
-+PTLLNDCPPFLAGS
-+PTLLND
-+MXCPPFLAGS
-+MXLIBS
-+MXLND
-+BACKINGFS
-+DMU_SRC
-+subdirs
-+SPL_SUBDIR
-+ZFS_SUBDIR
-+SPL_DIR
-+ZFS_DIR
-+DMU_OSD_ENABLED_TRUE
-+DMU_OSD_ENABLED_FALSE
-+KDMU_TRUE
-+KDMU_FALSE
-+SNMP_DIST_SUBDIR
-+SNMP_SUBDIR
-+LDISKFS_DIR
-+LDISKFS_SUBDIR
-+LDISKFS_IN_KERNEL_TRUE
-+LDISKFS_IN_KERNEL_FALSE
-+LUSTREIOKIT_SUBDIR
-+MPICC_WRAPPER
-+LIBREADLINE
-+LIBEFENCE
-+LIBWRAP
-+PTHREAD_LIBS
-+ENABLE_LIBPTHREAD
-+CAP_LIBS
-+UPTLLND
-+USOCKLND
-+ZLIB
-+NET_SNMP_CONFIG
-+NET_SNMP_CFLAGS
-+NET_SNMP_LIBS
-+agentdir
-+mibdir
-+MODULES_TRUE
-+MODULES_FALSE
-+UTILS_TRUE
-+UTILS_FALSE
-+TESTS_TRUE
-+TESTS_FALSE
-+DOC_TRUE
-+DOC_FALSE
-+INIT_SCRIPTS_TRUE
-+INIT_SCRIPTS_FALSE
-+LINUX_TRUE
-+LINUX_FALSE
-+DARWIN_TRUE
-+DARWIN_FALSE
-+CRAY_XT3_TRUE
-+CRAY_XT3_FALSE
-+SUNOS_TRUE
-+SUNOS_FALSE
-+LIBSYSIO_SUBDIR
-+SYSIO
-+LINUX25_TRUE
-+LINUX25_FALSE
-+BUILD_QSWLND_TRUE
-+BUILD_QSWLND_FALSE
-+BUILD_GMLND_TRUE
-+BUILD_GMLND_FALSE
-+BUILD_MXLND_TRUE
-+BUILD_MXLND_FALSE
-+BUILD_O2IBLND_TRUE
-+BUILD_O2IBLND_FALSE
-+BUILD_OPENIBLND_TRUE
-+BUILD_OPENIBLND_FALSE
-+BUILD_CIBLND_TRUE
-+BUILD_CIBLND_FALSE
-+BUILD_IIBLND_TRUE
-+BUILD_IIBLND_FALSE
-+BUILD_VIBLND_TRUE
-+BUILD_VIBLND_FALSE
-+BUILD_RALND_TRUE
-+BUILD_RALND_FALSE
-+BUILD_PTLLND_TRUE
-+BUILD_PTLLND_FALSE
-+BUILD_UPTLLND_TRUE
-+BUILD_UPTLLND_FALSE
-+BUILD_USOCKLND_TRUE
-+BUILD_USOCKLND_FALSE
-+LIBLUSTRE_TRUE
-+LIBLUSTRE_FALSE
-+USE_QUILT_TRUE
-+USE_QUILT_FALSE
-+LIBLUSTRE_TESTS_TRUE
-+LIBLUSTRE_TESTS_FALSE
-+MPITESTS_TRUE
-+MPITESTS_FALSE
-+CLIENT_TRUE
-+CLIENT_FALSE
-+SERVER_TRUE
-+SERVER_FALSE
-+QUOTA_TRUE
-+QUOTA_FALSE
-+BLKID_TRUE
-+BLKID_FALSE
-+EXT2FS_DEVEL_TRUE
-+EXT2FS_DEVEL_FALSE
-+LIBPTHREAD_TRUE
-+LIBPTHREAD_FALSE
-+ac_configure_args
-+MOSTLYCLEANFILES
-+LIBOBJS
-+LTLIBOBJS'
- ac_subst_files=''
-+      ac_precious_vars='build_alias
-+host_alias
-+target_alias
-+CC
-+CFLAGS
-+LDFLAGS
-+LIBS
-+CPPFLAGS
-+CPP'
-+ac_subdirs_all='lustre/zfs-lustre
-+spl
-+zfs
-+libsysio
-+ldiskfs
-+lustre-iokit'
- 
- # Initialize some variables set by options.
- ac_init_help=
-@@ -346,34 +915,48 @@ x_libraries=NONE
- # and all the variables that are supposed to be based on exec_prefix
- # by default will actually change.
- # Use braces instead of parens because sh, perl, etc. also accept them.
-+# (The list follows the same order as the GNU Coding Standards.)
- bindir='${exec_prefix}/bin'
- sbindir='${exec_prefix}/sbin'
- libexecdir='${exec_prefix}/libexec'
--datadir='${prefix}/share'
-+datarootdir='${prefix}/share'
-+datadir='${datarootdir}'
- sysconfdir='${prefix}/etc'
- sharedstatedir='${prefix}/com'
- localstatedir='${prefix}/var'
--libdir='${exec_prefix}/lib'
- includedir='${prefix}/include'
- oldincludedir='/usr/include'
--infodir='${prefix}/info'
--mandir='${prefix}/man'
-+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-+infodir='${datarootdir}/info'
-+htmldir='${docdir}'
-+dvidir='${docdir}'
-+pdfdir='${docdir}'
-+psdir='${docdir}'
-+libdir='${exec_prefix}/lib'
-+localedir='${datarootdir}/locale'
-+mandir='${datarootdir}/man'
- 
- ac_prev=
-+ac_dashdash=
- for ac_option
- do
-   # If the previous option needs an argument, assign it.
-   if test -n "$ac_prev"; then
--    eval "$ac_prev=\$ac_option"
-+    eval $ac_prev=\$ac_option
-     ac_prev=
-     continue
-   fi
- 
--  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
-+  case $ac_option in
-+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
-+  *)	ac_optarg=yes ;;
-+  esac
- 
-   # Accept the important Cygnus configure options, so we can diagnose typos.
- 
--  case $ac_option in
-+  case $ac_dashdash$ac_option in
-+  --)
-+    ac_dashdash=yes ;;
- 
-   -bindir | --bindir | --bindi | --bind | --bin | --bi)
-     ac_prev=bindir ;;
-@@ -395,33 +978,45 @@ do
-   --config-cache | -C)
-     cache_file=config.cache ;;
- 
--  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
-+  -datadir | --datadir | --datadi | --datad)
-     ac_prev=datadir ;;
--  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
--  | --da=*)
-+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
-     datadir=$ac_optarg ;;
- 
-+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
-+  | --dataroo | --dataro | --datar)
-+    ac_prev=datarootdir ;;
-+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
-+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
-+    datarootdir=$ac_optarg ;;
-+
-   -disable-* | --disable-*)
-     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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" ;;
-+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
-+    eval enable_$ac_feature=no ;;
-+
-+  -docdir | --docdir | --docdi | --doc | --do)
-+    ac_prev=docdir ;;
-+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
-+    docdir=$ac_optarg ;;
-+
-+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
-+    ac_prev=dvidir ;;
-+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
-+    dvidir=$ac_optarg ;;
- 
-   -enable-* | --enable-*)
-     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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'`
--    case $ac_option in
--      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
--      *) ac_optarg=yes ;;
--    esac
--    eval "enable_$ac_feature='$ac_optarg'" ;;
-+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
-+    eval enable_$ac_feature=\$ac_optarg ;;
- 
-   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-@@ -448,6 +1043,12 @@ do
-   -host=* | --host=* | --hos=* | --ho=*)
-     host_alias=$ac_optarg ;;
- 
-+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
-+    ac_prev=htmldir ;;
-+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
-+  | --ht=*)
-+    htmldir=$ac_optarg ;;
-+
-   -includedir | --includedir | --includedi | --included | --include \
-   | --includ | --inclu | --incl | --inc)
-     ac_prev=includedir ;;
-@@ -472,13 +1073,16 @@ do
-   | --libexe=* | --libex=* | --libe=*)
-     libexecdir=$ac_optarg ;;
- 
-+  -localedir | --localedir | --localedi | --localed | --locale)
-+    ac_prev=localedir ;;
-+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
-+    localedir=$ac_optarg ;;
-+
-   -localstatedir | --localstatedir | --localstatedi | --localstated \
--  | --localstate | --localstat | --localsta | --localst \
--  | --locals | --local | --loca | --loc | --lo)
-+  | --localstate | --localstat | --localsta | --localst | --locals)
-     ac_prev=localstatedir ;;
-   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
--  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
--  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
-+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
-     localstatedir=$ac_optarg ;;
- 
-   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-@@ -543,6 +1147,16 @@ do
-   | --progr-tra=* | --program-tr=* | --program-t=*)
-     program_transform_name=$ac_optarg ;;
- 
-+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
-+    ac_prev=pdfdir ;;
-+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
-+    pdfdir=$ac_optarg ;;
-+
-+  -psdir | --psdir | --psdi | --psd | --ps)
-+    ac_prev=psdir ;;
-+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
-+    psdir=$ac_optarg ;;
-+
-   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-   | -silent | --silent | --silen | --sile | --sil)
-     silent=yes ;;
-@@ -595,24 +1209,20 @@ do
-   -with-* | --with-*)
-     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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'`
--    case $ac_option in
--      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
--      *) ac_optarg=yes ;;
--    esac
--    eval "with_$ac_package='$ac_optarg'" ;;
-+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
-+    eval with_$ac_package=\$ac_optarg ;;
- 
-   -without-* | --without-*)
-     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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" ;;
-+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
-+    eval with_$ac_package=no ;;
- 
-   --x)
-     # Obsolete; use --with-x.
-@@ -643,8 +1253,7 @@ Try \`$0 --help' for more information." >&2
-     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
-       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
-    { (exit 1); exit 1; }; }
--    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
--    eval "$ac_envvar='$ac_optarg'"
-+    eval $ac_envvar=\$ac_optarg
-     export $ac_envvar ;;
- 
-   *)
-@@ -664,27 +1273,19 @@ if test -n "$ac_prev"; then
-    { (exit 1); exit 1; }; }
- fi
- 
--# Be sure to have absolute paths.
--for ac_var in exec_prefix prefix
--do
--  eval ac_val=$`echo $ac_var`
--  case $ac_val in
--    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
--    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
--   { (exit 1); exit 1; }; };;
--  esac
--done
--
--# Be sure to have absolute paths.
--for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
--	      localstatedir libdir includedir oldincludedir infodir mandir
-+# Be sure to have absolute directory names.
-+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=$`echo $ac_var`
-+  eval ac_val=\$$ac_var
-   case $ac_val in
--    [\\/$]* | ?:[\\/]* ) ;;
--    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
--   { (exit 1); exit 1; }; };;
-+    [\\/$]* | ?:[\\/]* )  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; }; }
- done
- 
- # There might be people who depend on the old broken behavior: `$host'
-@@ -711,74 +1312,76 @@ test -n "$host_alias" && ac_tool_prefix=$host_alias-
- 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; }; }
-+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; }; }
-+
-+
- # 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 its parent.
--  ac_confdir=`(dirname "$0") 2>/dev/null ||
-+  # 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 ||
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$0" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-   srcdir=$ac_confdir
--  if test ! -r $srcdir/$ac_unique_file; then
-+  if test ! -r "$srcdir/$ac_unique_file"; then
-     srcdir=..
-   fi
- else
-   ac_srcdir_defaulted=no
- fi
--if test ! -r $srcdir/$ac_unique_file; then
--  if test "$ac_srcdir_defaulted" = yes; then
--    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
-+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; }; }
--  else
--    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
--   { (exit 1); exit 1; }; }
--  fi
- fi
--(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
--  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
-+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; }; }
--srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
--ac_env_build_alias_set=${build_alias+set}
--ac_env_build_alias_value=$build_alias
--ac_cv_env_build_alias_set=${build_alias+set}
--ac_cv_env_build_alias_value=$build_alias
--ac_env_host_alias_set=${host_alias+set}
--ac_env_host_alias_value=$host_alias
--ac_cv_env_host_alias_set=${host_alias+set}
--ac_cv_env_host_alias_value=$host_alias
--ac_env_target_alias_set=${target_alias+set}
--ac_env_target_alias_value=$target_alias
--ac_cv_env_target_alias_set=${target_alias+set}
--ac_cv_env_target_alias_value=$target_alias
--ac_env_CC_set=${CC+set}
--ac_env_CC_value=$CC
--ac_cv_env_CC_set=${CC+set}
--ac_cv_env_CC_value=$CC
--ac_env_CFLAGS_set=${CFLAGS+set}
--ac_env_CFLAGS_value=$CFLAGS
--ac_cv_env_CFLAGS_set=${CFLAGS+set}
--ac_cv_env_CFLAGS_value=$CFLAGS
--ac_env_LDFLAGS_set=${LDFLAGS+set}
--ac_env_LDFLAGS_value=$LDFLAGS
--ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
--ac_cv_env_LDFLAGS_value=$LDFLAGS
--ac_env_CPPFLAGS_set=${CPPFLAGS+set}
--ac_env_CPPFLAGS_value=$CPPFLAGS
--ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
--ac_cv_env_CPPFLAGS_value=$CPPFLAGS
--ac_env_CPP_set=${CPP+set}
--ac_env_CPP_value=$CPP
--ac_cv_env_CPP_set=${CPP+set}
--ac_cv_env_CPP_value=$CPP
-+	pwd)`
-+# When building in place, set srcdir=.
-+if test "$ac_abs_confdir" = "$ac_pwd"; then
-+  srcdir=.
-+fi
-+# Remove unnecessary trailing slashes from srcdir.
-+# Double slashes in file names in object file debugging info
-+# mess up M-x gdb in Emacs.
-+case $srcdir in
-+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
-+esac
-+for ac_var in $ac_precious_vars; do
-+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
-+  eval ac_env_${ac_var}_value=\$${ac_var}
-+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
-+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
-+done
- 
- #
- # Report the --help message.
-@@ -807,9 +1410,6 @@ Configuration:
-   -n, --no-create         do not create output files
-       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
- 
--_ACEOF
--
--  cat <<_ACEOF
- Installation directories:
-   --prefix=PREFIX         install architecture-independent files in PREFIX
- 			  [$ac_default_prefix]
-@@ -827,15 +1427,22 @@ 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]
--  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
-   --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]
--  --infodir=DIR          info documentation [PREFIX/info]
--  --mandir=DIR           man documentation [PREFIX/man]
-+  --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/lustre]
-+  --htmldir=DIR          html documentation [DOCDIR]
-+  --dvidir=DIR           dvi documentation [DOCDIR]
-+  --pdfdir=DIR           pdf documentation [DOCDIR]
-+  --psdir=DIR            ps documentation [DOCDIR]
- _ACEOF
- 
-   cat <<\_ACEOF
-@@ -861,6 +1468,7 @@ if test -n "$ac_init_help"; then
- Optional Features:
-   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
-   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-+  --enable-quota          enable quota support
-   --disable-dependency-tracking Speeds up one-time builds
-   --enable-dependency-tracking  Do not reject slow dependency extractors
-   --enable-cray-xt3       enable building of Cray XT3 features
-@@ -875,7 +1483,6 @@ Optional Features:
-   --disable-libcfs-cdebug disable libcfs CDEBUG, CWARN
-   --disable-libcfs-trace  disable libcfs ENTRY/EXIT
-   --disable-libcfs-assert disable libcfs LASSERT, LASSERTF
--  --enable-quota          enable quota support
-   --disable-modules       disable building of Lustre kernel modules
-   --disable-affinity      disable process/irq affinity
-   --disable-backoff       disable socknal tunable backoff
-@@ -953,8 +1560,9 @@ Some influential environment variables:
-   CFLAGS      C compiler flags
-   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
-               nonstandard directory <lib dir>
--  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
--              headers in a nonstandard directory <include 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
-+              you have headers in a nonstandard directory <include dir>
-   CPP         C preprocessor
- 
- Use these variables to override the choices made by `configure' or to help
-@@ -962,120 +1570,86 @@ it to find libraries and programs with nonstandard names/locations.
- 
- Report bugs to <https://bugzilla.lustre.org/>.
- _ACEOF
-+ac_status=$?
- fi
- 
- if test "$ac_init_help" = "recursive"; then
-   # If there are subdirs, report their specific --help.
--  ac_popdir=`pwd`
-   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
--    test -d $ac_dir || continue
-+    test -d "$ac_dir" || continue
-     ac_builddir=.
- 
--if test "$ac_dir" != .; then
-+case "$ac_dir" in
-+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-+*)
-   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
-+  # A ".." for each directory in $ac_dir_suffix.
-+  ac_top_builddir_sub=`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/ ;;
-+  esac ;;
-+esac
-+ac_abs_top_builddir=$ac_pwd
-+ac_abs_builddir=$ac_pwd$ac_dir_suffix
-+# for backward compatibility:
-+ac_top_builddir=$ac_top_build_prefix
- 
- case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
-+  .)  # We are building in place.
-     ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_top_srcdir=$ac_top_builddir_sub
-+    ac_abs_top_srcdir=$ac_pwd ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute name.
-     ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-+    ac_top_srcdir=$srcdir
-+    ac_abs_top_srcdir=$srcdir ;;
-+  *) # Relative name.
-+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_build_prefix$srcdir
-+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
- esac
--
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
--esac
--
--    cd $ac_dir
--    # Check for guested configure; otherwise get Cygnus style configure.
--    if test -f $ac_srcdir/configure.gnu; then
--      echo
--      $SHELL $ac_srcdir/configure.gnu  --help=recursive
--    elif test -f $ac_srcdir/configure; then
--      echo
--      $SHELL $ac_srcdir/configure  --help=recursive
--    elif test -f $ac_srcdir/configure.ac ||
--	   test -f $ac_srcdir/configure.in; then
--      echo
--      $ac_configure --help
-+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-+
-+    cd "$ac_dir" || { ac_status=$?; continue; }
-+    # Check for guested configure.
-+    if test -f "$ac_srcdir/configure.gnu"; then
-+      echo &&
-+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
-+    elif test -f "$ac_srcdir/configure"; then
-+      echo &&
-+      $SHELL "$ac_srcdir/configure" --help=recursive
-     else
-       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
--    fi
--    cd $ac_popdir
-+    fi || ac_status=$?
-+    cd "$ac_pwd" || { ac_status=$?; break; }
-   done
- fi
- 
--test -n "$ac_init_help" && exit 0
-+test -n "$ac_init_help" && exit $ac_status
- if $ac_init_version; then
-   cat <<\_ACEOF
- Lustre configure LUSTRE_VERSION
--generated by GNU Autoconf 2.59
-+generated by GNU Autoconf 2.61
- 
--Copyright (C) 2003 Free Software Foundation, Inc.
-+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-+2002, 2003, 2004, 2005, 2006 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 0
-+  exit
- fi
--exec 5>config.log
--cat >&5 <<_ACEOF
-+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 Lustre $as_me LUSTRE_VERSION, which was
--generated by GNU Autoconf 2.59.  Invocation command line was
-+generated by GNU Autoconf 2.61.  Invocation command line was
- 
-   $ $0 $@
- 
- _ACEOF
-+exec 5>>config.log
- {
- cat <<_ASUNAME
- ## --------- ##
-@@ -1094,7 +1668,7 @@ uname -v = `(uname -v) 2>/dev/null || echo unknown`
- /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
- /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
- /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
--hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
-+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
- /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
- /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
- /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
-@@ -1108,6 +1682,7 @@ do
-   test -z "$as_dir" && as_dir=.
-   echo "PATH: $as_dir"
- done
-+IFS=$as_save_IFS
- 
- } >&5
- 
-@@ -1129,7 +1704,6 @@ _ACEOF
- ac_configure_args=
- ac_configure_args0=
- ac_configure_args1=
--ac_sep=
- ac_must_keep_next=false
- for ac_pass in 1 2
- do
-@@ -1140,7 +1714,7 @@ do
-     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-     | -silent | --silent | --silen | --sile | --sil)
-       continue ;;
--    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
-+    *\'*)
-       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-     esac
-     case $ac_pass in
-@@ -1162,9 +1736,7 @@ do
- 	  -* ) ac_must_keep_next=true ;;
- 	esac
-       fi
--      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
--      # Get rid of the leading space.
--      ac_sep=" "
-+      ac_configure_args="$ac_configure_args '$ac_arg'"
-       ;;
-     esac
-   done
-@@ -1175,8 +1747,8 @@ $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_
- # When interrupted or exit'd, cleanup temporary files, and complete
- # config.log.  We remove comments because anyway the quotes in there
- # would cause problems or look ugly.
--# WARNING: Be sure not to use single quotes in there, as some shells,
--# such as our DU 5.0 friend, will then `close' the trap.
-+# WARNING: Use '\'' to represent an apostrophe within the trap.
-+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
- trap 'exit_status=$?
-   # Save into config.log some information that might help in debugging.
-   {
-@@ -1189,20 +1761,34 @@ trap 'exit_status=$?
- _ASBOX
-     echo
-     # The following way of writing the cache mishandles newlines in values,
--{
-+(
-+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
-+    eval ac_val=\$$ac_var
-+    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;} ;;
-+      esac
-+      case $ac_var in #(
-+      _ | IFS | as_nl) ;; #(
-+      *) $as_unset $ac_var ;;
-+      esac ;;
-+    esac
-+  done
-   (set) 2>&1 |
--    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
--    *ac_space=\ *)
-+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
-+    *${as_nl}ac_space=\ *)
-       sed -n \
--	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
--	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
--      ;;
-+	"s/'\''/'\''\\\\'\'''\''/g;
-+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
-+      ;; #(
-     *)
--      sed -n \
--	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
-+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-       ;;
--    esac;
--}
-+    esac |
-+    sort
-+)
-     echo
- 
-     cat <<\_ASBOX
-@@ -1213,22 +1799,28 @@ _ASBOX
-     echo
-     for ac_var in $ac_subst_vars
-     do
--      eval ac_val=$`echo $ac_var`
--      echo "$ac_var='"'"'$ac_val'"'"'"
-+      eval ac_val=\$$ac_var
-+      case $ac_val in
-+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-+      esac
-+      echo "$ac_var='\''$ac_val'\''"
-     done | sort
-     echo
- 
-     if test -n "$ac_subst_files"; then
-       cat <<\_ASBOX
--## ------------- ##
--## Output files. ##
--## ------------- ##
-+## ------------------- ##
-+## File substitutions. ##
-+## ------------------- ##
- _ASBOX
-       echo
-       for ac_var in $ac_subst_files
-       do
--	eval ac_val=$`echo $ac_var`
--	echo "$ac_var='"'"'$ac_val'"'"'"
-+	eval ac_val=\$$ac_var
-+	case $ac_val in
-+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-+	esac
-+	echo "$ac_var='\''$ac_val'\''"
-       done | sort
-       echo
-     fi
-@@ -1240,26 +1832,24 @@ _ASBOX
- ## ----------- ##
- _ASBOX
-       echo
--      sed "/^$/d" confdefs.h | sort
-+      cat confdefs.h
-       echo
-     fi
-     test "$ac_signal" != 0 &&
-       echo "$as_me: caught signal $ac_signal"
-     echo "$as_me: exit $exit_status"
-   } >&5
--  rm -f core *.core &&
--  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
-+  rm -f core *.core core.conftest.* &&
-+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
-     exit $exit_status
--     ' 0
-+' 0
- for ac_signal in 1 2 13 15; do
-   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
- done
- ac_signal=0
- 
- # confdefs.h avoids OS command line length limits that DEFS can exceed.
--rm -rf conftest* confdefs.h
--# AIX cpp loses on an empty file, so make sure it contains at least a newline.
--echo >confdefs.h
-+rm -f -r conftest* confdefs.h
- 
- # Predefined preprocessor variables.
- 
-@@ -1290,14 +1880,17 @@ _ACEOF
- 
- # Let the site file select an alternate cache file if it wants to.
- # Prefer explicitly selected file to automatically selected ones.
--if test -z "$CONFIG_SITE"; then
--  if test "x$prefix" != xNONE; then
--    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
--  else
--    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
--  fi
-+if test -n "$CONFIG_SITE"; then
-+  set x "$CONFIG_SITE"
-+elif test "x$prefix" != xNONE; then
-+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
-+else
-+  set x "$ac_default_prefix/share/config.site" \
-+	"$ac_default_prefix/etc/config.site"
- fi
--for ac_site_file in $CONFIG_SITE; do
-+shift
-+for ac_site_file
-+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;}
-@@ -1313,8 +1906,8 @@ if test -r "$cache_file"; then
-     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
- echo "$as_me: loading cache $cache_file" >&6;}
-     case $cache_file in
--      [\\/]* | ?:[\\/]* ) . $cache_file;;
--      *)                      . ./$cache_file;;
-+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
-+      *)                      . "./$cache_file";;
-     esac
-   fi
- else
-@@ -1326,12 +1919,11 @@ fi
- # Check that the precious variables saved in the cache have kept the same
- # value.
- ac_cache_corrupted=false
--for ac_var in `(set) 2>&1 |
--	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
-+for ac_var in $ac_precious_vars; do
-   eval ac_old_set=\$ac_cv_env_${ac_var}_set
-   eval ac_new_set=\$ac_env_${ac_var}_set
--  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
--  eval ac_new_val="\$ac_env_${ac_var}_value"
-+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
-+  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
-@@ -1356,8 +1948,7 @@ echo "$as_me:   current value: $ac_new_val" >&2;}
-   # 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=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
-     *) ac_arg=$ac_var=$ac_new_val ;;
-     esac
-     case " $ac_configure_args " in
-@@ -1374,12 +1965,6 @@ echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start ov
-    { (exit 1); exit 1; }; }
- 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
--
- 
- 
- 
-@@ -1404,6 +1989,11 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
- 
- 
-+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
- 
- 
- 
-@@ -1474,106 +2064,164 @@ fi
- 
- 
- 
-+# Check whether --enable-quota was given.
-+if test "${enable_quota+set}" = set; then
-+  enableval=$enable_quota;
-+else
-+  enable_quota='yes'
-+fi
-+
-+
- 
- ac_aux_dir=
--for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
--  if test -f $ac_dir/install-sh; then
-+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
-+  if test -f "$ac_dir/install-sh"; then
-     ac_aux_dir=$ac_dir
-     ac_install_sh="$ac_aux_dir/install-sh -c"
-     break
--  elif test -f $ac_dir/install.sh; then
-+  elif test -f "$ac_dir/install.sh"; then
-     ac_aux_dir=$ac_dir
-     ac_install_sh="$ac_aux_dir/install.sh -c"
-     break
--  elif test -f $ac_dir/shtool; then
-+  elif test -f "$ac_dir/shtool"; then
-     ac_aux_dir=$ac_dir
-     ac_install_sh="$ac_aux_dir/shtool install -c"
-     break
-   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;}
-+  { { 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; }; }
- fi
--ac_config_guess="$SHELL $ac_aux_dir/config.guess"
--ac_config_sub="$SHELL $ac_aux_dir/config.sub"
--ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-+
-+# These three variables are undocumented and unsupported,
-+# and are intended to be withdrawn in a future Autoconf release.
-+# They can cause serious problems if a builder's source tree is in a directory
-+# whose full name contains unusual characters.
-+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
-+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
-+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
-+
- 
- # Make sure we can run config.sub.
--$ac_config_sub sun4 >/dev/null 2>&1 ||
--  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
--echo "$as_me: error: cannot run $ac_config_sub" >&2;}
-+$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
-+{ 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
- else
--  ac_cv_build_alias=$build_alias
--test -z "$ac_cv_build_alias" &&
--  ac_cv_build_alias=`$ac_config_guess`
--test -z "$ac_cv_build_alias" &&
-+  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; }; }
--ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
--  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
--echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
-+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; }; }
- 
- fi
--echo "$as_me:$LINENO: result: $ac_cv_build" >&5
--echo "${ECHO_T}$ac_cv_build" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
-+echo "${ECHO_T}$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; }; };;
-+esac
- build=$ac_cv_build
--build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
--build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
--
--
--echo "$as_me:$LINENO: checking host system type" >&5
--echo $ECHO_N "checking host system type... $ECHO_C" >&6
-+ac_save_IFS=$IFS; IFS='-'
-+set x $ac_cv_build
-+shift
-+build_cpu=$1
-+build_vendor=$2
-+shift; shift
-+# Remember, the first character of IFS is used to create $*,
-+# except with old shells:
-+build_os=$*
-+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
- else
--  ac_cv_host_alias=$host_alias
--test -z "$ac_cv_host_alias" &&
--  ac_cv_host_alias=$ac_cv_build_alias
--ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
--  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
--echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
-+  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; }; }
-+fi
- 
- fi
--echo "$as_me:$LINENO: result: $ac_cv_host" >&5
--echo "${ECHO_T}$ac_cv_host" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
-+echo "${ECHO_T}$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; }; };;
-+esac
- host=$ac_cv_host
--host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
--host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
--
--
--echo "$as_me:$LINENO: checking target system type" >&5
--echo $ECHO_N "checking target system type... $ECHO_C" >&6
-+ac_save_IFS=$IFS; IFS='-'
-+set x $ac_cv_host
-+shift
-+host_cpu=$1
-+host_vendor=$2
-+shift; shift
-+# Remember, the first character of IFS is used to create $*,
-+# except with old shells:
-+host_os=$*
-+IFS=$ac_save_IFS
-+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-+
-+
-+{ echo "$as_me:$LINENO: checking target system type" >&5
-+echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
- if test "${ac_cv_target+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
--  ac_cv_target_alias=$target_alias
--test "x$ac_cv_target_alias" = "x" &&
--  ac_cv_target_alias=$ac_cv_host_alias
--ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
--  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
--echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
-+  if test "x$target_alias" = x; then
-+  ac_cv_target=$ac_cv_host
-+else
-+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
-+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
-+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
-    { (exit 1); exit 1; }; }
-+fi
- 
- fi
--echo "$as_me:$LINENO: result: $ac_cv_target" >&5
--echo "${ECHO_T}$ac_cv_target" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
-+echo "${ECHO_T}$ac_cv_target" >&6; }
-+case $ac_cv_target in
-+*-*-*) ;;
-+*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
-+echo "$as_me: error: invalid value of canonical target" >&2;}
-+   { (exit 1); exit 1; }; };;
-+esac
- target=$ac_cv_target
--target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
--target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-+ac_save_IFS=$IFS; IFS='-'
-+set x $ac_cv_target
-+shift
-+target_cpu=$1
-+target_vendor=$2
-+shift; shift
-+# Remember, the first character of IFS is used to create $*,
-+# except with old shells:
-+target_os=$*
-+IFS=$ac_save_IFS
-+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
- 
- 
- # The aliases save the names the user supplied, while $host etc.
-@@ -1597,8 +2245,8 @@ am__api_version="1.7"
- # 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
-+{ 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
-@@ -1620,7 +2268,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 $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
-+	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.
-@@ -1639,21 +2287,22 @@ case $as_dir/ in
-     ;;
- esac
- done
-+IFS=$as_save_IFS
- 
- 
- 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.  We don't cache a
--    # path for INSTALL within a source directory, because that will
-+    # 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 path is relative.
-+    # removed, or if the value is a relative name.
-     INSTALL=$ac_install_sh
-   fi
- fi
--echo "$as_me:$LINENO: result: $INSTALL" >&5
--echo "${ECHO_T}$INSTALL" >&6
-+{ 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.
-@@ -1663,8 +2312,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
- 
- 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
-+{ 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
-@@ -1706,20 +2355,20 @@ echo "$as_me: error: newly created file is older than distributed files!
- Check your system clock" >&2;}
-    { (exit 1); exit 1; }; }
- fi
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- test "$program_prefix" != NONE &&
--  program_transform_name="s,^,$program_prefix,;$program_transform_name"
-+  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"
-+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
- # Double any \ or $.  echo might interpret backslashes.
- # 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 conftest.sed
-+rm -f conftest.sed
- 
- 
- # expand $ac_aux_dir to an absolute path
-@@ -1739,8 +2388,8 @@ 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
-+{ 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
- else
-@@ -1753,54 +2402,57 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $AWK" >&5
-+echo "${ECHO_T}$AWK" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}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 dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
--if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
-+{ 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 'ac_maketemp="$(MAKE)"'
-+	@echo '@@@%%%=$(MAKE)=@@@%%%'
- _ACEOF
- # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
--eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
--if test -n "$ac_maketemp"; then
--  eval ac_cv_prog_make_${ac_make}_set=yes
--else
--  eval ac_cv_prog_make_${ac_make}_set=no
--fi
-+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 \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
--  echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+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=
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-   SET_MAKE="MAKE=${MAKE-make}"
- fi
- 
-@@ -1874,8 +2526,8 @@ 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
-+{ 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
-@@ -1888,32 +2540,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-+  { 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
-+  { 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
-+{ 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
-@@ -1926,27 +2580,41 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
- 
--  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
- 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
-+  { 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
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  STRIP=$ac_ct_STRIP
-+  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
-@@ -1969,8 +2637,8 @@ 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
-+{ 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
- else
-@@ -1983,32 +2651,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
- fi
- 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
-+{ 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
- else
-@@ -2021,36 +2691,51 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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_CC="gcc"
-     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_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
-+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-+echo "${ECHO_T}$ac_ct_CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  CC=$ac_ct_CC
-+  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;}
-+ac_tool_warned=yes ;;
-+esac
-+    CC=$ac_ct_CC
-+  fi
- else
-   CC="$ac_cv_prog_CC"
- fi
- 
- 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.
-+          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
-+{ 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
- else
-@@ -2063,74 +2748,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--fi
--if test -z "$ac_cv_prog_CC"; then
--  ac_ct_CC=$CC
--  # 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_ac_ct_CC+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
--    ac_cv_prog_ac_ct_CC="cc"
--    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
--    break 2
--  fi
--done
--done
--
--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
--else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
--fi
--
--  CC=$ac_ct_CC
--else
--  CC="$ac_cv_prog_CC"
--fi
- 
-+  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
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+{ 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
- else
-@@ -2144,7 +2789,7 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-@@ -2155,6 +2800,7 @@ do
-   fi
- done
- done
-+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.
-@@ -2172,22 +2818,23 @@ fi
- fi
- CC=$ac_cv_prog_CC
- if test -n "$CC"; then
--  echo "$as_me:$LINENO: result: $CC" >&5
--echo "${ECHO_T}$CC" >&6
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
- fi
- if test -z "$CC"; then
-   if test -n "$ac_tool_prefix"; then
--  for ac_prog in cl
-+  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
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+{ 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
- else
-@@ -2200,36 +2847,38 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
-     test -n "$CC" && break
-   done
- fi
- if test -z "$CC"; then
-   ac_ct_CC=$CC
--  for ac_prog in cl
-+  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
-+{ 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
- else
-@@ -2242,29 +2891,45 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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_CC="$ac_prog"
-     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_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
-+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-+echo "${ECHO_T}$ac_ct_CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
-   test -n "$ac_ct_CC" && break
- done
- 
--  CC=$ac_ct_CC
-+  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;}
-+ac_tool_warned=yes ;;
-+esac
-+    CC=$ac_ct_CC
-+  fi
- fi
- 
- fi
-@@ -2277,21 +2942,35 @@ See \`config.log' for more details." >&2;}
-    { (exit 1); exit 1; }; }
- 
- # Provide some information about the compiler.
--echo "$as_me:$LINENO:" \
--     "checking for C compiler version" >&5
-+echo "$as_me:$LINENO: checking for C compiler version" >&5
- ac_compiler=`set X $ac_compile; echo $2`
--{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
--  (eval $ac_compiler --version </dev/null >&5) 2>&5
-+{ (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); }
--{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
--  (eval $ac_compiler -v </dev/null >&5) 2>&5
-+{ (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); }
--{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
--  (eval $ac_compiler -V </dev/null >&5) 2>&5
-+{ (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); }
-@@ -2316,47 +2995,77 @@ ac_clean_files="$ac_clean_files a.out 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
-+{ 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[^ ]*//'`
--if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
--  (eval $ac_link_default) 2>&5
-+#
-+# 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.
-+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_rmfiles="$ac_rmfiles $ac_file";;
-+  esac
-+done
-+rm -f $ac_rmfiles
-+
-+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_link_default") 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  # Find the output, starting from the most likely.  This scheme is
--# not robust to junk in `.', hence go to wildcards (a.*) only as a last
--# resort.
--
--# Be careful to initialize this variable, since it used to be cached.
--# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
--ac_cv_exeext=
--# b.out is created by i960 compilers.
--for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
-+  # 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,
-+# so that the user can short-circuit this test for compilers unknown to
-+# Autoconf.
-+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 | *.o | *.obj )
--	;;
--    conftest.$ac_ext )
--	# This is the source file.
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
- 	;;
-     [ab].out )
- 	# We found the default executable, but exeext='' is most
- 	# certainly right.
- 	break;;
-     *.* )
--	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
--	# FIXME: I believe we export ac_cv_exeext for Libtool,
--	# but it would be cool to find out if it's true.  Does anybody
--	# maintain Libtool? --akim.
--	export ac_cv_exeext
-+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
-+	then :; else
-+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-+	fi
-+	# We set ac_cv_exeext here because the later test for it is not
-+	# safe: cross compilers may not add the suffix if given an `-o'
-+	# argument, so we may need to know it at that point already.
-+	# Even if this section looks crufty: it has the advantage of
-+	# actually working.
- 	break;;
-     * )
- 	break;;
-   esac
- done
-+test "$ac_cv_exeext" = no && ac_cv_exeext=
-+
- 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
- 
-@@ -2368,19 +3077,21 @@ See \`config.log' for more details." >&2;}
- fi
- 
- ac_exeext=$ac_cv_exeext
--echo "$as_me:$LINENO: result: $ac_file" >&5
--echo "${ECHO_T}$ac_file" >&6
- 
--# Check the compiler produces executables we can run.  If not, either
-+# 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
-+{ 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'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-@@ -2399,22 +3110,27 @@ See \`config.log' for more details." >&2;}
-     fi
-   fi
- fi
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- rm -f a.out a.exe conftest$ac_cv_exeext b.out
- ac_clean_files=$ac_clean_files_save
--# Check the compiler produces executables we can run.  If not, either
-+# 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 { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
-+{ 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"
-+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); }; then
-@@ -2425,9 +3141,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- 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 | *.o | *.obj ) ;;
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
-     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
--	  export ac_cv_exeext
- 	  break;;
-     * ) break;;
-   esac
-@@ -2441,14 +3156,14 @@ See \`config.log' for more details." >&2;}
- fi
- 
- rm -f conftest$ac_cv_exeext
--echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
--echo "${ECHO_T}$ac_cv_exeext" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-+echo "${ECHO_T}$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
-+{ 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
-@@ -2468,14 +3183,20 @@ main ()
- }
- _ACEOF
- rm -f conftest.o conftest.obj
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>&5
-+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>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
-+  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 ) ;;
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
-     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
-        break;;
-   esac
-@@ -2493,12 +3214,12 @@ 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
-+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
-+echo "${ECHO_T}$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
-+{ 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
- else
-@@ -2521,50 +3242,49 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+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
-+{ 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`
- ac_test_CFLAGS=${CFLAGS+set}
- ac_save_CFLAGS=$CFLAGS
--CFLAGS="-g"
--echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
--echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
-+{ 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
- else
--  cat >conftest.$ac_ext <<_ACEOF
-+  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
-@@ -2580,38 +3300,118 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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
-+/* end confdefs.h.  */
-+
-+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); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-+
-+	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
-+/* end confdefs.h.  */
-+
-+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); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_cv_prog_cc_g=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_prog_cc_g=no
-+
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+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
-+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-+echo "${ECHO_T}$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
-@@ -2627,12 +3427,12 @@ else
-     CFLAGS=
-   fi
- fi
--echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
--echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
--if test "${ac_cv_prog_cc_stdc+set}" = set; then
-+{ 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
- else
--  ac_cv_prog_cc_stdc=no
-+  ac_cv_prog_cc_c89=no
- ac_save_CC=$CC
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -2666,12 +3466,17 @@ static char *f (char * (*g) (char **, int), char **p, ...)
- /* 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 -std1 is added to get
-+   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 -std1.  */
-+   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];
-+
- int test (int i, double x);
- struct s1 {int (*f) (int a);};
- struct s2 {int (*f) (double a);};
-@@ -2686,205 +3491,57 @@ return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-   return 0;
- }
- _ACEOF
--# Don't try gcc -ansi; that turns off useful extensions and
--# breaks some systems' header files.
--# AIX			-qlanglvl=ansi
--# Ultrix and OSF/1	-std1
--# HP-UX 10.20 and later	-Ae
--# HP-UX older versions	-Aa -D_HPUX_SOURCE
--# SVR4			-Xc -D__EXTENSIONS__
--for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
- do
-   CC="$ac_save_CC $ac_arg"
-   rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  ac_cv_prog_cc_stdc=$ac_arg
--break
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext
-+
-+rm -f core conftest.err conftest.$ac_objext
-+  test "x$ac_cv_prog_cc_c89" != "xno" && break
- done
--rm -f conftest.$ac_ext conftest.$ac_objext
-+rm -f conftest.$ac_ext
- CC=$ac_save_CC
- 
- fi
--
--case "x$ac_cv_prog_cc_stdc" in
--  x|xno)
--    echo "$as_me:$LINENO: result: none needed" >&5
--echo "${ECHO_T}none needed" >&6 ;;
-+# 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; } ;;
-+  xno)
-+    { echo "$as_me:$LINENO: result: unsupported" >&5
-+echo "${ECHO_T}unsupported" >&6; } ;;
-   *)
--    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
--echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
--    CC="$CC $ac_cv_prog_cc_stdc" ;;
-+    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; } ;;
- esac
- 
--# Some people use a C++ compiler to compile C.  Since we use `exit',
--# in C++ we need to declare it.  In case someone uses the same compiler
--# for both compiling C and C++ we need to have the C++ compiler decide
--# the declaration of exit, since it's the most demanding environment.
--cat >conftest.$ac_ext <<_ACEOF
--#ifndef __cplusplus
--  choke me
--#endif
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  for ac_declaration in \
--   '' \
--   'extern "C" void std::exit (int) throw (); using std::exit;' \
--   'extern "C" void std::exit (int); using std::exit;' \
--   'extern "C" void exit (int) throw ();' \
--   'extern "C" void exit (int);' \
--   'void exit (int);'
--do
--  cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h.  */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h.  */
--$ac_declaration
--#include <stdlib.h>
--int
--main ()
--{
--exit (42);
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  :
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
- 
--continue
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--  cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h.  */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h.  */
--$ac_declaration
--int
--main ()
--{
--exit (42);
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  break
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--done
--rm -f conftest*
--if test -n "$ac_declaration"; then
--  echo '#ifdef __cplusplus' >>confdefs.h
--  echo $ac_declaration      >>confdefs.h
--  echo '#endif'             >>confdefs.h
--fi
--
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
- ac_cpp='$CPP $CPPFLAGS'
- ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -2892,7 +3549,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- DEPDIR="${am__leading_dot}deps"
- 
--          ac_config_commands="$ac_config_commands depfiles"
-+ac_config_commands="$ac_config_commands depfiles"
- 
- 
- am_make=${MAKE-make}
-@@ -2902,8 +3559,8 @@ am__doit:
- .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
-+{ 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
-@@ -2930,15 +3587,15 @@ if test "$am__include" = "#"; then
- fi
- 
- 
--echo "$as_me:$LINENO: result: $_am_result" >&5
--echo "${ECHO_T}$_am_result" >&6
-+{ echo "$as_me:$LINENO: result: $_am_result" >&5
-+echo "${ECHO_T}$_am_result" >&6; }
- rm -f confinc confmf
- 
--# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
-+# Check whether --enable-dependency-tracking was given.
- if test "${enable_dependency_tracking+set}" = set; then
--  enableval="$enable_dependency_tracking"
-+  enableval=$enable_dependency_tracking;
-+fi
- 
--fi;
- if test "x$enable_dependency_tracking" != xno; then
-   am_depcomp="$ac_aux_dir/depcomp"
-   AMDEPBACKSLASH='\'
-@@ -2958,8 +3615,8 @@ 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
-+{ 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
- else
-@@ -3041,8 +3698,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
-+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
-+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
- CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
- 
- 
-@@ -3065,8 +3722,8 @@ 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
-+{ 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=
-@@ -3100,24 +3757,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- #endif
- 		     Syntax error
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-   :
- else
-   echo "$as_me: failed program was:" >&5
-@@ -3126,9 +3781,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
-   # Broken: fails on valid input.
- continue
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
--  # OK, works on sane cases.  Now check whether non-existent headers
-+  # OK, works on sane cases.  Now check whether nonexistent headers
-   # can be detected and how.
-   cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -3138,24 +3794,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <ac_nonexistent.h>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
- else
-@@ -3166,6 +3820,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
- ac_preproc_ok=:
- break
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
- done
-@@ -3183,8 +3838,8 @@ fi
- else
-   ac_cv_prog_CPP=$CPP
- fi
--echo "$as_me:$LINENO: result: $CPP" >&5
--echo "${ECHO_T}$CPP" >&6
-+{ 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
-@@ -3207,24 +3862,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- #endif
- 		     Syntax error
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-   :
- else
-   echo "$as_me: failed program was:" >&5
-@@ -3233,9 +3886,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
-   # Broken: fails on valid input.
- continue
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
--  # OK, works on sane cases.  Now check whether non-existent headers
-+  # OK, works on sane cases.  Now check whether nonexistent headers
-   # can be detected and how.
-   cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -3245,24 +3899,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <ac_nonexistent.h>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
- else
-@@ -3273,6 +3925,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
- ac_preproc_ok=:
- break
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
- done
-@@ -3295,23 +3948,170 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
- 
--echo "$as_me:$LINENO: checking for egrep" >&5
--echo $ECHO_N "checking for egrep... $ECHO_C" >&6
--if test "${ac_cv_prog_egrep+set}" = set; then
-+{ 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
- else
--  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
--    then ac_cv_prog_egrep='grep -E'
--    else ac_cv_prog_egrep='egrep'
-+  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
-+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
-+*GNU*)
-+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_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 '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
-+    ac_count=`expr $ac_count + 1`
-+    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
-+
-+
-+    $ac_path_GREP_found && break 3
-+  done
-+done
-+
-+done
-+IFS=$as_save_IFS
-+
-+
- fi
--echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
--echo "${ECHO_T}$ac_cv_prog_egrep" >&6
-- EGREP=$ac_cv_prog_egrep
-+
-+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
-+
-+else
-+  ac_cv_path_GREP=$GREP
-+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
-+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
-+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
-+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
-+
-+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
-+
-+else
-+  ac_cv_path_EGREP=$EGREP
-+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"
- 
- 
--echo "$as_me:$LINENO: checking for ANSI C header files" >&5
--echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
-+{ 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
-@@ -3335,35 +4135,31 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+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.
-@@ -3419,6 +4215,7 @@ 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))
-@@ -3438,18 +4235,27 @@ main ()
-   for (i = 0; i < 256; i++)
-     if (XOR (islower (i), ISLOWER (i))
- 	|| toupper (i) != TOUPPER (i))
--      exit(2);
--  exit (0);
-+      return 2;
-+  return 0;
- }
- _ACEOF
- rm -f conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
-+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'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-@@ -3462,12 +4268,14 @@ sed 's/^/| /' conftest.$ac_ext >&5
- ( exit $ac_status )
- ac_cv_header_stdc=no
- fi
--rm -f core *.core 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.$ac_ext
- fi
-+
-+
- fi
- fi
--echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
--echo "${ECHO_T}$ac_cv_header_stdc" >&6
-+{ 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
-@@ -3490,9 +4298,9 @@ 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 eval "test \"\${$as_ac_Header+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
- else
-   cat >conftest.$ac_ext <<_ACEOF
-@@ -3506,38 +4314,35 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -3580,17 +4385,17 @@ INCLUDE_RULES="include $PWD/Rules"
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to build Cray XT3 features" >&5
--echo $ECHO_N "checking whether to build Cray XT3 features... $ECHO_C" >&6
--# Check whether --enable-cray_xt3 or --disable-cray_xt3 was given.
-+{ echo "$as_me:$LINENO: checking whether to build Cray XT3 features" >&5
-+echo $ECHO_N "checking whether to build Cray XT3 features... $ECHO_C" >&6; }
-+# Check whether --enable-cray_xt3 was given.
- if test "${enable_cray_xt3+set}" = set; then
--  enableval="$enable_cray_xt3"
--  enable_cray_xt3='yes'
-+  enableval=$enable_cray_xt3; enable_cray_xt3='yes'
- else
-   enable_cray_xt3='no'
--fi;
--echo "$as_me:$LINENO: result: $enable_cray_xt3" >&5
--echo "${ECHO_T}$enable_cray_xt3" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_cray_xt3" >&5
-+echo "${ECHO_T}$enable_cray_xt3" >&6; }
- if test x$enable_cray_xt3 != xno; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -3599,17 +4404,17 @@ _ACEOF
- 
- fi
- 
--echo "$as_me:$LINENO: checking whether to build BGL features" >&5
--echo $ECHO_N "checking whether to build BGL features... $ECHO_C" >&6
--# Check whether --enable-bgl or --disable-bgl was given.
-+{ echo "$as_me:$LINENO: checking whether to build BGL features" >&5
-+echo $ECHO_N "checking whether to build BGL features... $ECHO_C" >&6; }
-+# Check whether --enable-bgl was given.
- if test "${enable_bgl+set}" = set; then
--  enableval="$enable_bgl"
--  enable_bgl='yes'
-+  enableval=$enable_bgl; enable_bgl='yes'
- else
-   enable_bgl='no'
--fi;
--echo "$as_me:$LINENO: result: $enable_bgl" >&5
--echo "${ECHO_T}$enable_bgl" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_bgl" >&5
-+echo "${ECHO_T}$enable_bgl" >&6; }
- if test x$enable_bgl != xno; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -3656,8 +4461,8 @@ pkgexampledir='${pkgdatadir}/examples'
- 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
-+{ 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
- else
-@@ -3670,32 +4475,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
-+echo "${ECHO_T}$RANLIB" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}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
-+{ 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
- else
-@@ -3708,37 +4515,51 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-     break 2
-   fi
- done
- done
-+IFS=$as_save_IFS
- 
--  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
- 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
-+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
-+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  RANLIB=$ac_ct_RANLIB
-+  if test "x$ac_ct_RANLIB" = x; then
-+    RANLIB=":"
-+  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
-+    RANLIB=$ac_ct_RANLIB
-+  fi
- else
-   RANLIB="$ac_cv_prog_RANLIB"
- fi
- 
--echo "$as_me:$LINENO: checking for buggy compiler" >&5
--echo $ECHO_N "checking for buggy compiler... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for buggy compiler" >&5
-+echo $ECHO_N "checking for buggy compiler... $ECHO_C" >&6; }
- CC_VERSION=`$CC -v 2>&1 | grep "^gcc version"`
- bad_cc() {
--	echo "$as_me:$LINENO: result: buggy compiler found!" >&5
--echo "${ECHO_T}buggy compiler found!" >&6
-+	{ echo "$as_me:$LINENO: result: buggy compiler found!" >&5
-+echo "${ECHO_T}buggy compiler found!" >&6; }
- 	echo
- 	echo "   '$CC_VERSION'"
- 	echo "  has been known to generate bad code, "
-@@ -3763,14 +4584,14 @@ case "$CC_VERSION" in
- 		bad_cc
- 		;;
- 	*)
--		echo "$as_me:$LINENO: result: no known problems" >&5
--echo "${ECHO_T}no known problems" >&6
-+		{ echo "$as_me:$LINENO: result: no known problems" >&5
-+echo "${ECHO_T}no known problems" >&6; }
- 		;;
- esac
- 
- # ---------  unsigned long long sane? -------
--echo "$as_me:$LINENO: checking for unsigned long long" >&5
--echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for unsigned long long" >&5
-+echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; }
- if test "${ac_cv_type_unsigned_long_long+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -3781,61 +4602,57 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+typedef unsigned long long ac__type_new_;
- int
- main ()
- {
--if ((unsigned long long *) 0)
-+if ((ac__type_new_ *) 0)
-   return 0;
--if (sizeof (unsigned long long))
-+if (sizeof (ac__type_new_))
-   return 0;
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_cv_type_unsigned_long_long=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_type_unsigned_long_long=no
-+	ac_cv_type_unsigned_long_long=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
--echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
-+echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; }
- 
--echo "$as_me:$LINENO: checking size of unsigned long long" >&5
--echo $ECHO_N "checking size of unsigned long long... $ECHO_C" >&6
-+# The cast to long int works around a bug in the HP C Compiler
-+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-+# This bug is HP SR number 8606223364.
-+{ echo "$as_me:$LINENO: checking size of unsigned long long" >&5
-+echo $ECHO_N "checking size of unsigned long long... $ECHO_C" >&6; }
- if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
--  if test "$ac_cv_type_unsigned_long_long" = yes; then
--  # The cast to unsigned long works around a bug in the HP C Compiler
--  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
--  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
--  # This bug is HP SR number 8606223364.
-   if test "$cross_compiling" = yes; then
-   # Depending upon the size, compute the lo and hi bounds.
- cat >conftest.$ac_ext <<_ACEOF
-@@ -3845,10 +4662,11 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+   typedef unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) >= 0)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
- test_array [0] = 0
- 
-   ;
-@@ -3856,27 +4674,22 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_lo=0 ac_mid=0
-   while :; do
-     cat >conftest.$ac_ext <<_ACEOF
-@@ -3886,10 +4699,11 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+   typedef unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) <= $ac_mid)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
- test_array [0] = 0
- 
-   ;
-@@ -3897,56 +4711,53 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_hi=$ac_mid; break
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_lo=`expr $ac_mid + 1`
--		    if test $ac_lo -le $ac_mid; then
--		      ac_lo= ac_hi=
--		      break
--		    fi
--		    ac_mid=`expr 2 '*' $ac_mid + 1`
-+	ac_lo=`expr $ac_mid + 1`
-+			if test $ac_lo -le $ac_mid; then
-+			  ac_lo= ac_hi=
-+			  break
-+			fi
-+			ac_mid=`expr 2 '*' $ac_mid + 1`
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   done
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--cat >conftest.$ac_ext <<_ACEOF
-+	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 unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) < 0)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
- test_array [0] = 0
- 
-   ;
-@@ -3954,27 +4765,22 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_hi=-1 ac_mid=-1
-   while :; do
-     cat >conftest.$ac_ext <<_ACEOF
-@@ -3984,10 +4790,11 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+   typedef unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) >= $ac_mid)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
- test_array [0] = 0
- 
-   ;
-@@ -3995,50 +4802,48 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_lo=$ac_mid; break
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_hi=`expr '(' $ac_mid ')' - 1`
--		       if test $ac_mid -le $ac_hi; then
--			 ac_lo= ac_hi=
--			 break
--		       fi
--		       ac_mid=`expr 2 '*' $ac_mid`
-+	ac_hi=`expr '(' $ac_mid ')' - 1`
-+			if test $ac_mid -le $ac_hi; then
-+			  ac_lo= ac_hi=
-+			  break
-+			fi
-+			ac_mid=`expr 2 '*' $ac_mid`
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   done
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_lo= ac_hi=
-+	ac_lo= ac_hi=
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- # Binary search between lo and hi bounds.
- while test "x$ac_lo" != "x$ac_hi"; do
-   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-@@ -4049,10 +4854,11 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+   typedef unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) <= $ac_mid)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
- test_array [0] = 0
- 
-   ;
-@@ -4060,52 +4866,45 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_hi=$ac_mid
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_lo=`expr '(' $ac_mid ')' + 1`
-+	ac_lo=`expr '(' $ac_mid ')' + 1`
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- done
- case $ac_lo in
- ?*) ac_cv_sizeof_unsigned_long_long=$ac_lo;;
--'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long), 77
-+'') if test "$ac_cv_type_unsigned_long_long" = yes; then
-+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long)
- See \`config.log' for more details." >&5
--echo "$as_me: error: cannot compute sizeof (unsigned long long), 77
-+echo "$as_me: error: cannot compute sizeof (unsigned long long)
- See \`config.log' for more details." >&2;}
--   { (exit 1); exit 1; }; } ;;
-+   { (exit 77); exit 77; }; }
-+   else
-+     ac_cv_sizeof_unsigned_long_long=0
-+   fi ;;
- esac
- else
--  if test "$cross_compiling" = yes; then
--  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&5
--echo "$as_me: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&2;}
--   { (exit 1); exit 1; }; }
--else
-   cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4113,8 +4912,9 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
--long longval () { return (long) (sizeof (unsigned long long)); }
--unsigned long ulongval () { return (long) (sizeof (unsigned long long)); }
-+   typedef unsigned long long ac__type_sizeof_;
-+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
-+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
- #include <stdio.h>
- #include <stdlib.h>
- int
-@@ -4123,35 +4923,44 @@ main ()
- 
-   FILE *f = fopen ("conftest.val", "w");
-   if (! f)
--    exit (1);
--  if (((long) (sizeof (unsigned long long))) < 0)
-+    return 1;
-+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
-     {
--      long i = longval ();
--      if (i != ((long) (sizeof (unsigned long long))))
--	exit (1);
-+      long int i = longval ();
-+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
-+	return 1;
-       fprintf (f, "%ld\n", i);
-     }
-   else
-     {
--      unsigned long i = ulongval ();
--      if (i != ((long) (sizeof (unsigned long long))))
--	exit (1);
-+      unsigned long int i = ulongval ();
-+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
-+	return 1;
-       fprintf (f, "%lu\n", i);
-     }
--  exit (ferror (f) || fclose (f) != 0);
-+  return ferror (f) || fclose (f) != 0;
- 
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
-+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'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-@@ -4162,22 +4971,25 @@ echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- ( exit $ac_status )
--{ { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long), 77
-+if test "$ac_cv_type_unsigned_long_long" = yes; then
-+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long)
- See \`config.log' for more details." >&5
--echo "$as_me: error: cannot compute sizeof (unsigned long long), 77
-+echo "$as_me: error: cannot compute sizeof (unsigned long long)
- See \`config.log' for more details." >&2;}
--   { (exit 1); exit 1; }; }
--fi
--rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-+   { (exit 77); exit 77; }; }
-+   else
-+     ac_cv_sizeof_unsigned_long_long=0
-+   fi
- fi
-+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
- fi
- rm -f conftest.val
--else
--  ac_cv_sizeof_unsigned_long_long=0
--fi
- fi
--echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long_long" >&5
--echo "${ECHO_T}$ac_cv_sizeof_unsigned_long_long" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long_long" >&5
-+echo "${ECHO_T}$ac_cv_sizeof_unsigned_long_long" >&6; }
-+
-+
-+
- cat >>confdefs.h <<_ACEOF
- #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
- _ACEOF
-@@ -4198,7 +5010,7 @@ echo "$as_me: WARNING: set compiler with -m64" >&2;}
- 	CC="$CC -m64"
- fi
- 
--CPPFLAGS="-I$PWD/$LIBCFS_INCLUDE_DIR -I$PWD/lnet/include -I$PWD/lustre/include $CPPFLAGS"
-+CPPFLAGS="-I$PWD/$LIBCFS_INCLUDE_DIR -I$TOP_DIR/lnet/include -I$TOP_DIR/lustre/include -I$PWD/lnet/include -I$PWD/lustre/include $CPPFLAGS"
- 
- LLCPPFLAGS="-D__arch_lib__ -D_LARGEFILE64_SOURCE=1"
- 
-@@ -4212,17 +5024,17 @@ EXTRA_KCFLAGS="$EXTRA_KCFLAGS -g -I$PWD/$LIBCFS_INCLUDE_DIR -I$PWD/lnet/include
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to enable uoss" >&5
--echo $ECHO_N "checking whether to enable uoss... $ECHO_C" >&6
--# Check whether --enable-uoss or --disable-uoss was given.
-+{ echo "$as_me:$LINENO: checking whether to enable uoss" >&5
-+echo $ECHO_N "checking whether to enable uoss... $ECHO_C" >&6; }
-+# Check whether --enable-uoss was given.
- if test "${enable_uoss+set}" = set; then
--  enableval="$enable_uoss"
--  enable_uoss='yes'
-+  enableval=$enable_uoss; enable_uoss='yes'
- else
-   enable_uoss='no'
--fi;
--echo "$as_me:$LINENO: result: $enable_uoss" >&5
--echo "${ECHO_T}$enable_uoss" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_uoss" >&5
-+echo "${ECHO_T}$enable_uoss" >&6; }
- if test x$enable_uoss = xyes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -4244,17 +5056,17 @@ _ACEOF
- fi
- 
- 
--echo "$as_me:$LINENO: checking whether to enable posix osd" >&5
--echo $ECHO_N "checking whether to enable posix osd... $ECHO_C" >&6
--# Check whether --enable-posix-osd or --disable-posix-osd was given.
-+{ echo "$as_me:$LINENO: checking whether to enable posix osd" >&5
-+echo $ECHO_N "checking whether to enable posix osd... $ECHO_C" >&6; }
-+# Check whether --enable-posix-osd was given.
- if test "${enable_posix_osd+set}" = set; then
--  enableval="$enable_posix_osd"
--  enable_posix_osd='yes'
-+  enableval=$enable_posix_osd; enable_posix_osd='yes'
- else
-   enable_posix_osd='no'
--fi;
--echo "$as_me:$LINENO: result: $enable_posix_osd" >&5
--echo "${ECHO_T}$enable_posix_osd" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_posix_osd" >&5
-+echo "${ECHO_T}$enable_posix_osd" >&6; }
- if test x$enable_uoss = xyes -a x$enable_posix_osd = xyes ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -4275,12 +5087,11 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to build docs" >&5
--echo $ECHO_N "checking whether to build docs... $ECHO_C" >&6
--# Check whether --enable-doc or --disable-doc was given.
-+{ echo "$as_me:$LINENO: checking whether to build docs" >&5
-+echo $ECHO_N "checking whether to build docs... $ECHO_C" >&6; }
-+# Check whether --enable-doc was given.
- if test "${enable_doc+set}" = set; then
--  enableval="$enable_doc"
--
-+  enableval=$enable_doc;
- 		if test x$enable_doc = xyes ; then
- 		    ENABLE_DOC=1
- 		else
-@@ -4292,93 +5103,94 @@ else
- 		ENABLE_DOC=0
- 		enable_doc='no'
- 
--fi;
--echo "$as_me:$LINENO: result: $enable_doc" >&5
--echo "${ECHO_T}$enable_doc" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_doc" >&5
-+echo "${ECHO_T}$enable_doc" >&6; }
- 
- 
--echo "$as_me:$LINENO: checking whether to build utilities" >&5
--echo $ECHO_N "checking whether to build utilities... $ECHO_C" >&6
--# Check whether --enable-utils or --disable-utils was given.
-+{ echo "$as_me:$LINENO: checking whether to build utilities" >&5
-+echo $ECHO_N "checking whether to build utilities... $ECHO_C" >&6; }
-+# Check whether --enable-utils was given.
- if test "${enable_utils+set}" = set; then
--  enableval="$enable_utils"
--
-+  enableval=$enable_utils;
- else
-   enable_utils='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_utils" >&5
--echo "${ECHO_T}$enable_utils" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_utils" >&5
-+echo "${ECHO_T}$enable_utils" >&6; }
- if test x$enable_utils = xyes ; then
- 	ENABLE_INIT_SCRIPTS=0
- if test x$enable_utils = xyes ; then
--        echo "$as_me:$LINENO: checking whether to install init scripts" >&5
--echo $ECHO_N "checking whether to install init scripts... $ECHO_C" >&6
-+        { echo "$as_me:$LINENO: checking whether to install init scripts" >&5
-+echo $ECHO_N "checking whether to install init scripts... $ECHO_C" >&6; }
-         # our scripts only work on red hat systems
-         if test -f /etc/init.d/functions -a -f /etc/sysconfig/network ; then
-                 ENABLE_INIT_SCRIPTS=1
--                echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+                { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-         else
--                echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+                { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-         fi
- fi
- 
- 
- fi
- 
--echo "$as_me:$LINENO: checking whether to build Lustre tests" >&5
--echo $ECHO_N "checking whether to build Lustre tests... $ECHO_C" >&6
--# Check whether --enable-tests or --disable-tests was given.
-+{ echo "$as_me:$LINENO: checking whether to build Lustre tests" >&5
-+echo $ECHO_N "checking whether to build Lustre tests... $ECHO_C" >&6; }
-+# Check whether --enable-tests was given.
- if test "${enable_tests+set}" = set; then
--  enableval="$enable_tests"
--
-+  enableval=$enable_tests;
- else
- 
- 		enable_tests='yes'
- 
--fi;
--echo "$as_me:$LINENO: result: $enable_tests" >&5
--echo "${ECHO_T}$enable_tests" >&6
-+fi
- 
--echo "$as_me:$LINENO: checking whether to build Lustre server support" >&5
--echo $ECHO_N "checking whether to build Lustre server support... $ECHO_C" >&6
--# Check whether --enable-server or --disable-server was given.
--if test "${enable_server+set}" = set; then
--  enableval="$enable_server"
-+{ echo "$as_me:$LINENO: result: $enable_tests" >&5
-+echo "${ECHO_T}$enable_tests" >&6; }
- 
-+{ echo "$as_me:$LINENO: checking whether to build Lustre server support" >&5
-+echo $ECHO_N "checking whether to build Lustre server support... $ECHO_C" >&6; }
-+# Check whether --enable-server was given.
-+if test "${enable_server+set}" = set; then
-+  enableval=$enable_server;
- else
-   enable_server='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_server" >&5
--echo "${ECHO_T}$enable_server" >&6
-+fi
- 
--echo "$as_me:$LINENO: checking whether to build Lustre client support" >&5
--echo $ECHO_N "checking whether to build Lustre client support... $ECHO_C" >&6
--# Check whether --enable-client or --disable-client was given.
--if test "${enable_client+set}" = set; then
--  enableval="$enable_client"
-+{ echo "$as_me:$LINENO: result: $enable_server" >&5
-+echo "${ECHO_T}$enable_server" >&6; }
- 
-+{ echo "$as_me:$LINENO: checking whether to build Lustre client support" >&5
-+echo $ECHO_N "checking whether to build Lustre client support... $ECHO_C" >&6; }
-+# Check whether --enable-client was given.
-+if test "${enable_client+set}" = set; then
-+  enableval=$enable_client;
- else
-   enable_client='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_client" >&5
--echo "${ECHO_T}$enable_client" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_client" >&5
-+echo "${ECHO_T}$enable_client" >&6; }
- 
- # two macros for cmd3
- 
- 
--echo "$as_me:$LINENO: checking whether to enable CDEBUG, CWARN" >&5
--echo $ECHO_N "checking whether to enable CDEBUG, CWARN... $ECHO_C" >&6
--# Check whether --enable-libcfs_cdebug or --disable-libcfs_cdebug was given.
-+{ echo "$as_me:$LINENO: checking whether to enable CDEBUG, CWARN" >&5
-+echo $ECHO_N "checking whether to enable CDEBUG, CWARN... $ECHO_C" >&6; }
-+# Check whether --enable-libcfs_cdebug was given.
- if test "${enable_libcfs_cdebug+set}" = set; then
--  enableval="$enable_libcfs_cdebug"
--
-+  enableval=$enable_libcfs_cdebug;
- else
-   enable_libcfs_cdebug='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_libcfs_cdebug" >&5
--echo "${ECHO_T}$enable_libcfs_cdebug" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_libcfs_cdebug" >&5
-+echo "${ECHO_T}$enable_libcfs_cdebug" >&6; }
- if test x$enable_libcfs_cdebug = xyes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -4393,17 +5205,17 @@ _ACEOF
- 
- fi
- 
--echo "$as_me:$LINENO: checking whether to enable ENTRY/EXIT" >&5
--echo $ECHO_N "checking whether to enable ENTRY/EXIT... $ECHO_C" >&6
--# Check whether --enable-libcfs_trace or --disable-libcfs_trace was given.
-+{ echo "$as_me:$LINENO: checking whether to enable ENTRY/EXIT" >&5
-+echo $ECHO_N "checking whether to enable ENTRY/EXIT... $ECHO_C" >&6; }
-+# Check whether --enable-libcfs_trace was given.
- if test "${enable_libcfs_trace+set}" = set; then
--  enableval="$enable_libcfs_trace"
--
-+  enableval=$enable_libcfs_trace;
- else
-   enable_libcfs_trace='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_libcfs_trace" >&5
--echo "${ECHO_T}$enable_libcfs_trace" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_libcfs_trace" >&5
-+echo "${ECHO_T}$enable_libcfs_trace" >&6; }
- if test x$enable_libcfs_trace = xyes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -4418,17 +5230,17 @@ _ACEOF
- 
- fi
- 
--echo "$as_me:$LINENO: checking whether to enable LASSERT, LASSERTF" >&5
--echo $ECHO_N "checking whether to enable LASSERT, LASSERTF... $ECHO_C" >&6
--# Check whether --enable-libcfs_assert or --disable-libcfs_assert was given.
-+{ echo "$as_me:$LINENO: checking whether to enable LASSERT, LASSERTF" >&5
-+echo $ECHO_N "checking whether to enable LASSERT, LASSERTF... $ECHO_C" >&6; }
-+# Check whether --enable-libcfs_assert was given.
- if test "${enable_libcfs_assert+set}" = set; then
--  enableval="$enable_libcfs_assert"
--
-+  enableval=$enable_libcfs_assert;
- else
-   enable_libcfs_assert='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_libcfs_assert" >&5
--echo "${ECHO_T}$enable_libcfs_assert" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_libcfs_assert" >&5
-+echo "${ECHO_T}$enable_libcfs_assert" >&6; }
- if test x$enable_libcfs_assert = xyes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -4438,27 +5250,27 @@ _ACEOF
- fi
- 
- #check global
--# Check whether --enable-quota or --disable-quota was given.
-+# Check whether --enable-quota was given.
- if test "${enable_quota+set}" = set; then
--  enableval="$enable_quota"
--
-+  enableval=$enable_quota;
- else
-   enable_quota='yes'
--fi;
-+fi
-+
- 
- #check for utils
- if test "${ac_cv_header_sys_quota_h+set}" = set; then
--  echo "$as_me:$LINENO: checking for sys/quota.h" >&5
--echo $ECHO_N "checking for sys/quota.h... $ECHO_C" >&6
-+  { echo "$as_me:$LINENO: checking for sys/quota.h" >&5
-+echo $ECHO_N "checking for sys/quota.h... $ECHO_C" >&6; }
- if test "${ac_cv_header_sys_quota_h+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- fi
--echo "$as_me:$LINENO: result: $ac_cv_header_sys_quota_h" >&5
--echo "${ECHO_T}$ac_cv_header_sys_quota_h" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_quota_h" >&5
-+echo "${ECHO_T}$ac_cv_header_sys_quota_h" >&6; }
- else
-   # Is the header compilable?
--echo "$as_me:$LINENO: checking sys/quota.h usability" >&5
--echo $ECHO_N "checking sys/quota.h usability... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking sys/quota.h usability" >&5
-+echo $ECHO_N "checking sys/quota.h usability... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4469,41 +5281,37 @@ $ac_includes_default
- #include <sys/quota.h>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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 sys/quota.h presence" >&5
--echo $ECHO_N "checking sys/quota.h presence... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking sys/quota.h presence" >&5
-+echo $ECHO_N "checking sys/quota.h presence... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4512,24 +5320,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <sys/quota.h>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -4537,9 +5343,10 @@ 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
-+{ 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
-@@ -4563,25 +5370,23 @@ echo "$as_me: WARNING: sys/quota.h:     section \"Present But Cannot Be Compiled
- echo "$as_me: WARNING: sys/quota.h: proceeding with the preprocessor's result" >&2;}
-     { echo "$as_me:$LINENO: WARNING: sys/quota.h: in the future, the compiler will take precedence" >&5
- echo "$as_me: WARNING: sys/quota.h: in the future, the compiler will take precedence" >&2;}
--    (
--      cat <<\_ASBOX
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-     ;;
- esac
--echo "$as_me:$LINENO: checking for sys/quota.h" >&5
--echo $ECHO_N "checking for sys/quota.h... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for sys/quota.h" >&5
-+echo $ECHO_N "checking for sys/quota.h... $ECHO_C" >&6; }
- if test "${ac_cv_header_sys_quota_h+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_cv_header_sys_quota_h=$ac_header_preproc
- fi
--echo "$as_me:$LINENO: result: $ac_cv_header_sys_quota_h" >&5
--echo "${ECHO_T}$ac_cv_header_sys_quota_h" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_quota_h" >&5
-+echo "${ECHO_T}$ac_cv_header_sys_quota_h" >&6; }
- 
- fi
- if test $ac_cv_header_sys_quota_h = yes; then
-@@ -4599,12 +5404,11 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to build kernel modules" >&5
--echo $ECHO_N "checking whether to build kernel modules... $ECHO_C" >&6
--# Check whether --enable-modules or --disable-modules was given.
-+{ echo "$as_me:$LINENO: checking whether to build kernel modules" >&5
-+echo $ECHO_N "checking whether to build kernel modules... $ECHO_C" >&6; }
-+# Check whether --enable-modules was given.
- if test "${enable_modules+set}" = set; then
--  enableval="$enable_modules"
--
-+  enableval=$enable_modules;
- else
- 
- 		case $target_os in
-@@ -4621,20 +5425,20 @@ else
- esac
- 
- 
--fi;
--echo "$as_me:$LINENO: result: $enable_modules ($target_os)" >&5
--echo "${ECHO_T}$enable_modules ($target_os)" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_modules ($target_os)" >&5
-+echo "${ECHO_T}$enable_modules ($target_os)" >&6; }
- 
- if test x$enable_modules = xyes ; then
- 	case $target_os in
- 		linux*)
--			echo "$as_me:$LINENO: checking for Linux sources" >&5
--echo $ECHO_N "checking for Linux sources... $ECHO_C" >&6
-+			{ echo "$as_me:$LINENO: checking for Linux sources" >&5
-+echo $ECHO_N "checking for Linux sources... $ECHO_C" >&6; }
- 
--# Check whether --with-linux or --without-linux was given.
-+# Check whether --with-linux was given.
- if test "${with_linux+set}" = set; then
--  withval="$with_linux"
--
-+  withval=$with_linux;
- 		if ! [[ $with_linux = /* ]]; then
- 			{ { echo "$as_me:$LINENO: error: You must provide an absolute pathname to the --with-linux= option." >&5
- echo "$as_me: error: You must provide an absolute pathname to the --with-linux= option." >&2;}
-@@ -4645,16 +5449,17 @@ echo "$as_me: error: You must provide an absolute pathname to the --with-linux=
- 
- else
-   LINUX=/usr/src/linux
--fi;
--echo "$as_me:$LINENO: result: $LINUX" >&5
--echo "${ECHO_T}$LINUX" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $LINUX" >&5
-+echo "${ECHO_T}$LINUX" >&6; }
- 
- 
- # -------- check for linux --------
- as_lb_File=`echo "lb_cv_file_$LINUX" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX" >&5
--echo $ECHO_N "checking for $LINUX... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX" >&5
-+echo $ECHO_N "checking for $LINUX... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX"; then
-@@ -4663,8 +5468,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -4675,33 +5481,33 @@ fi
- 
- 
- # -------- linux objects (for 2.6) --
--echo "$as_me:$LINENO: checking for Linux objects dir" >&5
--echo $ECHO_N "checking for Linux objects dir... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for Linux objects dir" >&5
-+echo $ECHO_N "checking for Linux objects dir... $ECHO_C" >&6; }
- 
--# Check whether --with-linux-obj or --without-linux-obj was given.
-+# Check whether --with-linux-obj was given.
- if test "${with_linux_obj+set}" = set; then
--  withval="$with_linux_obj"
--  LINUX_OBJ=$with_linux_obj
-+  withval=$with_linux_obj; LINUX_OBJ=$with_linux_obj
- else
-   LINUX_OBJ=$LINUX
--fi;
--echo "$as_me:$LINENO: result: $LINUX_OBJ" >&5
--echo "${ECHO_T}$LINUX_OBJ" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $LINUX_OBJ" >&5
-+echo "${ECHO_T}$LINUX_OBJ" >&6; }
- 
- 
- # -------- check for .config --------
- 
--# Check whether --with-linux-config or --without-linux-config was given.
-+# Check whether --with-linux-config was given.
- if test "${with_linux_config+set}" = set; then
--  withval="$with_linux_config"
--  LINUX_CONFIG=$with_linux_config
-+  withval=$with_linux_config; LINUX_CONFIG=$with_linux_config
- else
-   LINUX_CONFIG=$LINUX_OBJ/.config
--fi;
-+fi
-+
- 
- 
--echo "$as_me:$LINENO: checking for /boot/kernel.h" >&5
--echo $ECHO_N "checking for /boot/kernel.h... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for /boot/kernel.h" >&5
-+echo $ECHO_N "checking for /boot/kernel.h... $ECHO_C" >&6; }
- if test "${lb_cv_file__boot_kernel_h+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4711,13 +5517,13 @@ else
-   lb_cv_file__boot_kernel_h=no
- fi
- fi
--echo "$as_me:$LINENO: result: $lb_cv_file__boot_kernel_h" >&5
--echo "${ECHO_T}$lb_cv_file__boot_kernel_h" >&6
-+{ echo "$as_me:$LINENO: result: $lb_cv_file__boot_kernel_h" >&5
-+echo "${ECHO_T}$lb_cv_file__boot_kernel_h" >&6; }
- if test $lb_cv_file__boot_kernel_h = yes; then
-   KERNEL_SOURCE_HEADER='/boot/kernel.h'
- else
--  echo "$as_me:$LINENO: checking for /var/adm/running-kernel.h" >&5
--echo $ECHO_N "checking for /var/adm/running-kernel.h... $ECHO_C" >&6
-+  { echo "$as_me:$LINENO: checking for /var/adm/running-kernel.h" >&5
-+echo $ECHO_N "checking for /var/adm/running-kernel.h... $ECHO_C" >&6; }
- if test "${lb_cv_file__var_adm_running_kernel_h+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4727,8 +5533,8 @@ else
-   lb_cv_file__var_adm_running_kernel_h=no
- fi
- fi
--echo "$as_me:$LINENO: result: $lb_cv_file__var_adm_running_kernel_h" >&5
--echo "${ECHO_T}$lb_cv_file__var_adm_running_kernel_h" >&6
-+{ echo "$as_me:$LINENO: result: $lb_cv_file__var_adm_running_kernel_h" >&5
-+echo "${ECHO_T}$lb_cv_file__var_adm_running_kernel_h" >&6; }
- if test $lb_cv_file__var_adm_running_kernel_h = yes; then
-   KERNEL_SOURCE_HEADER='/var/adm/running-kernel.h'
- fi
-@@ -4737,17 +5543,17 @@ fi
- 
- 
- 
--# Check whether --with-kernel-source-header or --without-kernel-source-header was given.
-+# Check whether --with-kernel-source-header was given.
- if test "${with_kernel_source_header+set}" = set; then
--  withval="$with_kernel_source_header"
--  KERNEL_SOURCE_HEADER=$with_kernel_source_header
--fi;
-+  withval=$with_kernel_source_header; KERNEL_SOURCE_HEADER=$with_kernel_source_header
-+fi
-+
- 
- # ------------ .config exists ----------------
- as_lb_File=`echo "lb_cv_file_$LINUX_CONFIG" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX_CONFIG" >&5
--echo $ECHO_N "checking for $LINUX_CONFIG... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX_CONFIG" >&5
-+echo $ECHO_N "checking for $LINUX_CONFIG... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX_CONFIG"; then
-@@ -4756,8 +5562,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -4772,9 +5579,9 @@ fi
- # and at more old has only one line
- # include <autoconf.h>
- as_lb_File=`echo "lb_cv_file_$LINUX_OBJ/include/linux/autoconf.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX_OBJ/include/linux/autoconf.h" >&5
--echo $ECHO_N "checking for $LINUX_OBJ/include/linux/autoconf.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX_OBJ/include/linux/autoconf.h" >&5
-+echo $ECHO_N "checking for $LINUX_OBJ/include/linux/autoconf.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX_OBJ/include/linux/autoconf.h"; then
-@@ -4783,8 +5590,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -4794,9 +5602,9 @@ echo "$as_me: error: Run make config in $LINUX." >&2;}
- fi
- 
- as_lb_File=`echo "lb_cv_file_$LINUX_OBJ/include/linux/version.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX_OBJ/include/linux/version.h" >&5
--echo $ECHO_N "checking for $LINUX_OBJ/include/linux/version.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX_OBJ/include/linux/version.h" >&5
-+echo $ECHO_N "checking for $LINUX_OBJ/include/linux/version.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX_OBJ/include/linux/version.h"; then
-@@ -4805,8 +5613,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -4828,9 +5637,9 @@ if grep rhconfig $LINUX_OBJ/include/linux/version.h >/dev/null ; then
- 	# enable extensive workarounds to get this to build
- 	# modules
- 	as_lb_File=`echo "lb_cv_file_$KERNEL_SOURCE_HEADER" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $KERNEL_SOURCE_HEADER" >&5
--echo $ECHO_N "checking for $KERNEL_SOURCE_HEADER... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $KERNEL_SOURCE_HEADER" >&5
-+echo $ECHO_N "checking for $KERNEL_SOURCE_HEADER... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$KERNEL_SOURCE_HEADER"; then
-@@ -4839,8 +5648,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   if test $KERNEL_SOURCE_HEADER = '/boot/kernel.h' ; then
- 			{ echo "$as_me:$LINENO: WARNING: Using /boot/kernel.h from RUNNING kernel." >&5
-@@ -4863,30 +5673,30 @@ fi
- ARCH_UM=
- UML_CFLAGS=
- 
--echo "$as_me:$LINENO: checking if you are running user mode linux for $target_cpu" >&5
--echo $ECHO_N "checking if you are running user mode linux for $target_cpu... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if you are running user mode linux for $target_cpu" >&5
-+echo $ECHO_N "checking if you are running user mode linux for $target_cpu... $ECHO_C" >&6; }
- if test -e $LINUX/include/asm-um ; then
- 	if test  X`ls -id $LINUX/include/asm/ 2>/dev/null | awk '{print $1}'` = X`ls -id $LINUX/include/asm-um 2>/dev/null | awk '{print $1}'` ; then
- 		ARCH_UM='ARCH=um'
- 		# see notes in Rules.in
- 		UML_CFLAGS='-O0'
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-     	else
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	fi
- else
--	echo "$as_me:$LINENO: result: no (asm-um missing)" >&5
--echo "${ECHO_T}no (asm-um missing)" >&6
-+	{ echo "$as_me:$LINENO: result: no (asm-um missing)" >&5
-+echo "${ECHO_T}no (asm-um missing)" >&6; }
- fi
- 
- 
- 
- as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/namei.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/namei.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/namei.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/namei.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/namei.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/namei.h"; then
-@@ -4895,8 +5705,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
-         	linux25="yes"
-@@ -4909,16 +5720,16 @@ else
- 
- fi
- 
--echo "$as_me:$LINENO: checking if you are using Linux 2.6" >&5
--echo $ECHO_N "checking if you are using Linux 2.6... $ECHO_C" >&6
--echo "$as_me:$LINENO: result: $linux25" >&5
--echo "${ECHO_T}$linux25" >&6
-+{ echo "$as_me:$LINENO: checking if you are using Linux 2.6" >&5
-+echo $ECHO_N "checking if you are using Linux 2.6... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: result: $linux25" >&5
-+echo "${ECHO_T}$linux25" >&6; }
- 
- MODULE_TARGET="SUBDIRS"
- if test $linux25 = "yes" ; then
- 	makerule="$PWD/build"
--	echo "$as_me:$LINENO: checking for external module build support" >&5
--echo $ECHO_N "checking for external module build support... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for external module build support" >&5
-+echo $ECHO_N "checking for external module build support... $ECHO_C" >&6; }
- 	rm -f build/conftest.i
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
-@@ -4937,7 +5748,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftest.i ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftest.i ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4949,8 +5760,8 @@ if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftes
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--			echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+			{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
-@@ -4976,7 +5787,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftest.i ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftest.i ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4988,8 +5799,8 @@ if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftes
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--					echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+					{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
-@@ -5015,8 +5826,8 @@ fi
- 
- 
- # --- check that we can build modules at all
--echo "$as_me:$LINENO: checking that modules can be built at all" >&5
--echo $ECHO_N "checking that modules can be built at all... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking that modules can be built at all" >&5
-+echo $ECHO_N "checking that modules can be built at all... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5034,7 +5845,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5046,16 +5857,16 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	{ echo "$as_me:$LINENO: WARNING: Consult config.log for details." >&5
- echo "$as_me: WARNING: Consult config.log for details." >&2;}
- 	{ echo "$as_me:$LINENO: WARNING: If you are trying to build with a kernel-source rpm, consult build/README.kernel-source" >&5
-@@ -5069,8 +5880,8 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- 
- LINUXRELEASE=
- rm -f build/conftest.i
--echo "$as_me:$LINENO: checking for Linux release" >&5
--echo $ECHO_N "checking for Linux release... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for Linux release" >&5
-+echo $ECHO_N "checking for Linux release... $ECHO_C" >&6; }
- if test -s $LINUX_OBJ/include/linux/utsrelease.h ; then
- 	LINUXRELEASEHEADER=utsrelease.h
- else
-@@ -5100,7 +5911,7 @@ _ACEOF
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
- if { ac_try='cp conftest.c build && make -d
- 	$makerule LUSTRE_KERNEL_TEST=conftest.i
-- ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+ ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5122,8 +5933,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: unknown" >&5
--echo "${ECHO_T}unknown" >&6
-+	{ echo "$as_me:$LINENO: result: unknown" >&5
-+echo "${ECHO_T}unknown" >&6; }
- 	{ { echo "$as_me:$LINENO: error: Could not preprocess test program.  Consult config.log for details." >&5
- echo "$as_me: error: Could not preprocess test program.  Consult config.log for details." >&2;}
-    { (exit 1); exit 1; }; }
-@@ -5132,14 +5943,14 @@ fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- rm -f build/conftest.i
- if test x$LINUXRELEASE = x ; then
--	echo "$as_me:$LINENO: result: unknown" >&5
--echo "${ECHO_T}unknown" >&6
-+	{ echo "$as_me:$LINENO: result: unknown" >&5
-+echo "${ECHO_T}unknown" >&6; }
- 	{ { echo "$as_me:$LINENO: error: Could not determine Linux release version from linux/version.h." >&5
- echo "$as_me: error: Could not determine Linux release version from linux/version.h." >&2;}
-    { (exit 1); exit 1; }; }
- fi
--echo "$as_me:$LINENO: result: $LINUXRELEASE" >&5
--echo "${ECHO_T}$LINUXRELEASE" >&6
-+{ echo "$as_me:$LINENO: result: $LINUXRELEASE" >&5
-+echo "${ECHO_T}$LINUXRELEASE" >&6; }
- 
- 
- moduledir='/lib/modules/'$LINUXRELEASE/kernel
-@@ -5152,16 +5963,16 @@ modulenetdir='$(moduledir)/net/$(PACKAGE)'
- 
- 
- # ------------ RELEASE --------------------------------
--echo "$as_me:$LINENO: checking for Lustre release" >&5
--echo $ECHO_N "checking for Lustre release... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for Lustre release" >&5
-+echo $ECHO_N "checking for Lustre release... $ECHO_C" >&6; }
- RELEASE="`echo ${LINUXRELEASE} | tr '-' '_'`_`date +%Y%m%d%H%M`"
--echo "$as_me:$LINENO: result: $RELEASE" >&5
--echo "${ECHO_T}$RELEASE" >&6
-+{ echo "$as_me:$LINENO: result: $RELEASE" >&5
-+echo "${ECHO_T}$RELEASE" >&6; }
- 
- 
- # check is redhat/suse kernels
--echo "$as_me:$LINENO: checking that RedHat kernel" >&5
--echo $ECHO_N "checking that RedHat kernel... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking that RedHat kernel" >&5
-+echo $ECHO_N "checking that RedHat kernel... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5185,7 +5996,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5199,22 +6010,22 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
- 
- 		RHEL_KENEL="yes"
- 		RHEL_KERNEL="yes"
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_SUSE_KERNEL" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_SUSE_KERNEL... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_SUSE_KERNEL" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_SUSE_KERNEL... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5238,7 +6049,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5250,8 +6061,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- SUSE_KERNEL="yes"
- 
- else
-@@ -5259,8 +6070,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
- fi
-@@ -5269,14 +6080,14 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- 
- 
- 
--echo "$as_me:$LINENO: checking Linux kernel architecture" >&5
--echo $ECHO_N "checking Linux kernel architecture... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking Linux kernel architecture" >&5
-+echo $ECHO_N "checking Linux kernel architecture... $ECHO_C" >&6; }
-           if rm -f $PWD/build/arch
-                  make -s --no-print-directory echoarch -f $PWD/build/Makefile \
-                      LUSTRE_LINUX_CONFIG=$LINUX_CONFIG -C $LINUX $ARCH_UM \
-                      ARCHFILE=$PWD/build/arch && LINUX_ARCH=`cat $PWD/build/arch`; then
--  echo "$as_me:$LINENO: result: $LINUX_ARCH" >&5
--echo "${ECHO_T}$LINUX_ARCH" >&6
-+  { echo "$as_me:$LINENO: result: $LINUX_ARCH" >&5
-+echo "${ECHO_T}$LINUX_ARCH" >&6; }
- else
-   { { echo "$as_me:$LINENO: error: Could not determine the kernel architecture." >&5
- echo "$as_me: error: Could not determine the kernel architecture." >&2;}
-@@ -5284,21 +6095,21 @@ echo "$as_me: error: Could not determine the kernel architecture." >&2;}
- fi
- 
-           rm -f build/arch
--echo "$as_me:$LINENO: checking name of module symbol version file" >&5
--echo $ECHO_N "checking name of module symbol version file... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking name of module symbol version file" >&5
-+echo $ECHO_N "checking name of module symbol version file... $ECHO_C" >&6; }
- 	if grep -q Modules.symvers $LINUX/scripts/Makefile.modpost ; then
- 		SYMVERFILE=Modules.symvers
- 	else
- 		SYMVERFILE=Module.symvers
- 	fi
--	echo "$as_me:$LINENO: result: $SYMVERFILE" >&5
--echo "${ECHO_T}$SYMVERFILE" >&6
-+	{ echo "$as_me:$LINENO: result: $SYMVERFILE" >&5
-+echo "${ECHO_T}$SYMVERFILE" >&6; }
- 
- 
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_MODULES" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_MODULES... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_MODULES" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_MODULES... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5322,7 +6133,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5334,8 +6145,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -5343,8 +6154,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 	{ { echo "$as_me:$LINENO: error: module support is required to build Lustre kernel modules." >&5
- echo "$as_me: error: module support is required to build Lustre kernel modules." >&2;}
-@@ -5355,8 +6166,8 @@ fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_MODVERSIONS" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_MODVERSIONS... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_MODVERSIONS" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_MODVERSIONS... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5380,7 +6191,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5392,8 +6203,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -5401,16 +6212,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_KALLSYMS" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_KALLSYMS... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_KALLSYMS" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_KALLSYMS... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5434,7 +6245,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5446,8 +6257,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -5455,8 +6266,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- if test "x$ARCH_UM" = "x" ; then
- 	{ { echo "$as_me:$LINENO: error: Lustre requires that CONFIG_KALLSYMS is enabled in your kernel." >&5
-@@ -5469,8 +6280,8 @@ fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_KMOD" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_KMOD... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_KMOD" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_KMOD... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5494,7 +6305,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5506,8 +6317,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -5515,8 +6326,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 	{ echo "$as_me:$LINENO: WARNING: " >&5
- echo "$as_me: WARNING: " >&2;}
-@@ -5535,14 +6346,13 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- # it's ugly to be doing anything with OFED outside of the lnet module, but
- # this has to be done here so that the backports path is set before all of
- # the LN_PROG_LINUX checks are done
--echo "$as_me:$LINENO: checking whether to use any OFED backport headers" >&5
--echo $ECHO_N "checking whether to use any OFED backport headers... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to use any OFED backport headers" >&5
-+echo $ECHO_N "checking whether to use any OFED backport headers... $ECHO_C" >&6; }
- # set default
- 
--# Check whether --with-o2ib or --without-o2ib was given.
-+# Check whether --with-o2ib was given.
- if test "${with_o2ib+set}" = set; then
--  withval="$with_o2ib"
--
-+  withval=$with_o2ib;
- 		case $with_o2ib in
- 		yes)    O2IBPATHS="$LINUX $LINUX/drivers/infiniband"
- 			ENABLEO2IB=2
-@@ -5559,10 +6369,11 @@ else
- 		O2IBPATHS="$LINUX $LINUX/drivers/infiniband"
- 		ENABLEO2IB=1
- 
--fi;
-+fi
-+
- if test $ENABLEO2IB -eq 0; then
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- else
- 	o2ib_found=false
- 	for O2IBPATH in $O2IBPATHS; do
-@@ -5575,8 +6386,8 @@ else
- 		fi
- 	done
- 	if ! $o2ib_found; then
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		case $ENABLEO2IB in
- 			1) ;;
- 			2) { { echo "$as_me:$LINENO: error: kernel OpenIB gen2 headers not present" >&5
-@@ -5598,11 +6409,11 @@ echo "$as_me: error: internal error" >&2;}
- 		if test -n "$BACKPORT_INCLUDES"; then
- 			OFED_BACKPORT_PATH=`echo $BACKPORT_INCLUDES | sed "s#.*/src/ofa_kernel/#$O2IBPATH/#"`
- 			EXTRA_LNET_INCLUDE="-I$OFED_BACKPORT_PATH $EXTRA_LNET_INCLUDE"
--			echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+			{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 		else
--			echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+			{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-                 fi
- 	fi
- fi
-@@ -5610,8 +6421,8 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking if kernel defines cpu_online()" >&5
--echo $ECHO_N "checking if kernel defines cpu_online()... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if kernel defines cpu_online()" >&5
-+echo $ECHO_N "checking if kernel defines cpu_online()... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5633,7 +6444,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5645,8 +6456,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_CPU_ONLINE 1
-@@ -5658,14 +6469,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking if kernel defines gfp_t" >&5
--echo $ECHO_N "checking if kernel defines gfp_t... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if kernel defines gfp_t" >&5
-+echo $ECHO_N "checking if kernel defines gfp_t... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5687,7 +6498,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5699,8 +6510,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_GFP_T 1
-@@ -5712,14 +6523,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking if kernel defines cpumask_t" >&5
--echo $ECHO_N "checking if kernel defines cpumask_t... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if kernel defines cpumask_t" >&5
-+echo $ECHO_N "checking if kernel defines cpumask_t... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5741,7 +6552,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5753,8 +6564,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_CPUMASK_T 1
-@@ -5766,25 +6577,25 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--# Check whether --enable-affinity or --disable-affinity was given.
-+# Check whether --enable-affinity was given.
- if test "${enable_affinity+set}" = set; then
--  enableval="$enable_affinity"
--
-+  enableval=$enable_affinity;
- else
-   enable_affinity='yes'
--fi;
-+fi
-+
- 
--echo "$as_me:$LINENO: checking for CPU affinity support" >&5
--echo $ECHO_N "checking for CPU affinity support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for CPU affinity support" >&5
-+echo $ECHO_N "checking for CPU affinity support... $ECHO_C" >&6; }
- if test x$enable_affinity = xno ; then
--	echo "$as_me:$LINENO: result: no (by request)" >&5
--echo "${ECHO_T}no (by request)" >&6
-+	{ echo "$as_me:$LINENO: result: no (by request)" >&5
-+echo "${ECHO_T}no (by request)" >&6; }
- else
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
-@@ -5813,7 +6624,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5830,33 +6641,33 @@ cat >>confdefs.h <<\_ACEOF
- #define CPU_AFFINITY 1
- _ACEOF
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no (no kernel support)" >&5
--echo "${ECHO_T}no (no kernel support)" >&6
-+		{ echo "$as_me:$LINENO: result: no (no kernel support)" >&5
-+echo "${ECHO_T}no (no kernel support)" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- fi
- 
--echo "$as_me:$LINENO: checking for tunable backoff TCP support" >&5
--echo $ECHO_N "checking for tunable backoff TCP support... $ECHO_C" >&6
--# Check whether --enable-backoff or --disable-backoff was given.
-+{ echo "$as_me:$LINENO: checking for tunable backoff TCP support" >&5
-+echo $ECHO_N "checking for tunable backoff TCP support... $ECHO_C" >&6; }
-+# Check whether --enable-backoff was given.
- if test "${enable_backoff+set}" = set; then
--  enableval="$enable_backoff"
--
-+  enableval=$enable_backoff;
- else
-   enable_backoff='yes'
--fi;
-+fi
-+
- if test x$enable_backoff = xno ; then
--       echo "$as_me:$LINENO: result: no (by request)" >&5
--echo "${ECHO_T}no (by request)" >&6
-+       { echo "$as_me:$LINENO: result: no (by request)" >&5
-+echo "${ECHO_T}no (by request)" >&6; }
- else
-        BOCD="`grep -c TCP_BACKOFF $LINUX/include/linux/tcp.h`"
-        if test "$BOCD" != 0 ; then
-@@ -5865,8 +6676,8 @@ cat >>confdefs.h <<\_ACEOF
- #define SOCKNAL_BACKOFF 1
- _ACEOF
- 
--               echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+               { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-                if grep rto_max $LINUX/include/linux/tcp.h|grep -q __u16; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -5875,69 +6686,69 @@ _ACEOF
- 
-                fi
-        else
--               echo "$as_me:$LINENO: result: no (no kernel support)" >&5
--echo "${ECHO_T}no (no kernel support)" >&6
-+               { echo "$as_me:$LINENO: result: no (no kernel support)" >&5
-+echo "${ECHO_T}no (no kernel support)" >&6; }
-        fi
- fi
- 
--echo "$as_me:$LINENO: checking for tunable panic_dumplog support" >&5
--echo $ECHO_N "checking for tunable panic_dumplog support... $ECHO_C" >&6
--# Check whether --enable-panic_dumplog or --disable-panic_dumplog was given.
-+{ echo "$as_me:$LINENO: checking for tunable panic_dumplog support" >&5
-+echo $ECHO_N "checking for tunable panic_dumplog support... $ECHO_C" >&6; }
-+# Check whether --enable-panic_dumplog was given.
- if test "${enable_panic_dumplog+set}" = set; then
--  enableval="$enable_panic_dumplog"
--
-+  enableval=$enable_panic_dumplog;
- else
-   enable_panic_dumplog='no'
--fi;
-+fi
-+
- if test x$enable_panic_dumplog = xyes ; then
- 
- cat >>confdefs.h <<\_ACEOF
- #define LNET_DUMP_ON_PANIC 1
- _ACEOF
- 
--       echo "$as_me:$LINENO: result: yes (by request)" >&5
--echo "${ECHO_T}yes (by request)" >&6
-+       { echo "$as_me:$LINENO: result: yes (by request)" >&5
-+echo "${ECHO_T}yes (by request)" >&6; }
- else
--       echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+       { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--echo "$as_me:$LINENO: checking for QsNet sources" >&5
--echo $ECHO_N "checking for QsNet sources... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for QsNet sources" >&5
-+echo $ECHO_N "checking for QsNet sources... $ECHO_C" >&6; }
- 
--# Check whether --with-qsnet or --without-qsnet was given.
-+# Check whether --with-qsnet was given.
- if test "${with_qsnet+set}" = set; then
--  withval="$with_qsnet"
--  QSNET=$with_qsnet
-+  withval=$with_qsnet; QSNET=$with_qsnet
- else
-   QSNET=$LINUX
--fi;
--echo "$as_me:$LINENO: result: $QSNET" >&5
--echo "${ECHO_T}$QSNET" >&6
-+fi
- 
--echo "$as_me:$LINENO: checking if quadrics kernel headers are present" >&5
--echo $ECHO_N "checking if quadrics kernel headers are present... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: result: $QSNET" >&5
-+echo "${ECHO_T}$QSNET" >&6; }
-+
-+{ echo "$as_me:$LINENO: checking if quadrics kernel headers are present" >&5
-+echo $ECHO_N "checking if quadrics kernel headers are present... $ECHO_C" >&6; }
- if test -d $QSNET/drivers/net/qsnet ; then
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 	QSWLND="qswlnd"
--	echo "$as_me:$LINENO: checking for multirail EKC" >&5
--echo $ECHO_N "checking for multirail EKC... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for multirail EKC" >&5
-+echo $ECHO_N "checking for multirail EKC... $ECHO_C" >&6; }
- 	if test -f $QSNET/include/elan/epcomms.h; then
--		echo "$as_me:$LINENO: result: supported" >&5
--echo "${ECHO_T}supported" >&6
-+		{ echo "$as_me:$LINENO: result: supported" >&5
-+echo "${ECHO_T}supported" >&6; }
- 		QSWCPPFLAGS="-I$QSNET/include -DMULTIRAIL_EKC=1"
- 	else
--		echo "$as_me:$LINENO: result: not supported" >&5
--echo "${ECHO_T}not supported" >&6
-+		{ echo "$as_me:$LINENO: result: not supported" >&5
-+echo "${ECHO_T}not supported" >&6; }
- 		{ { echo "$as_me:$LINENO: error: Need multirail EKC" >&5
- echo "$as_me: error: Need multirail EKC" >&2;}
-    { (exit 1); exit 1; }; }
- 	fi
- 
- 	if test x$QSNET = x$LINUX ; then
--		echo "$as_me:$LINENO: checking if Linux was built with CONFIG_QSNET" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_QSNET... $ECHO_C" >&6
-+		{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_QSNET" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_QSNET... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -5961,7 +6772,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -5973,8 +6784,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -5982,11 +6793,11 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
--			echo "$as_me:$LINENO: checking if Linux was built with CONFIG_QSNET_MODULE" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_QSNET_MODULE... $ECHO_C" >&6
-+			{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_QSNET_MODULE" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_QSNET_MODULE... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -6010,7 +6821,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6022,8 +6833,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -6031,8 +6842,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 				{ echo "$as_me:$LINENO: WARNING: QSNET is not enabled in this kernel; not building qswlnd." >&5
- echo "$as_me: WARNING: QSNET is not enabled in this kernel; not building qswlnd." >&2;}
-@@ -6050,8 +6861,8 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- 
- 	fi
- else
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	QSWLND=""
- 	QSWCPPFLAGS=""
- fi
-@@ -6059,13 +6870,12 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to enable GM support" >&5
--echo $ECHO_N "checking whether to enable GM support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to enable GM support" >&5
-+echo $ECHO_N "checking whether to enable GM support... $ECHO_C" >&6; }
- 
--# Check whether --with-gm or --without-gm was given.
-+# Check whether --with-gm was given.
- if test "${with_gm+set}" = set; then
--  withval="$with_gm"
--
-+  withval=$with_gm;
- 	        case $with_gm in
-                 no)    ENABLE_GM=0
- 	               ;;
-@@ -6078,25 +6888,26 @@ else
- 
-                 ENABLE_GM=0
- 
--fi;
-+fi
- 
--# Check whether --with-gm-install or --without-gm-install was given.
--if test "${with_gm_install+set}" = set; then
--  withval="$with_gm_install"
- 
-+# Check whether --with-gm-install was given.
-+if test "${with_gm_install+set}" = set; then
-+  withval=$with_gm_install;
- 	        GM_INSTALL=$with_gm_install
- 
- else
- 
-                 GM_INSTALL="/opt/gm"
- 
--fi;
-+fi
-+
- if test $ENABLE_GM -eq 0; then
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- else
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 	GMLND="gmlnd"
-         GMCPPFLAGS="-I$GM_SRC/include -I$GM_SRC/drivers -I$GM_SRC/drivers/linux/gm"
-@@ -6113,8 +6924,8 @@ echo "$as_me: error: Cant find GM libraries under $GM_INSTALL" >&2;}
- 	EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
- 	EXTRA_KCFLAGS="$GMCPPFLAGS -DGM_KERNEL $EXTRA_KCFLAGS"
- 
--        echo "$as_me:$LINENO: checking that code using GM compiles with given path" >&5
--echo $ECHO_N "checking that code using GM compiles with given path... $ECHO_C" >&6
-+        { echo "$as_me:$LINENO: checking that code using GM compiles with given path" >&5
-+echo $ECHO_N "checking that code using GM compiles with given path... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -6143,7 +6954,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6155,16 +6966,16 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		{ { echo "$as_me:$LINENO: error: Bad --with-gm path" >&5
- echo "$as_me: error: Bad --with-gm path" >&2;}
-    { (exit 1); exit 1; }; }
-@@ -6172,8 +6983,8 @@ echo "$as_me: error: Bad --with-gm path" >&2;}
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--	echo "$as_me:$LINENO: checking that GM has gm_register_memory_ex_phys()" >&5
--echo $ECHO_N "checking that GM has gm_register_memory_ex_phys()... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking that GM has gm_register_memory_ex_phys()" >&5
-+echo $ECHO_N "checking that GM has gm_register_memory_ex_phys()... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -6206,7 +7017,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6218,15 +7029,15 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no.
-+		{ echo "$as_me:$LINENO: result: no.
- Please patch the GM sources as follows...
-     cd $GM_SRC
-     patch -p0 < $PWD/lnet/klnds/gmlnd/gm-reg-phys.patch
-@@ -6235,7 +7046,7 @@ echo "${ECHO_T}no.
- Please patch the GM sources as follows...
-     cd $GM_SRC
-     patch -p0 < $PWD/lnet/klnds/gmlnd/gm-reg-phys.patch
--...then rebuild and re-install them" >&6
-+...then rebuild and re-install them" >&6; }
-                 { { echo "$as_me:$LINENO: error: Can't build GM without gm_register_memory_ex_phys()" >&5
- echo "$as_me: error: Can't build GM without gm_register_memory_ex_phys()" >&2;}
-    { (exit 1); exit 1; }; }
-@@ -6250,15 +7061,14 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to enable OpenIB support" >&5
--echo $ECHO_N "checking whether to enable OpenIB support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to enable OpenIB support" >&5
-+echo $ECHO_N "checking whether to enable OpenIB support... $ECHO_C" >&6; }
- # set default
- OPENIBPATH="$LINUX/drivers/infiniband"
- 
--# Check whether --with-openib or --without-openib was given.
-+# Check whether --with-openib was given.
- if test "${with_openib+set}" = set; then
--  withval="$with_openib"
--
-+  withval=$with_openib;
- 		case $with_openib in
- 		yes)    ENABLEOPENIB=2
- 			;;
-@@ -6273,15 +7083,16 @@ else
- 
- 		ENABLEOPENIB=1
- 
--fi;
-+fi
-+
- if test $ENABLEOPENIB -eq 0; then
--	echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+	{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- elif test ! \( -f ${OPENIBPATH}/include/ts_ib_core.h -a \
-                -f ${OPENIBPATH}/include/ts_ib_cm.h -a \
- 	       -f ${OPENIBPATH}/include/ts_ib_sa_client.h \); then
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	case $ENABLEOPENIB in
- 	1) ;;
- 	2) { { echo "$as_me:$LINENO: error: kernel OpenIB headers not present" >&5
-@@ -6298,8 +7109,8 @@ else
- 	case $ENABLEOPENIB in
- 	1|2) OPENIBCPPFLAGS="-I$OPENIBPATH/include -DIN_TREE_BUILD";;
- 	3)   OPENIBCPPFLAGS="-I$OPENIBPATH/include";;
--	*)   echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	*)   { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	     { { echo "$as_me:$LINENO: error: internal error" >&5
- echo "$as_me: error: internal error" >&2;}
-    { (exit 1); exit 1; }; };;
-@@ -6337,7 +7148,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6349,8 +7160,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 		OPENIBLND="openiblnd"
- 
- else
-@@ -6358,8 +7169,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		case $ENABLEOPENIB in
- 		1) ;;
- 		2) { { echo "$as_me:$LINENO: error: can't compile with kernel OpenIB headers" >&5
-@@ -6383,26 +7194,25 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to enable Cisco/TopSpin IB support" >&5
--echo $ECHO_N "checking whether to enable Cisco/TopSpin IB support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to enable Cisco/TopSpin IB support" >&5
-+echo $ECHO_N "checking whether to enable Cisco/TopSpin IB support... $ECHO_C" >&6; }
- # set default
- CIBPATH=""
- CIBLND=""
- 
--# Check whether --with-cib or --without-cib was given.
-+# Check whether --with-cib was given.
- if test "${with_cib+set}" = set; then
--  withval="$with_cib"
--
-+  withval=$with_cib;
- 		case $with_cib in
--		no)     echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6;;
-+		no)     { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; };;
- 		*)      CIBPATH="$with_cib"
- 	                if test -d "$CIBPATH"; then
--	                 	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	                 	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-                         else
--				echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+				{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 				{ { echo "$as_me:$LINENO: error: No directory $CIBPATH" >&5
- echo "$as_me: error: No directory $CIBPATH" >&2;}
-    { (exit 1); exit 1; }; }
-@@ -6411,10 +7221,11 @@ echo "$as_me: error: No directory $CIBPATH" >&2;}
- 
- else
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+
-+fi
- 
--fi;
- if test -n "$CIBPATH"; then
- 	CIBCPPFLAGS="-I${CIBPATH}/ib/ts_api_ng/include -I${CIBPATH}/all/kernel_services/include -DUSING_TSAPI"
- 	CIBCPPFLAGS="$CIBCPPFLAGS -DIB_NTXRXPARAMS=3"
-@@ -6450,7 +7261,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6481,24 +7292,23 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to enable Voltaire IB support" >&5
--echo $ECHO_N "checking whether to enable Voltaire IB support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to enable Voltaire IB support" >&5
-+echo $ECHO_N "checking whether to enable Voltaire IB support... $ECHO_C" >&6; }
- VIBPATH=""
- 
--# Check whether --with-vib or --without-vib was given.
-+# Check whether --with-vib was given.
- if test "${with_vib+set}" = set; then
--  withval="$with_vib"
--
-+  withval=$with_vib;
- 		case $with_vib in
--		no)     echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6;;
-+		no)     { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; };;
- 		*)	VIBPATH="${with_vib}/src/nvigor/ib-code"
- 			if test -d "$with_vib" -a -d "$VIBPATH"; then
--	                        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	                        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 			else
--				echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+				{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 				{ { echo "$as_me:$LINENO: error: No directory $VIBPATH" >&5
- echo "$as_me: error: No directory $VIBPATH" >&2;}
-    { (exit 1); exit 1; }; }
-@@ -6507,10 +7317,11 @@ echo "$as_me: error: No directory $VIBPATH" >&2;}
- 
- else
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+
-+fi
- 
--fi;
- if test -z "$VIBPATH"; then
- 	VIBLND=""
- else
-@@ -6562,7 +7373,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6592,8 +7403,8 @@ fi
- if test -n "$VIBLND"; then
- 	EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
- 	EXTRA_KCFLAGS="$EXTRA_KCFLAGS $VIBCPPFLAGS"
--	echo "$as_me:$LINENO: checking if Voltaire still uses void * sg addresses" >&5
--echo $ECHO_N "checking if Voltaire still uses void * sg addresses... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking if Voltaire still uses void * sg addresses" >&5
-+echo $ECHO_N "checking if Voltaire still uses void * sg addresses... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -6629,7 +7440,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6641,8 +7452,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 	        VIBCPPFLAGS="$VIBCPPFLAGS -DIBNAL_VOIDSTAR_SGADDR=1"
- 
- else
-@@ -6650,8 +7461,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -6661,15 +7472,14 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to enable Infinicon support" >&5
--echo $ECHO_N "checking whether to enable Infinicon support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to enable Infinicon support" >&5
-+echo $ECHO_N "checking whether to enable Infinicon support... $ECHO_C" >&6; }
- # set default
- IIBPATH="/usr/include"
- 
--# Check whether --with-iib or --without-iib was given.
-+# Check whether --with-iib was given.
- if test "${with_iib+set}" = set; then
--  withval="$with_iib"
--
-+  withval=$with_iib;
- 		case $with_iib in
- 		yes)    ENABLEIIB=2
- 			;;
-@@ -6684,13 +7494,14 @@ else
- 
- 		ENABLEIIB=1
- 
--fi;
-+fi
-+
- if test $ENABLEIIB -eq 0; then
--	echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+	{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- elif test ! \( -f ${IIBPATH}/linux/iba/ibt.h \); then
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	case $ENABLEIIB in
- 	1) ;;
- 	2) { { echo "$as_me:$LINENO: error: default Infinicon headers not present" >&5
-@@ -6738,7 +7549,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6750,8 +7561,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 		IIBLND="iiblnd"
- 
- else
-@@ -6759,8 +7570,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		case $ENABLEIIB in
- 		1) ;;
- 		2) { { echo "$as_me:$LINENO: error: can't compile with default Infinicon headers" >&5
-@@ -6784,14 +7595,13 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to enable OpenIB gen2 support" >&5
--echo $ECHO_N "checking whether to enable OpenIB gen2 support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to enable OpenIB gen2 support" >&5
-+echo $ECHO_N "checking whether to enable OpenIB gen2 support... $ECHO_C" >&6; }
- # set default
- 
--# Check whether --with-o2ib or --without-o2ib was given.
-+# Check whether --with-o2ib was given.
- if test "${with_o2ib+set}" = set; then
--  withval="$with_o2ib"
--
-+  withval=$with_o2ib;
- 		case $with_o2ib in
- 		yes)    O2IBPATHS="$LINUX $LINUX/drivers/infiniband"
- 			ENABLEO2IB=2
-@@ -6808,10 +7618,11 @@ else
- 		O2IBPATHS="$LINUX $LINUX/drivers/infiniband"
- 		ENABLEO2IB=1
- 
--fi;
-+fi
-+
- if test $ENABLEO2IB -eq 0; then
--	echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+	{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- else
- 	o2ib_found=false
- 
-@@ -6826,8 +7637,8 @@ else
- 	done
- 
- 	if ! $o2ib_found; then
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		case $ENABLEO2IB in
- 			1) ;;
- 			2) { { echo "$as_me:$LINENO: error: kernel OpenIB gen2 headers not present" >&5
-@@ -6883,7 +7694,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6895,8 +7706,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 		        O2IBLND="o2iblnd"
- 
- else
-@@ -6904,8 +7715,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		        case $ENABLEO2IB in
- 		        1) ;;
- 		        2) { { echo "$as_me:$LINENO: error: can't compile with kernel OpenIB gen2 headers" >&5
-@@ -6952,8 +7763,8 @@ echo "$as_me: error: an external source tree was specified for o2iblnd however I
- 		fi
- 
- 
--	echo "$as_me:$LINENO: checking if OFED has ib_dma_map_single" >&5
--echo $ECHO_N "checking if OFED has ib_dma_map_single... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking if OFED has ib_dma_map_single" >&5
-+echo $ECHO_N "checking if OFED has ib_dma_map_single... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -6981,7 +7792,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -6993,8 +7804,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_OFED_IB_DMA_MAP 1
-@@ -7006,14 +7817,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--	echo "$as_me:$LINENO: checking if ib_create_cq wants comp_vector" >&5
--echo $ECHO_N "checking if ib_create_cq wants comp_vector... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking if ib_create_cq wants comp_vector" >&5
-+echo $ECHO_N "checking if ib_create_cq wants comp_vector... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7041,7 +7852,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7053,8 +7864,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_OFED_IB_COMP_VECTOR 1
-@@ -7066,14 +7877,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--	echo "$as_me:$LINENO: checking if OFED supports iWarp transport" >&5
--echo $ECHO_N "checking if OFED supports iWarp transport... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking if OFED supports iWarp transport" >&5
-+echo $ECHO_N "checking if OFED supports iWarp transport... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7101,7 +7912,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7113,8 +7924,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_OFED_TRANSPORT_IWARP 1
-@@ -7126,14 +7937,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--	echo "$as_me:$LINENO: checking if OFED has RDMA_CM_EVENT_ADDR_CHANGE" >&5
--echo $ECHO_N "checking if OFED has RDMA_CM_EVENT_ADDR_CHANGE... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking if OFED has RDMA_CM_EVENT_ADDR_CHANGE" >&5
-+echo $ECHO_N "checking if OFED has RDMA_CM_EVENT_ADDR_CHANGE... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7160,7 +7971,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7172,8 +7983,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_OFED_RDMA_CMEV_ADDRCHANGE 1
-@@ -7185,14 +7996,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--	echo "$as_me:$LINENO: checking if OFED has RDMA_CM_EVENT_TIMEWAIT_EXIT" >&5
--echo $ECHO_N "checking if OFED has RDMA_CM_EVENT_TIMEWAIT_EXIT... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking if OFED has RDMA_CM_EVENT_TIMEWAIT_EXIT" >&5
-+echo $ECHO_N "checking if OFED has RDMA_CM_EVENT_TIMEWAIT_EXIT... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7219,7 +8030,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7231,8 +8042,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_OFED_RDMA_CMEV_TIMEWAIT_EXIT 1
-@@ -7244,8 +8055,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -7259,8 +8070,8 @@ fi
- 
- 
- #### Rapid Array
--echo "$as_me:$LINENO: checking if RapidArray kernel headers are present" >&5
--echo $ECHO_N "checking if RapidArray kernel headers are present... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if RapidArray kernel headers are present" >&5
-+echo $ECHO_N "checking if RapidArray kernel headers are present... $ECHO_C" >&6; }
- # placeholder
- RACPPFLAGS="-I${LINUX}/drivers/xd1/include"
- EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
-@@ -7292,7 +8103,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7304,8 +8115,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 	RALND="ralnd"
- 
- else
-@@ -7313,8 +8124,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	RALND=""
- 	RACPPFLAGS=""
- 
-@@ -7326,13 +8137,12 @@ EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
- 
- 
- if test -z "$ENABLEPORTALS"; then
--	echo "$as_me:$LINENO: checking for portals" >&5
--echo $ECHO_N "checking for portals... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for portals" >&5
-+echo $ECHO_N "checking for portals... $ECHO_C" >&6; }
- 
--# Check whether --with-portals or --without-portals was given.
-+# Check whether --with-portals was given.
- if test "${with_portals+set}" = set; then
--  withval="$with_portals"
--
-+  withval=$with_portals;
- 		case $with_portals in
- 			no)     ENABLEPORTALS=0
- 				;;
-@@ -7345,49 +8155,49 @@ else
- 
- 		ENABLEPORTALS=0
- 
--fi;
-+fi
-+
- PTLLNDCPPFLAGS=""
- if test $ENABLEPORTALS -eq 0; then
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- elif test ! \( -f ${PORTALS}/include/portals/p30.h \); then
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	{ { echo "$as_me:$LINENO: error: bad --with-portals path" >&5
- echo "$as_me: error: bad --with-portals path" >&2;}
-    { (exit 1); exit 1; }; }
- else
--        echo "$as_me:$LINENO: result: $PORTALS" >&5
--echo "${ECHO_T}$PORTALS" >&6
-+        { echo "$as_me:$LINENO: result: $PORTALS" >&5
-+echo "${ECHO_T}$PORTALS" >&6; }
-         PTLLNDCPPFLAGS="-I${PORTALS}/include"
- fi
- 
- 
- fi
- 
--echo "$as_me:$LINENO: checking whether to build the kernel portals LND" >&5
--echo $ECHO_N "checking whether to build the kernel portals LND... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to build the kernel portals LND" >&5
-+echo $ECHO_N "checking whether to build the kernel portals LND... $ECHO_C" >&6; }
- 
- PTLLND=""
- if test $ENABLEPORTALS -ne 0; then
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 	PTLLND="ptllnd"
- else
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
- 
--echo "$as_me:$LINENO: checking whether to enable Myrinet MX support" >&5
--echo $ECHO_N "checking whether to enable Myrinet MX support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to enable Myrinet MX support" >&5
-+echo $ECHO_N "checking whether to enable Myrinet MX support... $ECHO_C" >&6; }
- # set default
- MXPATH="/opt/mx"
- 
--# Check whether --with-mx or --without-mx was given.
-+# Check whether --with-mx was given.
- if test "${with_mx+set}" = set; then
--  withval="$with_mx"
--
-+  withval=$with_mx;
-                case $with_mx in
-                yes)    ENABLEMX=2
-                        ;;
-@@ -7402,15 +8212,16 @@ else
- 
-                ENABLEMX=1
- 
--fi;
-+fi
-+
- if test $ENABLEMX -eq 0; then
--       echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+       { echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- elif test ! \( -f ${MXPATH}/include/myriexpress.h -a \
-               -f ${MXPATH}/include/mx_kernel_api.h -a \
-               -f ${MXPATH}/include/mx_pin.h \); then
--       echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+       { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-        case $ENABLEMX in
-        1) ;;
-        2) { { echo "$as_me:$LINENO: error: Myrinet MX kernel headers not present" >&5
-@@ -7461,7 +8272,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7473,8 +8284,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--               echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+               { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-                MXLND="mxlnd"
- 
- else
-@@ -7482,8 +8293,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--               echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+               { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-                case $ENABLEMX in
-                1) ;;
-                2) { { echo "$as_me:$LINENO: error: can't compile with Myrinet MX kernel headers" >&5
-@@ -7508,8 +8319,8 @@ fi
- 
- 
- 
--echo "$as_me:$LINENO: checking if struct page has a list field" >&5
--echo $ECHO_N "checking if struct page has a list field... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if struct page has a list field" >&5
-+echo $ECHO_N "checking if struct page has a list field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7532,7 +8343,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7544,8 +8355,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_PAGE_LIST 1
-@@ -7557,14 +8368,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking if task_struct has a sighand field" >&5
--echo $ECHO_N "checking if task_struct has a sighand field... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if task_struct has a sighand field" >&5
-+echo $ECHO_N "checking if task_struct has a sighand field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7587,7 +8398,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7604,22 +8415,22 @@ cat >>confdefs.h <<\_ACEOF
- #define CONFIG_RH_2_4_20 1
- _ACEOF
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking if Linux was built with symbol show_task exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol show_task exported... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol show_task exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol show_task exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]show_task[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -7633,13 +8444,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -7649,8 +8460,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -7661,10 +8472,10 @@ _ACEOF
- fi
- 
- 
--echo "$as_me:$LINENO: checking kernel __u64 is long long type" >&5
--echo $ECHO_N "checking kernel __u64 is long long type... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking kernel __u64 is long long type" >&5
-+echo $ECHO_N "checking kernel __u64 is long long type... $ECHO_C" >&6; }
- tmp_flags="$EXTRA_KCFLAGS"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -Werror"
-+EXTRA_KCFLAGS="$EXTRA_KCFLAGS -Werror -fno-strict-aliasing"
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7690,7 +8501,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7702,8 +8513,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_KERN__U64_LONG_LONG 1
-@@ -7715,17 +8526,17 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- EXTRA_KCFLAGS="$tmp_flags"
- 
--echo "$as_me:$LINENO: checking ssize_t is signed long type" >&5
--echo $ECHO_N "checking ssize_t is signed long type... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking ssize_t is signed long type" >&5
-+echo $ECHO_N "checking ssize_t is signed long type... $ECHO_C" >&6; }
- tmp_flags="$CFLAGS"
--CFLAGS="$CFLAGS -Werror"
-+CFLAGS="$CFLAGS -Werror -fno-strict-aliasing"
- cat >conftest.$ac_ext <<_ACEOF
- 
- 	#include <linux/types.h>
-@@ -7740,30 +8551,25 @@ cat >conftest.$ac_ext <<_ACEOF
- 
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_SSIZE_T_LONG 1
-@@ -7775,17 +8581,18 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="$tmp_flags"
- 
--echo "$as_me:$LINENO: checking size_t is unsigned long type" >&5
--echo $ECHO_N "checking size_t is unsigned long type... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking size_t is unsigned long type" >&5
-+echo $ECHO_N "checking size_t is unsigned long type... $ECHO_C" >&6; }
- tmp_flags="$CFLAGS"
--CFLAGS="$CFLAGS -Werror"
-+CFLAGS="$CFLAGS -Werror -fno-strict-aliasing"
- cat >conftest.$ac_ext <<_ACEOF
- 
- 	#include <linux/types.h>
-@@ -7800,30 +8607,25 @@ cat >conftest.$ac_ext <<_ACEOF
- 
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_SIZE_T_LONG 1
-@@ -7835,15 +8637,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="$tmp_flags"
- 
--echo "$as_me:$LINENO: checking __le16 and __le32 types are defined" >&5
--echo $ECHO_N "checking __le16 and __le32 types are defined... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking __le16 and __le32 types are defined" >&5
-+echo $ECHO_N "checking __le16 and __le32 types are defined... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7866,7 +8669,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7878,8 +8681,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_LE_TYPES 1
-@@ -7891,14 +8694,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking if task_struct has a rcu field" >&5
--echo $ECHO_N "checking if task_struct has a rcu field... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if task_struct has a rcu field" >&5
-+echo $ECHO_N "checking if task_struct has a rcu field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7922,7 +8725,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -7934,8 +8737,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_TASK_RCU 1
-@@ -7947,15 +8750,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- # 2.6.18
--echo "$as_me:$LINENO: checking if Linux was built with symbol tasklist_lock exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol tasklist_lock exported... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol tasklist_lock exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol tasklist_lock exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]tasklist_lock[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -7969,13 +8772,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -7985,8 +8788,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -7998,8 +8801,8 @@ fi
- 
- 
- # 2.6.19
--echo "$as_me:$LINENO: checking kmem_cache_destroy(cachep) return int" >&5
--echo $ECHO_N "checking kmem_cache_destroy(cachep) return int... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking kmem_cache_destroy(cachep) return int" >&5
-+echo $ECHO_N "checking kmem_cache_destroy(cachep) return int... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8021,7 +8824,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8033,8 +8836,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_KMEM_CACHE_DESTROY_INT 1
-@@ -8046,14 +8849,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking panic_notifier_list is atomic" >&5
--echo $ECHO_N "checking panic_notifier_list is atomic... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking panic_notifier_list is atomic" >&5
-+echo $ECHO_N "checking panic_notifier_list is atomic... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8076,7 +8879,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8088,8 +8891,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_ATOMIC_PANIC_NOTIFIER 1
-@@ -8101,15 +8904,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- # 2.6.20
--echo "$as_me:$LINENO: checking check INIT_WORK want 3 args" >&5
--echo $ECHO_N "checking check INIT_WORK want 3 args... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking check INIT_WORK want 3 args" >&5
-+echo $ECHO_N "checking check INIT_WORK want 3 args... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8133,7 +8936,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8145,8 +8948,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_3ARGS_INIT_WORK 1
-@@ -8158,15 +8961,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- # 2.6.21
--echo "$as_me:$LINENO: checking check register_sysctl_table want 2 args" >&5
--echo $ECHO_N "checking check register_sysctl_table want 2 args... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking check register_sysctl_table want 2 args" >&5
-+echo $ECHO_N "checking check register_sysctl_table want 2 args... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8188,7 +8991,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8200,8 +9003,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_2ARGS_REGISTER_SYSCTL 1
-@@ -8213,16 +9016,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking check kernel has struct kmem_cache" >&5
--echo $ECHO_N "checking check kernel has struct kmem_cache... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking check kernel has struct kmem_cache" >&5
-+echo $ECHO_N "checking check kernel has struct kmem_cache... $ECHO_C" >&6; }
- tmp_flags="$EXTRA_KCFLAGS"
--EXTRA_KCFLAGS="-Werror"
-+EXTRA_KCFLAGS="-Werror -fno-strict-aliasing"
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8247,7 +9050,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8259,8 +9062,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_KMEM_CACHE 1
-@@ -8272,16 +9075,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- EXTRA_KCFLAGS="$tmp_flags"
- 
- # 2.6.23
--echo "$as_me:$LINENO: checking check kmem_cache_create has dtor argument" >&5
--echo $ECHO_N "checking check kmem_cache_create has dtor argument... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking check kmem_cache_create has dtor argument" >&5
-+echo $ECHO_N "checking check kmem_cache_create has dtor argument... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8303,7 +9106,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8315,8 +9118,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_KMEM_CACHE_CREATE_DTOR 1
-@@ -8328,15 +9131,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- # 2.6.24
--echo "$as_me:$LINENO: checking for CTL_UNNUMBERED" >&5
--echo $ECHO_N "checking for CTL_UNNUMBERED... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for CTL_UNNUMBERED" >&5
-+echo $ECHO_N "checking for CTL_UNNUMBERED... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8360,7 +9163,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8372,8 +9175,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_SYSCTL_UNNUMBERED 1
-@@ -8385,14 +9188,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking for exist sg_set_page" >&5
--echo $ECHO_N "checking for exist sg_set_page... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for exist sg_set_page" >&5
-+echo $ECHO_N "checking for exist sg_set_page... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8415,7 +9218,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8427,8 +9230,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_SCATTERLIST_SETPAGE 1
-@@ -8440,15 +9243,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- # 2.6.26
--echo "$as_me:$LINENO: checking atomic sem.count" >&5
--echo $ECHO_N "checking atomic sem.count... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking atomic sem.count" >&5
-+echo $ECHO_N "checking atomic sem.count... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8472,7 +9275,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8484,8 +9287,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_SEM_COUNT_ATOMIC 1
-@@ -8497,15 +9300,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- # 2.6.27
--echo "$as_me:$LINENO: checking sock_map_fd have second argument" >&5
--echo $ECHO_N "checking sock_map_fd have second argument... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking sock_map_fd have second argument" >&5
-+echo $ECHO_N "checking sock_map_fd have second argument... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8527,7 +9330,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8539,8 +9342,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_SOCK_MAP_FD_2ARG 1
-@@ -8552,14 +9355,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking if Linux was built with symbol dump_trace exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol dump_trace exported... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol dump_trace exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol dump_trace exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]dump_trace[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -8573,17 +9376,17 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 	tmp_flags="$EXTRA_KCFLAGS"
--	EXTRA_KCFLAGS="-Werror"
--	echo "$as_me:$LINENO: checking whether we can really use dump_trace" >&5
--echo $ECHO_N "checking whether we can really use dump_trace... $ECHO_C" >&6
-+	EXTRA_KCFLAGS="-Werror -fno-strict-aliasing"
-+	{ echo "$as_me:$LINENO: checking whether we can really use dump_trace" >&5
-+echo $ECHO_N "checking whether we can really use dump_trace... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8606,7 +9409,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8618,8 +9421,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_DUMP_TRACE 1
-@@ -8631,13 +9434,13 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
--	echo "$as_me:$LINENO: checking whether print_trace_address has reliable argument" >&5
--echo $ECHO_N "checking whether print_trace_address has reliable argument... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking whether print_trace_address has reliable argument" >&5
-+echo $ECHO_N "checking whether print_trace_address has reliable argument... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8664,7 +9467,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8676,8 +9479,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_TRACE_ADDRESS_RELIABLE 1
-@@ -8689,8 +9492,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -8698,13 +9501,13 @@ EXTRA_KCFLAGS="$tmp_flags"
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 	tmp_flags="$EXTRA_KCFLAGS"
--	EXTRA_KCFLAGS="-Werror"
--	echo "$as_me:$LINENO: checking whether we can really use dump_trace" >&5
--echo $ECHO_N "checking whether we can really use dump_trace... $ECHO_C" >&6
-+	EXTRA_KCFLAGS="-Werror -fno-strict-aliasing"
-+	{ echo "$as_me:$LINENO: checking whether we can really use dump_trace" >&5
-+echo $ECHO_N "checking whether we can really use dump_trace... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8727,7 +9530,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8739,8 +9542,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_DUMP_TRACE 1
-@@ -8752,13 +9555,13 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
--	echo "$as_me:$LINENO: checking whether print_trace_address has reliable argument" >&5
--echo $ECHO_N "checking whether print_trace_address has reliable argument... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking whether print_trace_address has reliable argument" >&5
-+echo $ECHO_N "checking whether print_trace_address has reliable argument... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8785,7 +9588,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8797,8 +9600,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_TRACE_ADDRESS_RELIABLE 1
-@@ -8810,8 +9613,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -8821,9 +9624,9 @@ fi
- 
- 
- as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/cred.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/cred.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/cred.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/cred.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/cred.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/cred.h"; then
-@@ -8832,8 +9635,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
- 
-@@ -8844,15 +9648,15 @@ _ACEOF
- 
- else
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- 
- 
- #2.6.29
--echo "$as_me:$LINENO: checking if kernel has struct cred" >&5
--echo $ECHO_N "checking if kernel has struct cred... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if kernel has struct cred" >&5
-+echo $ECHO_N "checking if kernel has struct cred... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8875,7 +9679,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8887,8 +9691,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_STRUCT_CRED 1
-@@ -8900,17 +9704,17 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- # 2.6.30
--echo "$as_me:$LINENO: checking if kernel defines unshare_fs_struct()" >&5
--echo $ECHO_N "checking if kernel defines unshare_fs_struct()... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if kernel defines unshare_fs_struct()" >&5
-+echo $ECHO_N "checking if kernel defines unshare_fs_struct()... $ECHO_C" >&6; }
- tmp_flags="$EXTRA_KCFLAGS"
--EXTRA_KCFLAGS="-Werror"
-+EXTRA_KCFLAGS="-Werror -fno-strict-aliasing"
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -8933,7 +9737,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -8945,8 +9749,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_UNSHARE_FS_STRUCT 1
-@@ -8958,8 +9762,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -8967,9 +9771,9 @@ EXTRA_KCFLAGS="$tmp_flags"
- 
- 
- 			as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/lustre_version.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/lustre_version.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/lustre_version.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/lustre_version.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/lustre_version.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/lustre_version.h"; then
-@@ -8978,8 +9782,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
- 	rm -f "$LUSTRE/include/linux/lustre_version.h"
-@@ -9017,8 +9822,8 @@ echo "$as_me: WARNING: disabling server build" >&2;}
- 	fi
- 
-           if test x$enable_server = xyes ; then
--              echo "$as_me:$LINENO: checking if kernel has new dev_set_rdonly" >&5
--echo $ECHO_N "checking if kernel has new dev_set_rdonly... $ECHO_C" >&6
-+              { echo "$as_me:$LINENO: checking if kernel has new dev_set_rdonly" >&5
-+echo $ECHO_N "checking if kernel has new dev_set_rdonly... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -9043,7 +9848,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -9055,8 +9860,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_DEV_SET_RDONLY 1
-@@ -9127,14 +9932,14 @@ _ACEOF
- 
- fi #ldiskfs
- 
--echo "$as_me:$LINENO: checking which backing filesystem to use" >&5
--echo $ECHO_N "checking which backing filesystem to use... $ECHO_C" >&6
--echo "$as_me:$LINENO: result: $BACKINGFS" >&5
--echo "${ECHO_T}$BACKINGFS" >&6
-+{ echo "$as_me:$LINENO: checking which backing filesystem to use" >&5
-+echo $ECHO_N "checking which backing filesystem to use... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: result: $BACKINGFS" >&5
-+echo "${ECHO_T}$BACKINGFS" >&6; }
- 
- 
--              echo "$as_me:$LINENO: checking stack size big than 8k" >&5
--echo $ECHO_N "checking stack size big than 8k... $ECHO_C" >&6
-+              { echo "$as_me:$LINENO: checking stack size big than 8k" >&5
-+echo $ECHO_N "checking stack size big than 8k... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -9158,7 +9963,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -9170,8 +9975,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
-@@ -9186,17 +9991,17 @@ fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
-           fi
--          echo "$as_me:$LINENO: checking whether to enable pinger support" >&5
--echo $ECHO_N "checking whether to enable pinger support... $ECHO_C" >&6
--# Check whether --enable-pinger or --disable-pinger was given.
-+          { echo "$as_me:$LINENO: checking whether to enable pinger support" >&5
-+echo $ECHO_N "checking whether to enable pinger support... $ECHO_C" >&6; }
-+# Check whether --enable-pinger was given.
- if test "${enable_pinger+set}" = set; then
--  enableval="$enable_pinger"
--
-+  enableval=$enable_pinger;
- else
-   enable_pinger='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_pinger" >&5
--echo "${ECHO_T}$enable_pinger" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_pinger" >&5
-+echo "${ECHO_T}$enable_pinger" >&6; }
- if test x$enable_pinger != xno ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9205,17 +10010,17 @@ _ACEOF
- 
- fi
- 
--          echo "$as_me:$LINENO: checking whether to enable data checksum support" >&5
--echo $ECHO_N "checking whether to enable data checksum support... $ECHO_C" >&6
--# Check whether --enable-checksum or --disable-checksum was given.
-+          { echo "$as_me:$LINENO: checking whether to enable data checksum support" >&5
-+echo $ECHO_N "checking whether to enable data checksum support... $ECHO_C" >&6; }
-+# Check whether --enable-checksum was given.
- if test "${enable_checksum+set}" = set; then
--  enableval="$enable_checksum"
--
-+  enableval=$enable_checksum;
- else
-   enable_checksum='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_checksum" >&5
--echo "${ECHO_T}$enable_checksum" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_checksum" >&5
-+echo "${ECHO_T}$enable_checksum" >&6; }
- if test x$enable_checksum != xno ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9224,17 +10029,17 @@ _ACEOF
- 
- fi
- 
--          echo "$as_me:$LINENO: checking whether to enable liblustre recovery support" >&5
--echo $ECHO_N "checking whether to enable liblustre recovery support... $ECHO_C" >&6
--# Check whether --enable-liblustre-recovery or --disable-liblustre-recovery was given.
-+          { echo "$as_me:$LINENO: checking whether to enable liblustre recovery support" >&5
-+echo $ECHO_N "checking whether to enable liblustre recovery support... $ECHO_C" >&6; }
-+# Check whether --enable-liblustre-recovery was given.
- if test "${enable_liblustre_recovery+set}" = set; then
--  enableval="$enable_liblustre_recovery"
--
-+  enableval=$enable_liblustre_recovery;
- else
-   enable_liblustre_recovery='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_liblustre_recovery" >&5
--echo "${ECHO_T}$enable_liblustre_recovery" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_liblustre_recovery" >&5
-+echo "${ECHO_T}$enable_liblustre_recovery" >&6; }
- if test x$enable_liblustre_recovery != xno ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9243,17 +10048,17 @@ _ACEOF
- 
- fi
- 
--          echo "$as_me:$LINENO: checking whether to enable a write with the health check" >&5
--echo $ECHO_N "checking whether to enable a write with the health check... $ECHO_C" >&6
--# Check whether --enable-health-write or --disable-health-write was given.
-+          { echo "$as_me:$LINENO: checking whether to enable a write with the health check" >&5
-+echo $ECHO_N "checking whether to enable a write with the health check... $ECHO_C" >&6; }
-+# Check whether --enable-health-write was given.
- if test "${enable_health_write+set}" = set; then
--  enableval="$enable_health_write"
--
-+  enableval=$enable_health_write;
- else
-   enable_health_write='no'
--fi;
--echo "$as_me:$LINENO: result: $enable_health_write" >&5
--echo "${ECHO_T}$enable_health_write" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_health_write" >&5
-+echo "${ECHO_T}$enable_health_write" >&6; }
- if test x$enable_health_write == xyes ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9262,17 +10067,17 @@ _ACEOF
- 
- fi
- 
--          echo "$as_me:$LINENO: checking whether to enable lru self-adjusting" >&5
--echo $ECHO_N "checking whether to enable lru self-adjusting... $ECHO_C" >&6
--# Check whether --enable-lru_resize or --disable-lru_resize was given.
-+          { echo "$as_me:$LINENO: checking whether to enable lru self-adjusting" >&5
-+echo $ECHO_N "checking whether to enable lru self-adjusting... $ECHO_C" >&6; }
-+# Check whether --enable-lru_resize was given.
- if test "${enable_lru_resize+set}" = set; then
--  enableval="$enable_lru_resize"
--
-+  enableval=$enable_lru_resize;
- else
-   enable_lru_resize='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_lru_resize" >&5
--echo "${ECHO_T}$enable_lru_resize" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_lru_resize" >&5
-+echo "${ECHO_T}$enable_lru_resize" >&6; }
- if test x$enable_lru_resize != xno; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9281,17 +10086,17 @@ _ACEOF
- 
- fi
- 
--          echo "$as_me:$LINENO: checking whether to enable ptlrpc adaptive timeouts support" >&5
--echo $ECHO_N "checking whether to enable ptlrpc adaptive timeouts support... $ECHO_C" >&6
--# Check whether --enable-adaptive_timeouts or --disable-adaptive_timeouts was given.
-+          { echo "$as_me:$LINENO: checking whether to enable ptlrpc adaptive timeouts support" >&5
-+echo $ECHO_N "checking whether to enable ptlrpc adaptive timeouts support... $ECHO_C" >&6; }
-+# Check whether --enable-adaptive_timeouts was given.
- if test "${enable_adaptive_timeouts+set}" = set; then
--  enableval="$enable_adaptive_timeouts"
--
-+  enableval=$enable_adaptive_timeouts;
- else
-   enable_adaptive_timeouts='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_adaptive_timeouts" >&5
--echo "${ECHO_T}$enable_adaptive_timeouts" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_adaptive_timeouts" >&5
-+echo "${ECHO_T}$enable_adaptive_timeouts" >&6; }
- if test x$enable_adaptive_timeouts == xyes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9300,17 +10105,17 @@ _ACEOF
- 
- fi
- 
--          echo "$as_me:$LINENO: checking whether to enable delayed recovery support" >&5
--echo $ECHO_N "checking whether to enable delayed recovery support... $ECHO_C" >&6
--# Check whether --enable-delayed-recovery or --disable-delayed-recovery was given.
-+          { echo "$as_me:$LINENO: checking whether to enable delayed recovery support" >&5
-+echo $ECHO_N "checking whether to enable delayed recovery support... $ECHO_C" >&6; }
-+# Check whether --enable-delayed-recovery was given.
- if test "${enable_delayed_recovery+set}" = set; then
--  enableval="$enable_delayed_recovery"
--
-+  enableval=$enable_delayed_recovery;
- else
-   enable_delayed_recovery='no'
--fi;
--echo "$as_me:$LINENO: result: $enable_delayed_recovery" >&5
--echo "${ECHO_T}$enable_delayed_recovery" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_delayed_recovery" >&5
-+echo "${ECHO_T}$enable_delayed_recovery" >&6; }
- if test x$enable_delayed_recovery == xyes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9320,8 +10125,8 @@ _ACEOF
- fi
- 
-           if test x$enable_quota != xno; then
--    echo "$as_me:$LINENO: checking if Linux was built with CONFIG_QUOTA" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_QUOTA... $ECHO_C" >&6
-+    { echo "$as_me:$LINENO: checking if Linux was built with CONFIG_QUOTA" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_QUOTA... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -9345,7 +10150,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -9357,8 +10162,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 	enable_quota_module='yes'
- 
-@@ -9373,8 +10178,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 	enable_quota_module='no'
- 	{ echo "$as_me:$LINENO: WARNING: quota is not enabled because the kernel - lacks quota support" >&5
-@@ -9388,8 +10193,8 @@ fi
- 
- 
-           # RHEL4 patches
--          echo "$as_me:$LINENO: checking if Linux was built with symbol truncate_complete_page exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol truncate_complete_page exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol truncate_complete_page exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol truncate_complete_page exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]truncate_complete_page[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9403,13 +10208,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9419,8 +10224,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9431,8 +10236,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol truncate_inode_pages_range exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol truncate_inode_pages_range exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol truncate_inode_pages_range exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol truncate_inode_pages_range exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]truncate_inode_pages_range[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9446,13 +10251,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9462,8 +10267,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9474,8 +10279,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol d_rehash_cond exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol d_rehash_cond exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol d_rehash_cond exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol d_rehash_cond exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]d_rehash_cond[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9489,13 +10294,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9505,8 +10310,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9517,8 +10322,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol __d_rehash exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol __d_rehash exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol __d_rehash exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol __d_rehash exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]__d_rehash[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9532,13 +10337,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9548,8 +10353,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9560,8 +10365,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol d_move_locked exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol d_move_locked exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol d_move_locked exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol d_move_locked exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]d_move_locked[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9575,13 +10380,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9591,8 +10396,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9603,8 +10408,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol __d_move exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol __d_move exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol __d_move exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol __d_move exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]__d_move[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9618,13 +10423,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9634,8 +10439,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9646,8 +10451,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol node_to_cpumask exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol node_to_cpumask exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol node_to_cpumask exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol node_to_cpumask exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]node_to_cpumask[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9661,12 +10466,12 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_NODE_TO_CPUMASK 1
-@@ -9674,8 +10479,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_NODE_TO_CPUMASK 1
-@@ -9683,8 +10488,8 @@ _ACEOF
- 
- fi
-  # x86_64
--          echo "$as_me:$LINENO: checking if Linux was built with symbol node_to_cpu_mask exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol node_to_cpu_mask exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol node_to_cpu_mask exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol node_to_cpu_mask exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]node_to_cpu_mask[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9698,12 +10503,12 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_NODE_TO_CPUMASK 1
-@@ -9711,8 +10516,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_NODE_TO_CPUMASK 1
-@@ -9720,8 +10525,8 @@ _ACEOF
- 
- fi
-  # ia64
--          echo "$as_me:$LINENO: checking if Linux was built with symbol node_2_cpu_mask exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol node_2_cpu_mask exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol node_2_cpu_mask exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol node_2_cpu_mask exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]node_2_cpu_mask[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9735,12 +10540,12 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_NODE_TO_CPUMASK 1
-@@ -9748,8 +10553,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_NODE_TO_CPUMASK 1
-@@ -9759,8 +10564,8 @@ fi
-  # i386
- 
- 
--          echo "$as_me:$LINENO: checking if releasepage has a gfp_t parameter" >&5
--echo $ECHO_N "checking if releasepage has a gfp_t parameter... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if releasepage has a gfp_t parameter" >&5
-+echo $ECHO_N "checking if releasepage has a gfp_t parameter... $ECHO_C" >&6; }
- RELEASEPAGE_WITH_GFP="$(grep -c 'releasepage.*gfp_t' $LINUX/include/linux/fs.h)"
- if test "$RELEASEPAGE_WITH_GFP" != 0 ; then
- 
-@@ -9768,15 +10573,15 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_RELEASEPAGE_WITH_GFP 1
- _ACEOF
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- else
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--          echo "$as_me:$LINENO: checking if ldiskfs has xattr.h header" >&5
--echo $ECHO_N "checking if ldiskfs has xattr.h header... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if ldiskfs has xattr.h header" >&5
-+echo $ECHO_N "checking if ldiskfs has xattr.h header... $ECHO_C" >&6; }
- tmp_flags="$EXTRA_KCFLAGS"
- EXTRA_KCFLAGS="-I$LINUX/fs -I$LDISKFS_DIR -I$LDISKFS_DIR/ldiskfs"
- cat >conftest.c <<_ACEOF
-@@ -9802,7 +10607,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -9814,8 +10619,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_LDISKFS_XATTR_H 1
-@@ -9827,15 +10632,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- EXTRA_KCFLAGS="$tmp_flags"
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol grab_cache_page_nowait_gfp exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol grab_cache_page_nowait_gfp exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol grab_cache_page_nowait_gfp exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol grab_cache_page_nowait_gfp exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]grab_cache_page_nowait_gfp[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9849,10 +10654,10 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
--    	echo "$as_me:$LINENO: checking if Linux was built with symbol add_to_page_cache_lru exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol add_to_page_cache_lru exported... $ECHO_C" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+    	{ echo "$as_me:$LINENO: checking if Linux was built with symbol add_to_page_cache_lru exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol add_to_page_cache_lru exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]add_to_page_cache_lru[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -9866,13 +10671,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9882,8 +10687,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9895,8 +10700,8 @@ fi
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9906,8 +10711,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -9918,8 +10723,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if struct statfs has a f_namelen field" >&5
--echo $ECHO_N "checking if struct statfs has a f_namelen field... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if struct statfs has a f_namelen field" >&5
-+echo $ECHO_N "checking if struct statfs has a f_namelen field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -9942,7 +10747,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -9954,8 +10759,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_STATFS_NAMELEN 1
-@@ -9967,14 +10772,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking for exported filemap_populate" >&5
--echo $ECHO_N "checking for exported filemap_populate... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking for exported filemap_populate" >&5
-+echo $ECHO_N "checking for exported filemap_populate... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -9997,7 +10802,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10009,8 +10814,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_FILEMAP_POPULATE 1
-@@ -10022,14 +10827,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking for d_add_unique" >&5
--echo $ECHO_N "checking for d_add_unique... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking for d_add_unique" >&5
-+echo $ECHO_N "checking for d_add_unique... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10051,7 +10856,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10063,8 +10868,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_D_ADD_UNIQUE 1
-@@ -10076,16 +10881,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
-           as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/bit_spinlock.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/bit_spinlock.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/bit_spinlock.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/bit_spinlock.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/bit_spinlock.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/bit_spinlock.h"; then
-@@ -10094,12 +10899,13 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
--	echo "$as_me:$LINENO: checking if bit_spinlock.h can be compiled" >&5
--echo $ECHO_N "checking if bit_spinlock.h can be compiled... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking if bit_spinlock.h can be compiled" >&5
-+echo $ECHO_N "checking if bit_spinlock.h can be compiled... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10121,7 +10927,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10133,8 +10939,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_BIT_SPINLOCK_H 1
-@@ -10146,8 +10952,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -10156,9 +10962,9 @@ fi
- 
- 
-           as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/xattr_acl.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/xattr_acl.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/xattr_acl.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/xattr_acl.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/xattr_acl.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/xattr_acl.h"; then
-@@ -10167,12 +10973,13 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
--	echo "$as_me:$LINENO: checking if xattr_acl.h can be compiled" >&5
--echo $ECHO_N "checking if xattr_acl.h can be compiled... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking if xattr_acl.h can be compiled" >&5
-+echo $ECHO_N "checking if xattr_acl.h can be compiled... $ECHO_C" >&6; }
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10192,7 +10999,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10204,8 +11011,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_XATTR_ACL 1
-@@ -10217,8 +11024,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -10226,8 +11033,8 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if struct open_intent has a file field" >&5
--echo $ECHO_N "checking if struct open_intent has a file field... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if struct open_intent has a file field" >&5
-+echo $ECHO_N "checking if struct open_intent has a file field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10251,7 +11058,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10263,8 +11070,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_FILE_IN_STRUCT_INTENT 1
-@@ -10276,16 +11083,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
-           as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/posix_acl_xattr.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/posix_acl_xattr.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/posix_acl_xattr.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/posix_acl_xattr.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/posix_acl_xattr.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/posix_acl_xattr.h"; then
-@@ -10294,12 +11101,13 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
--        echo "$as_me:$LINENO: checking if linux/posix_acl_xattr.h can be compiled" >&5
--echo $ECHO_N "checking if linux/posix_acl_xattr.h can be compiled... $ECHO_C" >&6
-+        { echo "$as_me:$LINENO: checking if linux/posix_acl_xattr.h can be compiled" >&5
-+echo $ECHO_N "checking if linux/posix_acl_xattr.h can be compiled... $ECHO_C" >&6; }
-         cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10319,7 +11127,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10331,8 +11139,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--                echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+                { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_LINUX_POSIX_ACL_XATTR_H 1
-@@ -10345,8 +11153,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--                echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+                { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -10354,14 +11162,14 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- 
- else
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol __iget exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol __iget exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol __iget exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol __iget exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]__iget[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -10375,13 +11183,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -10391,8 +11199,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -10403,8 +11211,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if kernel has MS_FLOCK_LOCK sb flag" >&5
--echo $ECHO_N "checking if kernel has MS_FLOCK_LOCK sb flag... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has MS_FLOCK_LOCK sb flag" >&5
-+echo $ECHO_N "checking if kernel has MS_FLOCK_LOCK sb flag... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10426,7 +11234,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10443,22 +11251,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_MS_FLOCK_LOCK 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel has third arg can_sleep in fs/locks.c: flock_lock_file_wait()" >&5
--echo $ECHO_N "checking if kernel has third arg can_sleep in fs/locks.c: flock_lock_file_wait()... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has third arg can_sleep in fs/locks.c: flock_lock_file_wait()" >&5
-+echo $ECHO_N "checking if kernel has third arg can_sleep in fs/locks.c: flock_lock_file_wait()... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10483,7 +11291,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10500,22 +11308,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_CAN_SLEEP_ARG 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if struct file_operations has flock field" >&5
--echo $ECHO_N "checking if struct file_operations has flock field... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if struct file_operations has flock field" >&5
-+echo $ECHO_N "checking if struct file_operations has flock field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10538,7 +11346,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10555,22 +11363,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_F_OP_FLOCK 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel supports quota_read" >&5
--echo $ECHO_N "checking if kernel supports quota_read... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel supports quota_read" >&5
-+echo $ECHO_N "checking if kernel supports quota_read... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10593,7 +11401,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10605,8 +11413,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define KERNEL_SUPPORTS_QUOTA_READ 1
-@@ -10618,14 +11426,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if inode_operations->follow_link returns a cookie" >&5
--echo $ECHO_N "checking if inode_operations->follow_link returns a cookie... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if inode_operations->follow_link returns a cookie" >&5
-+echo $ECHO_N "checking if inode_operations->follow_link returns a cookie... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10651,7 +11459,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10668,22 +11476,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_COOKIE_FOLLOW_LINK 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel have RCU supported" >&5
--echo $ECHO_N "checking if kernel have RCU supported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel have RCU supported" >&5
-+echo $ECHO_N "checking if kernel have RCU supported... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10703,7 +11511,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10720,11 +11528,11 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_RCU 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
--        echo "$as_me:$LINENO: checking if call_rcu takes three parameters" >&5
--echo $ECHO_N "checking if call_rcu takes three parameters... $ECHO_C" >&6
-+        { echo "$as_me:$LINENO: checking if call_rcu takes three parameters" >&5
-+echo $ECHO_N "checking if call_rcu takes three parameters... $ECHO_C" >&6; }
-         cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10747,7 +11555,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10764,16 +11572,16 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_CALL_RCU_PARAM 1
- _ACEOF
- 
--                echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+                { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--                echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+                { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -10784,14 +11592,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if have struct percpu_counter defined" >&5
--echo $ECHO_N "checking if have struct percpu_counter defined... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if have struct percpu_counter defined" >&5
-+echo $ECHO_N "checking if have struct percpu_counter defined... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10811,7 +11619,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10828,11 +11636,11 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_PERCPU_COUNTER 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
--        echo "$as_me:$LINENO: checking if percpu_counter_inc takes the 2nd argument" >&5
--echo $ECHO_N "checking if percpu_counter_inc takes the 2nd argument... $ECHO_C" >&6
-+        { echo "$as_me:$LINENO: checking if percpu_counter_inc takes the 2nd argument" >&5
-+echo $ECHO_N "checking if percpu_counter_inc takes the 2nd argument... $ECHO_C" >&6; }
-         cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10855,7 +11663,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10872,16 +11680,16 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_PERCPU_2ND_ARG 1
- _ACEOF
- 
--                echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+                { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--                echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+                { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -10891,15 +11699,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
-           if test x$enable_server = xyes ; then
--echo "$as_me:$LINENO: checking if kernel has 64-bit quota limits support" >&5
--echo $ECHO_N "checking if kernel has 64-bit quota limits support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if kernel has 64-bit quota limits support" >&5
-+echo $ECHO_N "checking if kernel has 64-bit quota limits support... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -10923,7 +11731,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10940,8 +11748,8 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_QUOTA64 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
-@@ -10972,7 +11780,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -10989,16 +11797,16 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_QUOTA64 1
- _ACEOF
- 
--                echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+                { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--                echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+                { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-                 { echo "$as_me:$LINENO: WARNING: 4 TB (or larger) block quota limits can only be used with OSTs not larger than 4 TB." >&5
- echo "$as_me: WARNING: 4 TB (or larger) block quota limits can only be used with OSTs not larger than 4 TB." >&2;}
-                 { echo "$as_me:$LINENO: WARNING: Continuing with limited quota support." >&5
-@@ -11014,8 +11822,8 @@ fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- fi
- 
--          echo "$as_me:$LINENO: checking if vfs_symlink wants 4 args" >&5
--echo $ECHO_N "checking if vfs_symlink wants 4 args... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if vfs_symlink wants 4 args" >&5
-+echo $ECHO_N "checking if vfs_symlink wants 4 args... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11042,7 +11850,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11054,8 +11862,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_4ARGS_VFS_SYMLINK 1
-@@ -11067,16 +11875,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # does the kernel have VFS intent patches?
--          echo "$as_me:$LINENO: checking if the kernel has the VFS intent patches" >&5
--echo $ECHO_N "checking if the kernel has the VFS intent patches... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if the kernel has the VFS intent patches" >&5
-+echo $ECHO_N "checking if the kernel has the VFS intent patches... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11105,7 +11913,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11117,8 +11925,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_VFS_INTENT_PATCHES 1
-@@ -11130,16 +11938,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
- 	  # 2.6.5 sles9
--	  echo "$as_me:$LINENO: checking if Linux was built with symbol sysctl_vfs_cache_pressure exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol sysctl_vfs_cache_pressure exported... $ECHO_C" >&6
-+	  { echo "$as_me:$LINENO: checking if Linux was built with symbol sysctl_vfs_cache_pressure exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol sysctl_vfs_cache_pressure exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]sysctl_vfs_cache_pressure[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -11153,13 +11961,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -11169,8 +11977,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -11183,10 +11991,10 @@ fi
- 
- 
-           # 2.6.12
--          echo "$as_me:$LINENO: checking mapping->tree_lock is rw_lock" >&5
--echo $ECHO_N "checking mapping->tree_lock is rw_lock... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking mapping->tree_lock is rw_lock" >&5
-+echo $ECHO_N "checking mapping->tree_lock is rw_lock... $ECHO_C" >&6; }
- tmp_flags="$EXTRA_KCFLAGS"
--EXTRA_KCFLAGS="-Werror"
-+EXTRA_KCFLAGS="-Werror -fno-strict-aliasing"
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11210,7 +12018,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11222,8 +12030,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_RW_TREE_LOCK 1
-@@ -11235,15 +12043,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- EXTRA_KCFLAGS="$tmp_flags"
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol synchronize_rcu exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol synchronize_rcu exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol synchronize_rcu exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol synchronize_rcu exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]synchronize_rcu[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -11257,13 +12065,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -11273,8 +12081,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -11287,8 +12095,8 @@ fi
- 
- 
-           # 2.6.15
--          echo "$as_me:$LINENO: checking if inode has i_mutex " >&5
--echo $ECHO_N "checking if inode has i_mutex ... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if inode has i_mutex " >&5
-+echo $ECHO_N "checking if inode has i_mutex ... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11314,7 +12122,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11326,8 +12134,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_INODE_I_MUTEX 1
-@@ -11339,14 +12147,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel has atomic_cmpxchg" >&5
--echo $ECHO_N "checking if kernel has atomic_cmpxchg... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has atomic_cmpxchg" >&5
-+echo $ECHO_N "checking if kernel has atomic_cmpxchg... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11370,7 +12178,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11382,8 +12190,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_ATOMIC_CMPXCHG 1
-@@ -11395,14 +12203,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel has atomic_inc_not_zero" >&5
--echo $ECHO_N "checking if kernel has atomic_inc_not_zero... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has atomic_inc_not_zero" >&5
-+echo $ECHO_N "checking if kernel has atomic_inc_not_zero... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11426,7 +12234,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11438,8 +12246,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_ATOMIC_INC_NOT_ZERO 1
-@@ -11451,16 +12259,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # 2.6.16
--          echo "$as_me:$LINENO: checking If kernel has security plug support" >&5
--echo $ECHO_N "checking If kernel has security plug support... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking If kernel has security plug support" >&5
-+echo $ECHO_N "checking If kernel has security plug support... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11486,7 +12294,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11498,8 +12306,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_SECURITY_PLUG 1
-@@ -11511,16 +12319,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-   # for SLES10 SP2
- 
-           # 2.6.17
--          echo "$as_me:$LINENO: checking use dqonoff_mutex" >&5
--echo $ECHO_N "checking use dqonoff_mutex... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking use dqonoff_mutex" >&5
-+echo $ECHO_N "checking use dqonoff_mutex... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11546,7 +12354,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11558,8 +12366,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_DQUOTOFF_MUTEX 1
-@@ -11571,16 +12379,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # 2.6.18
--          echo "$as_me:$LINENO: checking kernel export nr_pagecache" >&5
--echo $ECHO_N "checking kernel export nr_pagecache... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking kernel export nr_pagecache" >&5
-+echo $ECHO_N "checking kernel export nr_pagecache... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11602,7 +12410,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11614,8 +12422,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_NR_PAGECACHE 1
-@@ -11627,14 +12435,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking first vfs_statfs parameter is dentry" >&5
--echo $ECHO_N "checking first vfs_statfs parameter is dentry... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking first vfs_statfs parameter is dentry" >&5
-+echo $ECHO_N "checking first vfs_statfs parameter is dentry... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11656,7 +12464,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11673,22 +12481,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_STATFS_DENTRY_PARAM 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking vfs_kern_mount exist in kernel" >&5
--echo $ECHO_N "checking vfs_kern_mount exist in kernel... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking vfs_kern_mount exist in kernel" >&5
-+echo $ECHO_N "checking vfs_kern_mount exist in kernel... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11710,7 +12518,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11727,22 +12535,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_VFS_KERN_MOUNT 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking invalidatepage has return int" >&5
--echo $ECHO_N "checking invalidatepage has return int... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking invalidatepage has return int" >&5
-+echo $ECHO_N "checking invalidatepage has return int... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11764,7 +12572,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11776,8 +12584,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_INVALIDATEPAGE_RETURN_INT 1
-@@ -11789,16 +12597,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if umount_begin needs vfsmount parameter instead of super_block" >&5
--echo $ECHO_N "checking if umount_begin needs vfsmount parameter instead of super_block... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if umount_begin needs vfsmount parameter instead of super_block" >&5
-+echo $ECHO_N "checking if umount_begin needs vfsmount parameter instead of super_block... $ECHO_C" >&6; }
- tmp_flags="$EXTRA_KCFLAGS"
--EXTRA_KCFLAGS="-Werror"
-+EXTRA_KCFLAGS="-Werror -fno-strict-aliasing"
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11830,7 +12638,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11842,8 +12650,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_UMOUNTBEGIN_VFSMOUNT 1
-@@ -11855,15 +12663,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- EXTRA_KCFLAGS="$tmp_flags"
- 
--          echo "$as_me:$LINENO: checking if inode has a i_private field" >&5
--echo $ECHO_N "checking if inode has a i_private field... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if inode has a i_private field" >&5
-+echo $ECHO_N "checking if inode has a i_private field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -11886,7 +12694,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -11898,8 +12706,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_INODE_IPRIVATE 1
-@@ -11911,14 +12719,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol filemap_fdatawrite_range exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol filemap_fdatawrite_range exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol filemap_fdatawrite_range exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol filemap_fdatawrite_range exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]filemap_fdatawrite_range[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -11932,13 +12740,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -11948,8 +12756,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -11961,8 +12769,8 @@ fi
- 
- 
-           if test x$enable_server = xyes ; then
--                echo "$as_me:$LINENO: checking if Linux was built with symbol invalidate_mapping_pages exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol invalidate_mapping_pages exported... $ECHO_C" >&6
-+                { echo "$as_me:$LINENO: checking if Linux was built with symbol invalidate_mapping_pages exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol invalidate_mapping_pages exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]invalidate_mapping_pages[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -11976,10 +12784,10 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
--    	echo "$as_me:$LINENO: checking if Linux was built with symbol invalidate_inode_pages exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol invalidate_inode_pages exported... $ECHO_C" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+    	{ echo "$as_me:$LINENO: checking if Linux was built with symbol invalidate_inode_pages exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol invalidate_inode_pages exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]invalidate_inode_pages[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -11993,16 +12801,16 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
-        { { echo "$as_me:$LINENO: error: no way to invalidate pages" >&5
- echo "$as_me: error: no way to invalidate pages" >&2;}
-    { (exit 1); exit 1; }; }
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -12011,8 +12819,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -12023,8 +12831,8 @@ fi
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -12033,8 +12841,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -12047,8 +12855,8 @@ fi
-           fi
- 
-           #2.6.18 + RHEL5 (fc6)
--          echo "$as_me:$LINENO: checking kernel has PG_fs_misc" >&5
--echo $ECHO_N "checking kernel has PG_fs_misc... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking kernel has PG_fs_misc" >&5
-+echo $ECHO_N "checking kernel has PG_fs_misc... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12073,7 +12881,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12085,8 +12893,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_PG_FS_MISC 1
-@@ -12098,14 +12906,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking kernel has PageChecked and SetPageChecked" >&5
--echo $ECHO_N "checking kernel has PageChecked and SetPageChecked... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking kernel has PageChecked and SetPageChecked" >&5
-+echo $ECHO_N "checking kernel has PageChecked and SetPageChecked... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12138,7 +12946,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12150,8 +12958,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_PAGE_CHECKED 1
-@@ -12163,16 +12971,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
-           as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/fiemap.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/fiemap.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/fiemap.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/fiemap.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/fiemap.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/fiemap.h"; then
-@@ -12181,12 +12989,13 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
--        echo "$as_me:$LINENO: checking if fiemap.h can be compiled" >&5
--echo $ECHO_N "checking if fiemap.h can be compiled... $ECHO_C" >&6
-+        { echo "$as_me:$LINENO: checking if fiemap.h can be compiled" >&5
-+echo $ECHO_N "checking if fiemap.h can be compiled... $ECHO_C" >&6; }
-         cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12207,7 +13016,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12219,8 +13028,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--                echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+                { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_LINUX_FIEMAP_H 1
-@@ -12232,8 +13041,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--                echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+                { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -12243,8 +13052,8 @@ fi
- 
- 
-           # 2.6.19
--          echo "$as_me:$LINENO: checking inode has i_blksize field" >&5
--echo $ECHO_N "checking inode has i_blksize field... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking inode has i_blksize field" >&5
-+echo $ECHO_N "checking inode has i_blksize field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12267,7 +13076,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12279,8 +13088,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_INODE_BLKSIZE 1
-@@ -12292,16 +13101,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking check vfs_readdir need 64bit inode number" >&5
--echo $ECHO_N "checking check vfs_readdir need 64bit inode number... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking check vfs_readdir need 64bit inode number" >&5
-+echo $ECHO_N "checking check vfs_readdir need 64bit inode number... $ECHO_C" >&6; }
- tmp_flags="$EXTRA_KCFLAGS"
--EXTRA_KCFLAGS="-Werror"
-+EXTRA_KCFLAGS="-Werror -fno-strict-aliasing"
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12331,7 +13140,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12343,8 +13152,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_VFS_READDIR_U64_INO 1
-@@ -12356,15 +13165,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- EXTRA_KCFLAGS="$tmp_flags"
- 
--          echo "$as_me:$LINENO: checking if file_update_time is exported" >&5
--echo $ECHO_N "checking if file_update_time is exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if file_update_time is exported" >&5
-+echo $ECHO_N "checking if file_update_time is exported... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12386,7 +13195,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12398,8 +13207,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_FILE_UPDATE_TIME 1
-@@ -12411,14 +13220,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking writev in fops" >&5
--echo $ECHO_N "checking writev in fops... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking writev in fops" >&5
-+echo $ECHO_N "checking writev in fops... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12441,7 +13250,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12453,8 +13262,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_FILE_WRITEV 1
-@@ -12466,14 +13275,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking readv in fops" >&5
--echo $ECHO_N "checking readv in fops... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking readv in fops" >&5
-+echo $ECHO_N "checking readv in fops... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12496,7 +13305,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12508,8 +13317,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_FILE_READV 1
-@@ -12521,16 +13330,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # 2.6.20
--          echo "$as_me:$LINENO: checking kernel has cancel_dirty_page" >&5
--echo $ECHO_N "checking kernel has cancel_dirty_page... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking kernel has cancel_dirty_page" >&5
-+echo $ECHO_N "checking kernel has cancel_dirty_page... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12557,7 +13366,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12569,8 +13378,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_CANCEL_DIRTY_PAGE 1
-@@ -12582,16 +13391,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # raid5-zerocopy patch
--          echo "$as_me:$LINENO: checking if kernel have PageConstant defined" >&5
--echo $ECHO_N "checking if kernel have PageConstant defined... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel have PageConstant defined" >&5
-+echo $ECHO_N "checking if kernel have PageConstant defined... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12616,7 +13425,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12628,8 +13437,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_PAGE_CONSTANT 1
-@@ -12641,16 +13450,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6;
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; };
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # 2.6.22
--          echo "$as_me:$LINENO: checking if invalidate_bdev has second argument" >&5
--echo $ECHO_N "checking if invalidate_bdev has second argument... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if invalidate_bdev has second argument" >&5
-+echo $ECHO_N "checking if invalidate_bdev has second argument... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12672,7 +13481,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12684,8 +13493,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_INVALIDATE_BDEV_2ARG 1
-@@ -12697,14 +13506,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel has FS_RENAME_DOES_D_MOVE flag" >&5
--echo $ECHO_N "checking if kernel has FS_RENAME_DOES_D_MOVE flag... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has FS_RENAME_DOES_D_MOVE flag" >&5
-+echo $ECHO_N "checking if kernel has FS_RENAME_DOES_D_MOVE flag... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12726,7 +13535,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12738,8 +13547,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_FS_RENAME_DOES_D_MOVE 1
-@@ -12751,15 +13560,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
-           # 2.6.23
--          echo "$as_me:$LINENO: checking if unregister_blkdev return int" >&5
--echo $ECHO_N "checking if unregister_blkdev return int... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if unregister_blkdev return int" >&5
-+echo $ECHO_N "checking if unregister_blkdev return int... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12781,7 +13590,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12793,8 +13602,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_UNREGISTER_BLKDEV_RETURN_INT 1
-@@ -12806,14 +13615,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel has .sendfile" >&5
--echo $ECHO_N "checking if kernel has .sendfile... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has .sendfile" >&5
-+echo $ECHO_N "checking if kernel has .sendfile... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12837,7 +13646,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12849,8 +13658,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_KERNEL_SENDFILE 1
-@@ -12862,14 +13671,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel has .splice_read" >&5
--echo $ECHO_N "checking if kernel has .splice_read... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has .splice_read" >&5
-+echo $ECHO_N "checking if kernel has .splice_read... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12893,7 +13702,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12905,8 +13714,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_KERNEL_SPLICE_READ 1
-@@ -12918,16 +13727,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
-           as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/exportfs.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/exportfs.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/exportfs.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/exportfs.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/exportfs.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/exportfs.h"; then
-@@ -12936,8 +13745,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
- 
-@@ -12948,14 +13758,14 @@ _ACEOF
- 
- else
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if kernel has .fault in vm_operation_struct" >&5
--echo $ECHO_N "checking if kernel has .fault in vm_operation_struct... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has .fault in vm_operation_struct" >&5
-+echo $ECHO_N "checking if kernel has .fault in vm_operation_struct... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -12979,7 +13789,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -12991,8 +13801,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_VM_OP_FAULT 1
-@@ -13004,14 +13814,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol register_shrinker exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol register_shrinker exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol register_shrinker exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol register_shrinker exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]register_shrinker[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -13025,13 +13835,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
--        echo "$as_me:$LINENO: checking if kernel using gfp_t for shrinker second paramter" >&5
--echo $ECHO_N "checking if kernel using gfp_t for shrinker second paramter... $ECHO_C" >&6
-+        { echo "$as_me:$LINENO: checking if kernel using gfp_t for shrinker second paramter" >&5
-+echo $ECHO_N "checking if kernel using gfp_t for shrinker second paramter... $ECHO_C" >&6; }
-         tmp_flags="$EXTRA_KCFLAGS"
--        EXTRA_KCFLAGS="-Werror"
-+        EXTRA_KCFLAGS="-Werror -fno-strict-aliasing"
-         cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13056,7 +13866,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13068,8 +13878,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--                echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+                { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define SHRINKER_MASK_T gfp_t
-@@ -13081,8 +13891,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--                echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+                { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define SHRINKER_MASK_T unsigned int
-@@ -13094,8 +13904,8 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
-         EXTRA_KCFLAGS="$tmp_flags"
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -13105,8 +13915,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -13117,8 +13927,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if kernel has pde_users member in procfs entry struct" >&5
--echo $ECHO_N "checking if kernel has pde_users member in procfs entry struct... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has pde_users member in procfs entry struct" >&5
-+echo $ECHO_N "checking if kernel has pde_users member in procfs entry struct... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13142,7 +13952,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13154,8 +13964,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_PROCFS_USERS 1
-@@ -13167,16 +13977,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # 2.6.25
--          echo "$as_me:$LINENO: checking if kernel have mapping_cap_writeback_dirty" >&5
--echo $ECHO_N "checking if kernel have mapping_cap_writeback_dirty... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel have mapping_cap_writeback_dirty" >&5
-+echo $ECHO_N "checking if kernel have mapping_cap_writeback_dirty... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13200,7 +14010,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13212,8 +14022,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_MAPPING_CAP_WRITEBACK_DIRTY 1
-@@ -13225,8 +14035,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -13234,9 +14044,9 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- 
-           # 2.6.24
-           as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/mm_types.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/mm_types.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/mm_types.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/mm_types.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/mm_types.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/mm_types.h"; then
-@@ -13245,8 +14055,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
- 
-@@ -13257,14 +14068,14 @@ _ACEOF
- 
- else
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- 
- 
--          echo "$as_me:$LINENO: checking if kernel has bio_endio with 2 args" >&5
--echo $ECHO_N "checking if kernel has bio_endio with 2 args... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has bio_endio with 2 args" >&5
-+echo $ECHO_N "checking if kernel has bio_endio with 2 args... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13286,7 +14097,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13298,8 +14109,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_BIO_ENDIO_2ARG 1
-@@ -13311,14 +14122,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel has .fh_to_dentry member in export_operations struct" >&5
--echo $ECHO_N "checking if kernel has .fh_to_dentry member in export_operations struct... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has .fh_to_dentry member in export_operations struct" >&5
-+echo $ECHO_N "checking if kernel has .fh_to_dentry member in export_operations struct... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13346,7 +14157,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13358,8 +14169,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_FH_TO_DENTRY 1
-@@ -13371,14 +14182,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if kernel has deleted member in procfs entry struct" >&5
--echo $ECHO_N "checking if kernel has deleted member in procfs entry struct... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has deleted member in procfs entry struct" >&5
-+echo $ECHO_N "checking if kernel has deleted member in procfs entry struct... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13402,7 +14213,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13414,8 +14225,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_PROCFS_DELETED 1
-@@ -13427,16 +14238,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # 2.6.24-19-generic Ubuntu
--          echo "$as_me:$LINENO: checking kernel has a remove_suid that takes a struct path" >&5
--echo $ECHO_N "checking kernel has a remove_suid that takes a struct path... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking kernel has a remove_suid that takes a struct path" >&5
-+echo $ECHO_N "checking kernel has a remove_suid that takes a struct path... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13459,7 +14270,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13476,24 +14287,24 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_PATH_REMOVE_SUID 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # 2.6.26
--          echo "$as_me:$LINENO: checking fs_struct use path structure" >&5
--echo $ECHO_N "checking fs_struct use path structure... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking fs_struct use path structure" >&5
-+echo $ECHO_N "checking fs_struct use path structure... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13520,7 +14331,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13532,8 +14343,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_FS_STRUCT_USE_PATH 1
-@@ -13545,16 +14356,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # 2.6.27
--          echo "$as_me:$LINENO: checking inode_operations->permission have two args" >&5
--echo $ECHO_N "checking inode_operations->permission have two args... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking inode_operations->permission have two args" >&5
-+echo $ECHO_N "checking inode_operations->permission have two args... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13578,7 +14389,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13595,22 +14406,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_INODE_PERMISION_2ARGS 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking kernel have file_remove_suid" >&5
--echo $ECHO_N "checking kernel have file_remove_suid... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking kernel have file_remove_suid" >&5
-+echo $ECHO_N "checking kernel have file_remove_suid... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13632,7 +14443,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13649,22 +14460,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_FILE_REMOVE_SUID 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking kernel use trylock_page for page lock" >&5
--echo $ECHO_N "checking kernel use trylock_page for page lock... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking kernel use trylock_page for page lock" >&5
-+echo $ECHO_N "checking kernel use trylock_page for page lock... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13686,7 +14497,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13703,24 +14514,24 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_TRYLOCK_PAGE 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking mapping->tree_lock is rw_lock" >&5
--echo $ECHO_N "checking mapping->tree_lock is rw_lock... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking mapping->tree_lock is rw_lock" >&5
-+echo $ECHO_N "checking mapping->tree_lock is rw_lock... $ECHO_C" >&6; }
- tmp_flags="$EXTRA_KCFLAGS"
--EXTRA_KCFLAGS="-Werror"
-+EXTRA_KCFLAGS="-Werror -fno-strict-aliasing"
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13744,7 +14555,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13756,8 +14567,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_RW_TREE_LOCK 1
-@@ -13769,15 +14580,15 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- EXTRA_KCFLAGS="$tmp_flags"
- 
--          echo "$as_me:$LINENO: checking super_operations has a read_inode field" >&5
--echo $ECHO_N "checking super_operations has a read_inode field... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking super_operations has a read_inode field" >&5
-+echo $ECHO_N "checking super_operations has a read_inode field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13800,7 +14611,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13817,22 +14628,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_READ_INODE_IN_SBOPS 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking if Linux was built with symbol inode_permission exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol inode_permission exported... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if Linux was built with symbol inode_permission exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol inode_permission exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]inode_permission[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -13846,13 +14657,13 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -13862,8 +14673,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -13874,8 +14685,8 @@ _ACEOF
- fi
- 
- 
--          echo "$as_me:$LINENO: checking quota_on needs 5 parameters" >&5
--echo $ECHO_N "checking quota_on needs 5 parameters... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking quota_on needs 5 parameters" >&5
-+echo $ECHO_N "checking quota_on needs 5 parameters... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13898,7 +14709,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13915,22 +14726,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_QUOTA_ON_5ARGS 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking quota_off needs 3 parameters" >&5
--echo $ECHO_N "checking quota_off needs 3 parameters... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking quota_off needs 3 parameters" >&5
-+echo $ECHO_N "checking quota_off needs 3 parameters... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -13953,7 +14764,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -13970,22 +14781,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_QUOTA_OFF_3ARGS 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking vfs_dq_off is defined" >&5
--echo $ECHO_N "checking vfs_dq_off is defined... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking vfs_dq_off is defined" >&5
-+echo $ECHO_N "checking vfs_dq_off is defined... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -14007,7 +14818,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -14024,24 +14835,24 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_VFS_DQ_OFF 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           # 2.6.27.15-2 sles11
--          echo "$as_me:$LINENO: checking struct bio has a bi_hw_segments field" >&5
--echo $ECHO_N "checking struct bio has a bi_hw_segments field... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking struct bio has a bi_hw_segments field" >&5
-+echo $ECHO_N "checking struct bio has a bi_hw_segments field... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -14064,7 +14875,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -14081,24 +14892,24 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_BI_HW_SEGMENTS 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
-           as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/quotaio_v1.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/quotaio_v1.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/quotaio_v1.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/quotaio_v1.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/quotaio_v1.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/quotaio_v1.h"; then
-@@ -14107,8 +14918,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
- 
-@@ -14119,14 +14931,14 @@ _ACEOF
- 
- else
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- 
- 
--          echo "$as_me:$LINENO: checking vfs_symlink need 5 parameter" >&5
--echo $ECHO_N "checking vfs_symlink need 5 parameter... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking vfs_symlink need 5 parameter" >&5
-+echo $ECHO_N "checking vfs_symlink need 5 parameter... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -14152,7 +14964,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -14169,22 +14981,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_VFS_SYMLINK_5ARGS 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking Kernel has sb_any_quota_active" >&5
--echo $ECHO_N "checking Kernel has sb_any_quota_active... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking Kernel has sb_any_quota_active" >&5
-+echo $ECHO_N "checking Kernel has sb_any_quota_active... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -14206,7 +15018,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -14223,22 +15035,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_SB_ANY_QUOTA_ACTIVE 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking Kernel has sb_has_quota_active" >&5
--echo $ECHO_N "checking Kernel has sb_has_quota_active... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking Kernel has sb_has_quota_active" >&5
-+echo $ECHO_N "checking Kernel has sb_has_quota_active... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -14260,7 +15072,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -14277,24 +15089,24 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_SB_HAS_QUOTA_ACTIVE 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
-           #2.6.29
--          echo "$as_me:$LINENO: checking if kernel has .write_begin/end" >&5
--echo $ECHO_N "checking if kernel has .write_begin/end... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking if kernel has .write_begin/end" >&5
-+echo $ECHO_N "checking if kernel has .write_begin/end... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -14325,7 +15137,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -14337,8 +15149,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_KERNEL_WRITE_BEGIN_END 1
-@@ -14350,14 +15162,14 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking d_obtain_alias exist in kernel" >&5
--echo $ECHO_N "checking d_obtain_alias exist in kernel... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking d_obtain_alias exist in kernel" >&5
-+echo $ECHO_N "checking d_obtain_alias exist in kernel... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -14379,7 +15191,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -14396,22 +15208,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_D_OBTAIN_ALIAS 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking blkdev_put needs 2 parameters" >&5
--echo $ECHO_N "checking blkdev_put needs 2 parameters... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking blkdev_put needs 2 parameters" >&5
-+echo $ECHO_N "checking blkdev_put needs 2 parameters... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -14433,7 +15245,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -14450,22 +15262,22 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_BLKDEV_PUT_2ARGS 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--          echo "$as_me:$LINENO: checking dentry_open needs 4 parameters" >&5
--echo $ECHO_N "checking dentry_open needs 4 parameters... $ECHO_C" >&6
-+          { echo "$as_me:$LINENO: checking dentry_open needs 4 parameters" >&5
-+echo $ECHO_N "checking dentry_open needs 4 parameters... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -14487,7 +15299,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -14504,16 +15316,16 @@ cat >>confdefs.h <<\_ACEOF
- #define HAVE_DENTRY_OPEN_4ARGS 1
- _ACEOF
- 
--        echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+        { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -14521,102 +15333,7 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- 
- 			;;
- 		darwin*)
--			kernel_framework="/System/Library/Frameworks/Kernel.framework"
--#
--# FIXME: there should be a better way to get these than hard coding them
--#
--case $target_cpu in
--	powerpc*)
--		EXTRA_KCFLAGS="$EXTRA_KCFLAGS -arch ppc -mtune=G4 -mlong-branch"
--		EXTRA_KLDFLAGS="-arch ppc"
--		;;
--	i?86 | x86_64)
--		EXTRA_KCFLAGS="$EXTRA_KCFLAGS -arch i386"
--		EXTRA_KLDFLAGS="-arch i386"
--		;;
--esac
--
--# Kernel of OS X is not 64bits(even in Tiger), but -m64 can be taken by gcc in Tiger
--# (Tiger can support 64bits applications), so we have to eliminate -m64 while
--# building kextensions for and OS X.
--CC=`echo $CC | sed -e "s/\-m64//g"`
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -x c -pipe -Wno-trigraphs -fasm-blocks -g -O0"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -Wno-four-char-constants -Wmost -O0"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -fmessage-length=0"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -I$kernel_framework/Headers"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -I$kernel_framework/Headers/bsd"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -I$kernel_framework/PrivateHeaders"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -fno-common -nostdinc -fno-builtin"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -finline -fno-keep-inline-functions"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -force_cpusubtype_ALL -fno-exceptions"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -msoft-float -static"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -DKERNEL -DKERNEL_PRIVATE"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -DDRIVER_PRIVATE -DAPPLE -DNeXT"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -D__KERNEL__ -D__DARWIN__"
--#
--# C flags for Panther/Tiger
--#
--case $target_os in
--        darwin8*)
--                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -D__DARWIN8__"
--	;;
--        darwin7*)
--                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -ffix-and-continue"
--        ;;
--esac
--
--#
--# Debugging flags. Remove!
--#
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -O0 -DMACH_ASSERT=1"
--EXTRA_KLDFLAGS="$EXTRA_KLDFLAGS -static -nostdlib -r"
--EXTRA_KLIBS="-lkmodc++ -lkmod -lcc_kext"
--KMODEXT=""
--
--
--
--
--kextdir='/System/Library/Extensions/$(firstword $(macos_PROGRAMS)).kext'
--plistdir='$(kextdir)/Contents'
--macosdir='$(plistdir)/MacOS'
--
--
--
--
--
--
--for ac_func in get_preemption_level
--do
--echo "$as_me:$LINENO: checking for get_preemption_level" >&5
--echo $ECHO_N "checking for get_preemption_level... $ECHO_C" >&6
--if { ac_try='nm /mach | grep "get_preemption_level" >/dev/null 2>/dev/null'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
--	cat >>confdefs.h <<_ACEOF
--#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
--_ACEOF
--
--
--else
--
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
--
--fi
--done
--
--
--
--LP_PROG_DARWIN
--
--LC_PROG_DARWIN
--
-+			LB_PROG_DARWIN
- 			LIBCFS_PROG_DARWIN
- 			;;
- 		*)
-@@ -14629,10 +15346,10 @@ echo "$as_me: error: Modules are not supported on $target_os" >&2;}
- fi
- 
- 
--echo "$as_me:$LINENO: checking userspace __u64 is long long type" >&5
--echo $ECHO_N "checking userspace __u64 is long long type... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking userspace __u64 is long long type" >&5
-+echo $ECHO_N "checking userspace __u64 is long long type... $ECHO_C" >&6; }
- tmp_flags="$CFLAGS"
--CFLAGS="$CFLAGS -Werror"
-+CFLAGS="$CFLAGS -Werror -fno-strict-aliasing"
- cat >conftest.$ac_ext <<_ACEOF
- 
- 	#include <linux/types.h>
-@@ -14647,30 +15364,25 @@ cat >conftest.$ac_ext <<_ACEOF
- 
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_USER__U64_LONG_LONG 1
-@@ -14682,20 +15394,20 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="$tmp_flags"
- 
- 
- 
- if test x$RHEL_KERNEL = xyes; then
--	# Check whether --enable-ext4 or --disable-ext4 was given.
-+	# Check whether --enable-ext4 was given.
- if test "${enable_ext4+set}" = set; then
--  enableval="$enable_ext4"
--
-+  enableval=$enable_ext4;
- else
- 
- 			if test x$ldiskfs_is_ext4 = xyes; then
-@@ -14704,7 +15416,8 @@ else
- 				enable_ext4=no
- 			fi
- 
--fi;
-+fi
-+
- else
- 	case $LINUXRELEASE in
- 	# ext4 was in 2.6.22-2.6.26 but not stable enough to use
-@@ -14720,21 +15433,21 @@ fi
- if test x$enable_ext4 = xyes; then
- 	 ac_configure_args="$ac_configure_args --enable-ext4"
- fi
--echo "$as_me:$LINENO: checking whether to build ldiskfs based on ext4" >&5
--echo $ECHO_N "checking whether to build ldiskfs based on ext4... $ECHO_C" >&6
--echo "$as_me:$LINENO: result: $enable_ext4" >&5
--echo "${ECHO_T}$enable_ext4" >&6
-+{ echo "$as_me:$LINENO: checking whether to build ldiskfs based on ext4" >&5
-+echo $ECHO_N "checking whether to build ldiskfs based on ext4... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: result: $enable_ext4" >&5
-+echo "${ECHO_T}$enable_ext4" >&6; }
- 
- 
--# Check whether --enable-dmu or --disable-dmu was given.
-+# Check whether --enable-dmu was given.
- if test "${enable_dmu+set}" = set; then
--  enableval="$enable_dmu"
--
-+  enableval=$enable_dmu;
- else
-   with_dmu='default'
--fi;
--echo "$as_me:$LINENO: checking whether to enable DMU" >&5
--echo $ECHO_N "checking whether to enable DMU... $ECHO_C" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: checking whether to enable DMU" >&5
-+echo $ECHO_N "checking whether to enable DMU... $ECHO_C" >&6; }
- case x$with_dmu in
- 	xyes)
- 		dmu_osd='yes'
-@@ -14759,8 +15472,8 @@ case x$with_dmu in
- 		dmu_osd='yes'
- 		;;
- esac
--echo "$as_me:$LINENO: result: $dmu_osd" >&5
--echo "${ECHO_T}$dmu_osd" >&6
-+{ echo "$as_me:$LINENO: result: $dmu_osd" >&5
-+echo "${ECHO_T}$dmu_osd" >&6; }
- if test x$dmu_osd = xyes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -14772,9 +15485,9 @@ _ACEOF
- 		DMU_SRC="$PWD/lustre/zfs-lustre"
- 
- 		as_lb_File=`echo "lb_cv_file_$DMU_SRC/src/.patched" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $DMU_SRC/src/.patched" >&5
--echo $ECHO_N "checking for $DMU_SRC/src/.patched... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $DMU_SRC/src/.patched" >&5
-+echo $ECHO_N "checking for $DMU_SRC/src/.patched... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$DMU_SRC/src/.patched"; then
-@@ -14783,8 +15496,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -14795,9 +15509,7 @@ echo "$as_me: error: A complete (patched) DMU tree was not found." >&2;}
- 
- fi
- 
--
--
--subdirs="$subdirs lustre/zfs-lustre"
-+		subdirs="$subdirs lustre/zfs-lustre"
- 
- 	else
- 		# Kernel DMU
-@@ -14808,9 +15520,9 @@ subdirs="$subdirs lustre/zfs-lustre"
- 		ZFS_DIR="$PWD/$ZFS_SUBDIR"
- 
- 		as_lb_File=`echo "lb_cv_file_$SPL_DIR/module/spl/spl-generic.c" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $SPL_DIR/module/spl/spl-generic.c" >&5
--echo $ECHO_N "checking for $SPL_DIR/module/spl/spl-generic.c... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $SPL_DIR/module/spl/spl-generic.c" >&5
-+echo $ECHO_N "checking for $SPL_DIR/module/spl/spl-generic.c... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$SPL_DIR/module/spl/spl-generic.c"; then
-@@ -14819,8 +15531,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -14833,9 +15546,9 @@ fi
- 
- 
- 		as_lb_File=`echo "lb_cv_file_$ZFS_DIR/module/zfs/dmu.c" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $ZFS_DIR/module/zfs/dmu.c" >&5
--echo $ECHO_N "checking for $ZFS_DIR/module/zfs/dmu.c... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $ZFS_DIR/module/zfs/dmu.c" >&5
-+echo $ECHO_N "checking for $ZFS_DIR/module/zfs/dmu.c... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$ZFS_DIR/module/zfs/dmu.c"; then
-@@ -14844,8 +15557,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -14857,14 +15571,10 @@ echo "$as_me: error: A complete kernel DMU tree was not found in $ZFS_DIR." >&2;
- fi
- 
- 
--
--
--subdirs="$subdirs spl"
-+		subdirs="$subdirs spl"
- 
- 		ac_configure_args="$ac_configure_args --with-spl=$SPL_DIR"
--
--
--subdirs="$subdirs zfs"
-+		subdirs="$subdirs zfs"
- 
- 	fi
- fi
-@@ -14894,10 +15604,9 @@ fi
- 
- 
- 
--# Check whether --with-sysio or --without-sysio was given.
-+# Check whether --with-sysio was given.
- if test "${with_sysio+set}" = set; then
--  withval="$with_sysio"
--
-+  withval=$with_sysio;
- else
- 
- 		case $lb_target_os in
-@@ -14909,18 +15618,19 @@ else
- 				;;
- 		esac
- 
--fi;
--echo "$as_me:$LINENO: checking location of libsysio" >&5
--echo $ECHO_N "checking location of libsysio... $ECHO_C" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: checking location of libsysio" >&5
-+echo $ECHO_N "checking location of libsysio... $ECHO_C" >&6; }
- enable_sysio="$with_sysio"
- case x$with_sysio in
- 	xyes)
--		echo "$as_me:$LINENO: result: internal" >&5
--echo "${ECHO_T}internal" >&6
-+		{ echo "$as_me:$LINENO: result: internal" >&5
-+echo "${ECHO_T}internal" >&6; }
- 		as_lb_File=`echo "lb_cv_file_$srcdir/libsysio/src/rmdir.c" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $srcdir/libsysio/src/rmdir.c" >&5
--echo $ECHO_N "checking for $srcdir/libsysio/src/rmdir.c... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $srcdir/libsysio/src/rmdir.c" >&5
-+echo $ECHO_N "checking for $srcdir/libsysio/src/rmdir.c... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$srcdir/libsysio/src/rmdir.c"; then
-@@ -14929,8 +15639,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -14945,16 +15656,16 @@ fi
- 		SYSIO="$PWD/libsysio"
- 		;;
- 	xno)
--		echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+		{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- 		;;
- 	*)
--		echo "$as_me:$LINENO: result: $with_sysio" >&5
--echo "${ECHO_T}$with_sysio" >&6
-+		{ echo "$as_me:$LINENO: result: $with_sysio" >&5
-+echo "${ECHO_T}$with_sysio" >&6; }
- 		as_lb_File=`echo "lb_cv_file_$with_sysio/lib/libsysio.a" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $with_sysio/lib/libsysio.a" >&5
--echo $ECHO_N "checking for $with_sysio/lib/libsysio.a... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $with_sysio/lib/libsysio.a" >&5
-+echo $ECHO_N "checking for $with_sysio/lib/libsysio.a... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$with_sysio/lib/libsysio.a"; then
-@@ -14963,8 +15674,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -14981,15 +15693,13 @@ fi
- esac
- 
- # We have to configure even if we don't build here for make dist to work
--
--
- subdirs="$subdirs libsysio"
- 
- 
- as_lb_File=`echo "lb_cv_file_$srcdir/snmp/lustre-snmp.c" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $srcdir/snmp/lustre-snmp.c" >&5
--echo $ECHO_N "checking for $srcdir/snmp/lustre-snmp.c... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $srcdir/snmp/lustre-snmp.c" >&5
-+echo $ECHO_N "checking for $srcdir/snmp/lustre-snmp.c... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$srcdir/snmp/lustre-snmp.c"; then
-@@ -14998,8 +15708,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   SNMP_DIST_SUBDIR="snmp"
- fi
-@@ -15008,10 +15719,9 @@ fi
- 
- 
- 
--# Check whether --with-ldiskfs or --without-ldiskfs was given.
-+# Check whether --with-ldiskfs was given.
- if test "${with_ldiskfs+set}" = set; then
--  withval="$with_ldiskfs"
--
-+  withval=$with_ldiskfs;
- else
- 
- 		if test x$linux25$enable_server = xyesyes ; then
-@@ -15020,23 +15730,24 @@ else
- 			with_ldiskfs=no
- 		fi
- 
--fi;
-+fi
-+
- 
--# Check whether --with-ldiskfs-inkernel or --without-ldiskfs-inkernel was given.
-+# Check whether --with-ldiskfs-inkernel was given.
- if test "${with_ldiskfs_inkernel+set}" = set; then
--  withval="$with_ldiskfs_inkernel"
--  with_ldiskfs=inkernel
--fi;
--echo "$as_me:$LINENO: checking location of ldiskfs" >&5
--echo $ECHO_N "checking location of ldiskfs... $ECHO_C" >&6
-+  withval=$with_ldiskfs_inkernel; with_ldiskfs=inkernel
-+fi
-+
-+{ echo "$as_me:$LINENO: checking location of ldiskfs" >&5
-+echo $ECHO_N "checking location of ldiskfs... $ECHO_C" >&6; }
- case x$with_ldiskfs in
- 	xyes)
--		echo "$as_me:$LINENO: result: internal" >&5
--echo "${ECHO_T}internal" >&6
-+		{ echo "$as_me:$LINENO: result: internal" >&5
-+echo "${ECHO_T}internal" >&6; }
- 		as_lb_File=`echo "lb_cv_file_$srcdir/ldiskfs/lustre-ldiskfs.spec.in" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $srcdir/ldiskfs/lustre-ldiskfs.spec.in" >&5
--echo $ECHO_N "checking for $srcdir/ldiskfs/lustre-ldiskfs.spec.in... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $srcdir/ldiskfs/lustre-ldiskfs.spec.in" >&5
-+echo $ECHO_N "checking for $srcdir/ldiskfs/lustre-ldiskfs.spec.in... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$srcdir/ldiskfs/lustre-ldiskfs.spec.in"; then
-@@ -15045,8 +15756,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -15061,16 +15773,16 @@ fi
- 		LDISKFS_DIR="$PWD/ldiskfs"
- 		;;
- 	xno)
--		echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+		{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- 		;;
- 	xinkernel)
--		echo "$as_me:$LINENO: result: inkernel" >&5
--echo "${ECHO_T}inkernel" >&6
-+		{ echo "$as_me:$LINENO: result: inkernel" >&5
-+echo "${ECHO_T}inkernel" >&6; }
- 		as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/ldiskfs_fs.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/ldiskfs_fs.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/ldiskfs_fs.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/ldiskfs_fs.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/ldiskfs_fs.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/ldiskfs_fs.h"; then
-@@ -15079,8 +15791,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -15093,12 +15806,12 @@ fi
- 
- 		;;
- 	*)
--		echo "$as_me:$LINENO: result: $with_ldiskfs" >&5
--echo "${ECHO_T}$with_ldiskfs" >&6
-+		{ echo "$as_me:$LINENO: result: $with_ldiskfs" >&5
-+echo "${ECHO_T}$with_ldiskfs" >&6; }
- 		as_lb_File=`echo "lb_cv_file_$with_ldiskfs/ldiskfs/linux/ldiskfs_fs.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $with_ldiskfs/ldiskfs/linux/ldiskfs_fs.h" >&5
--echo $ECHO_N "checking for $with_ldiskfs/ldiskfs/linux/ldiskfs_fs.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $with_ldiskfs/ldiskfs/linux/ldiskfs_fs.h" >&5
-+echo $ECHO_N "checking for $with_ldiskfs/ldiskfs/linux/ldiskfs_fs.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$with_ldiskfs/ldiskfs/linux/ldiskfs_fs.h"; then
-@@ -15107,8 +15820,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -15154,32 +15868,30 @@ _ACEOF
- fi
- 
- # We have to configure even if we don't build here for make dist to work
--
--
- subdirs="$subdirs ldiskfs"
- 
- 
- 
--# Check whether --with-lustre-iokit or --without-lustre-iokit was given.
-+# Check whether --with-lustre-iokit was given.
- if test "${with_lustre_iokit+set}" = set; then
--  withval="$with_lustre_iokit"
--
-+  withval=$with_lustre_iokit;
- else
- 
- 			with_lustre_iokit='yes'
- 
--fi;
--echo "$as_me:$LINENO: checking location of lustre-iokit" >&5
--echo $ECHO_N "checking location of lustre-iokit... $ECHO_C" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: checking location of lustre-iokit" >&5
-+echo $ECHO_N "checking location of lustre-iokit... $ECHO_C" >&6; }
- enable_lustre_iokit="$with_lustre_iokit"
- case x$with_lustre_iokit in
- 	xyes)
--		echo "$as_me:$LINENO: result: internal" >&5
--echo "${ECHO_T}internal" >&6
-+		{ echo "$as_me:$LINENO: result: internal" >&5
-+echo "${ECHO_T}internal" >&6; }
- 		as_lb_File=`echo "lb_cv_file_$srcdir/lustre-iokit/ior-survey/ior-survey" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $srcdir/lustre-iokit/ior-survey/ior-survey" >&5
--echo $ECHO_N "checking for $srcdir/lustre-iokit/ior-survey/ior-survey... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $srcdir/lustre-iokit/ior-survey/ior-survey" >&5
-+echo $ECHO_N "checking for $srcdir/lustre-iokit/ior-survey/ior-survey... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$srcdir/lustre-iokit/ior-survey/ior-survey"; then
-@@ -15188,8 +15900,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -15204,16 +15917,16 @@ fi
- 		LUSTREIOKIT="$PWD/lustre-iokit"
- 		;;
- 	xno)
--		echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+		{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- 		;;
- 	*)
--		echo "$as_me:$LINENO: result: $with_lustre_iokit" >&5
--echo "${ECHO_T}$with_lustre_iokit" >&6
-+		{ echo "$as_me:$LINENO: result: $with_lustre_iokit" >&5
-+echo "${ECHO_T}$with_lustre_iokit" >&6; }
- 		as_lb_File=`echo "lb_cv_file_$with_lustre_iokit/ior-survey/ior_survey" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $with_lustre_iokit/ior-survey/ior_survey" >&5
--echo $ECHO_N "checking for $with_lustre_iokit/ior-survey/ior_survey... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $with_lustre_iokit/ior-survey/ior_survey" >&5
-+echo $ECHO_N "checking for $with_lustre_iokit/ior-survey/ior_survey... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$with_lustre_iokit/ior-survey/ior_survey"; then
-@@ -15222,8 +15935,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -15240,20 +15954,18 @@ fi
- esac
- 
- # We have to configure even if we don't build here for make dist to work
--
--
- subdirs="$subdirs lustre-iokit"
- 
- 
- 
- 
--# Check whether --with-ldiskfsprogs or --without-ldiskfsprogs was given.
-+# Check whether --with-ldiskfsprogs was given.
- if test "${with_ldiskfsprogs+set}" = set; then
--  withval="$with_ldiskfsprogs"
--
-+  withval=$with_ldiskfsprogs;
- else
-   withval='no'
--fi;
-+fi
-+
- 
- if test x$withval = xyes ; then
- 
-@@ -15268,8 +15980,8 @@ _ACEOF
- 	E2LABEL="label.ldiskfs"
- 	DUMPE2FS="dump.ldiskfs"
- 	E2FSCK="fsck.ldiskfs"
--	echo "$as_me:$LINENO: result: enabled" >&5
--echo "${ECHO_T}enabled" >&6
-+	{ echo "$as_me:$LINENO: result: enabled" >&5
-+echo "${ECHO_T}enabled" >&6; }
- else
- 	E2FSPROGS="e2fsprogs"
- 	MKE2FS="mke2fs"
-@@ -15278,8 +15990,8 @@ else
- 	E2LABEL="e2label"
- 	DUMPE2FS="dumpe2fs"
- 	E2FSCK="e2fsck"
--	echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+	{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- fi
- 
- cat >>confdefs.h <<_ACEOF
-@@ -15319,13 +16031,13 @@ _ACEOF
- 
- 
- 
--# Check whether --with-ldiskfsprogs or --without-ldiskfsprogs was given.
-+# Check whether --with-ldiskfsprogs was given.
- if test "${with_ldiskfsprogs+set}" = set; then
--  withval="$with_ldiskfsprogs"
--
-+  withval=$with_ldiskfsprogs;
- else
-   withval='no'
--fi;
-+fi
-+
- 
- if test x$withval = xyes ; then
- 
-@@ -15340,8 +16052,8 @@ _ACEOF
- 	E2LABEL="label.ldiskfs"
- 	DUMPE2FS="dump.ldiskfs"
- 	E2FSCK="fsck.ldiskfs"
--	echo "$as_me:$LINENO: result: enabled" >&5
--echo "${ECHO_T}enabled" >&6
-+	{ echo "$as_me:$LINENO: result: enabled" >&5
-+echo "${ECHO_T}enabled" >&6; }
- else
- 	E2FSPROGS="e2fsprogs"
- 	MKE2FS="mke2fs"
-@@ -15350,8 +16062,8 @@ else
- 	E2LABEL="e2label"
- 	DUMPE2FS="dumpe2fs"
- 	E2FSCK="e2fsck"
--	echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+	{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- fi
- 
- cat >>confdefs.h <<_ACEOF
-@@ -15391,13 +16103,13 @@ _ACEOF
- 
- 
- 
--# Check whether --with-ldiskfsprogs or --without-ldiskfsprogs was given.
-+# Check whether --with-ldiskfsprogs was given.
- if test "${with_ldiskfsprogs+set}" = set; then
--  withval="$with_ldiskfsprogs"
--
-+  withval=$with_ldiskfsprogs;
- else
-   withval='no'
--fi;
-+fi
-+
- 
- if test x$withval = xyes ; then
- 
-@@ -15412,8 +16124,8 @@ _ACEOF
- 	E2LABEL="label.ldiskfs"
- 	DUMPE2FS="dump.ldiskfs"
- 	E2FSCK="fsck.ldiskfs"
--	echo "$as_me:$LINENO: result: enabled" >&5
--echo "${ECHO_T}enabled" >&6
-+	{ echo "$as_me:$LINENO: result: enabled" >&5
-+echo "${ECHO_T}enabled" >&6; }
- else
- 	E2FSPROGS="e2fsprogs"
- 	MKE2FS="mke2fs"
-@@ -15422,8 +16134,8 @@ else
- 	E2LABEL="e2label"
- 	DUMPE2FS="dumpe2fs"
- 	E2FSCK="e2fsck"
--	echo "$as_me:$LINENO: result: disabled" >&5
--echo "${ECHO_T}disabled" >&6
-+	{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
- fi
- 
- cat >>confdefs.h <<_ACEOF
-@@ -15462,46 +16174,46 @@ _ACEOF
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to build Lustre library" >&5
--echo $ECHO_N "checking whether to build Lustre library... $ECHO_C" >&6
--# Check whether --enable-liblustre or --disable-liblustre was given.
-+{ echo "$as_me:$LINENO: checking whether to build Lustre library" >&5
-+echo $ECHO_N "checking whether to build Lustre library... $ECHO_C" >&6; }
-+# Check whether --enable-liblustre was given.
- if test "${enable_liblustre+set}" = set; then
--  enableval="$enable_liblustre"
--
-+  enableval=$enable_liblustre;
- else
-   enable_liblustre=$with_sysio
--fi;
--echo "$as_me:$LINENO: result: $enable_liblustre" >&5
--echo "${ECHO_T}$enable_liblustre" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_liblustre" >&5
-+echo "${ECHO_T}$enable_liblustre" >&6; }
- # only build sysio if liblustre is built
- with_sysio="$enable_liblustre"
- 
--echo "$as_me:$LINENO: checking whether to build liblustre tests" >&5
--echo $ECHO_N "checking whether to build liblustre tests... $ECHO_C" >&6
--# Check whether --enable-liblustre-tests or --disable-liblustre-tests was given.
-+{ echo "$as_me:$LINENO: checking whether to build liblustre tests" >&5
-+echo $ECHO_N "checking whether to build liblustre tests... $ECHO_C" >&6; }
-+# Check whether --enable-liblustre-tests was given.
- if test "${enable_liblustre_tests+set}" = set; then
--  enableval="$enable_liblustre_tests"
--
-+  enableval=$enable_liblustre_tests;
- else
-   enable_liblustre_tests=$enable_tests
--fi;
-+fi
-+
- if test x$enable_liblustre != xyes ; then
-    enable_liblustre_tests='no'
- fi
--echo "$as_me:$LINENO: result: $enable_liblustre_tests" >&5
--echo "${ECHO_T}$enable_liblustre_tests" >&6
-+{ echo "$as_me:$LINENO: result: $enable_liblustre_tests" >&5
-+echo "${ECHO_T}$enable_liblustre_tests" >&6; }
- 
--echo "$as_me:$LINENO: checking whether to enable liblustre acl" >&5
--echo $ECHO_N "checking whether to enable liblustre acl... $ECHO_C" >&6
--# Check whether --enable-liblustre-acl or --disable-liblustre-acl was given.
-+{ echo "$as_me:$LINENO: checking whether to enable liblustre acl" >&5
-+echo $ECHO_N "checking whether to enable liblustre acl... $ECHO_C" >&6; }
-+# Check whether --enable-liblustre-acl was given.
- if test "${enable_liblustre_acl+set}" = set; then
--  enableval="$enable_liblustre_acl"
--
-+  enableval=$enable_liblustre_acl;
- else
-   enable_liblustre_acl=yes
--fi;
--echo "$as_me:$LINENO: result: $enable_liblustre_acl" >&5
--echo "${ECHO_T}$enable_liblustre_acl" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_liblustre_acl" >&5
-+echo "${ECHO_T}$enable_liblustre_acl" >&6; }
- if test x$enable_liblustre_acl = xyes ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -15513,10 +16225,9 @@ fi
- #
- # --enable-mpitest
- #
--# Check whether --enable-mpitests or --disable-mpitests was given.
-+# Check whether --enable-mpitests was given.
- if test "${enable_mpitests+set}" = set; then
--  enableval="$enable_mpitests"
--
-+  enableval=$enable_mpitests;
- 	 enable_mpitests=yes
-          case $enableval in
-          yes)
-@@ -15536,11 +16247,12 @@ else
- 	enable_mpitests=yes
- 
- 
--fi;
-+fi
-+
- 
- if test x$enable_mpitests != xno; then
--	echo "$as_me:$LINENO: checking whether mpitests can be built" >&5
--echo $ECHO_N "checking whether mpitests can be built... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking whether mpitests can be built" >&5
-+echo $ECHO_N "checking whether mpitests can be built... $ECHO_C" >&6; }
- 	oldcc=$CC
- 	CC=$MPICC_WRAPPER
- 	cat >conftest.$ac_ext <<_ACEOF
-@@ -15564,42 +16276,39 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
- 
--		    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--		    echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		    { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		    enable_mpitests=no
- 
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-       conftest$ac_exeext conftest.$ac_ext
- 	CC=$oldcc
- fi
-@@ -15609,17 +16318,17 @@ fi
- echo "$as_me: Enabling Lustre configure options for libsysio" >&6;}
- ac_configure_args="$ac_configure_args --with-lustre-hack --with-sockets"
- 
--echo "$as_me:$LINENO: checking whether to enable pinger support" >&5
--echo $ECHO_N "checking whether to enable pinger support... $ECHO_C" >&6
--# Check whether --enable-pinger or --disable-pinger was given.
-+{ echo "$as_me:$LINENO: checking whether to enable pinger support" >&5
-+echo $ECHO_N "checking whether to enable pinger support... $ECHO_C" >&6; }
-+# Check whether --enable-pinger was given.
- if test "${enable_pinger+set}" = set; then
--  enableval="$enable_pinger"
--
-+  enableval=$enable_pinger;
- else
-   enable_pinger='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_pinger" >&5
--echo "${ECHO_T}$enable_pinger" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_pinger" >&5
-+echo "${ECHO_T}$enable_pinger" >&6; }
- if test x$enable_pinger != xno ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -15628,17 +16337,17 @@ _ACEOF
- 
- fi
- 
--echo "$as_me:$LINENO: checking whether to enable liblustre recovery support" >&5
--echo $ECHO_N "checking whether to enable liblustre recovery support... $ECHO_C" >&6
--# Check whether --enable-liblustre-recovery or --disable-liblustre-recovery was given.
-+{ echo "$as_me:$LINENO: checking whether to enable liblustre recovery support" >&5
-+echo $ECHO_N "checking whether to enable liblustre recovery support... $ECHO_C" >&6; }
-+# Check whether --enable-liblustre-recovery was given.
- if test "${enable_liblustre_recovery+set}" = set; then
--  enableval="$enable_liblustre_recovery"
--
-+  enableval=$enable_liblustre_recovery;
- else
-   enable_liblustre_recovery='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_liblustre_recovery" >&5
--echo "${ECHO_T}$enable_liblustre_recovery" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_liblustre_recovery" >&5
-+echo "${ECHO_T}$enable_liblustre_recovery" >&6; }
- if test x$enable_liblustre_recovery != xno ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -15658,18 +16367,19 @@ fi
- for ac_header in netdb.h netinet/tcp.h asm/types.h endian.h sys/ioctl.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
--  echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+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
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&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
-+{ 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
-@@ -15680,41 +16390,37 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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
-+{ 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
-@@ -15723,24 +16429,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <$ac_header>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -15748,9 +16452,10 @@ 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
-+{ 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
-@@ -15774,25 +16479,24 @@ echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\
- 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
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | 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 eval "test \"\${$as_ac_Header+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
- else
-   eval "$as_ac_Header=\$ac_header_preproc"
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -15810,9 +16514,9 @@ done
- for ac_func in gethostbyname socket connect
- 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 eval "test \"\${$as_ac_var+set}\" = set"; then
-+{ 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
- else
-   cat >conftest.$ac_ext <<_ACEOF
-@@ -15838,68 +16542,60 @@ cat >>conftest.$ac_ext <<_ACEOF
- 
- #undef $ac_func
- 
--/* Override any gcc2 internal prototype to avoid an error.  */
-+/* 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
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
- 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)
-+#if defined __stub_$ac_func || defined __stub___$ac_func
- choke me
--#else
--char (*f) () = $ac_func;
--#endif
--#ifdef __cplusplus
--}
- #endif
- 
- int
- main ()
- {
--return f != $ac_func;
-+return $ac_func ();
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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"
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--eval "$as_ac_var=no"
-+	eval "$as_ac_var=no"
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-       conftest$ac_exeext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-+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
-   cat >>confdefs.h <<_ACEOF
- #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -15914,18 +16610,19 @@ done
- for ac_header in linux/version.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
--  echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+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
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&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
-+{ 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
-@@ -15936,41 +16633,37 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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
-+{ 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
-@@ -15979,24 +16672,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <$ac_header>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -16004,9 +16695,10 @@ 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
-+{ 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
-@@ -16030,25 +16722,24 @@ echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\
- 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
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | 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 eval "test \"\${$as_ac_Header+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
- else
-   eval "$as_ac_Header=\$ac_header_preproc"
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -16061,8 +16752,8 @@ fi
- done
- 
- 
--echo "$as_me:$LINENO: checking for spinlock_t" >&5
--echo $ECHO_N "checking for spinlock_t... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for spinlock_t" >&5
-+echo $ECHO_N "checking for spinlock_t... $ECHO_C" >&6; }
- if test "${ac_cv_type_spinlock_t+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -16074,50 +16765,47 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <linux/spinlock.h>
- 
-+typedef spinlock_t ac__type_new_;
- int
- main ()
- {
--if ((spinlock_t *) 0)
-+if ((ac__type_new_ *) 0)
-   return 0;
--if (sizeof (spinlock_t))
-+if (sizeof (ac__type_new_))
-   return 0;
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_cv_type_spinlock_t=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_type_spinlock_t=no
-+	ac_cv_type_spinlock_t=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: $ac_cv_type_spinlock_t" >&5
--echo "${ECHO_T}$ac_cv_type_spinlock_t" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_type_spinlock_t" >&5
-+echo "${ECHO_T}$ac_cv_type_spinlock_t" >&6; }
- if test $ac_cv_type_spinlock_t = yes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -16132,9 +16820,9 @@ fi
- for ac_func in strnlen
- 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 eval "test \"\${$as_ac_var+set}\" = set"; then
-+{ 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
- else
-   cat >conftest.$ac_ext <<_ACEOF
-@@ -16160,68 +16848,60 @@ cat >>conftest.$ac_ext <<_ACEOF
- 
- #undef $ac_func
- 
--/* Override any gcc2 internal prototype to avoid an error.  */
-+/* 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
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
- 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)
-+#if defined __stub_$ac_func || defined __stub___$ac_func
- choke me
--#else
--char (*f) () = $ac_func;
--#endif
--#ifdef __cplusplus
--}
- #endif
- 
- int
- main ()
- {
--return f != $ac_func;
-+return $ac_func ();
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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"
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--eval "$as_ac_var=no"
-+	eval "$as_ac_var=no"
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-       conftest$ac_exeext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-+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
-   cat >>confdefs.h <<_ACEOF
- #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -16238,24 +16918,24 @@ done
- #
- # Build with readline
- #
--echo "$as_me:$LINENO: checking whether to enable readline support" >&5
--echo $ECHO_N "checking whether to enable readline support... $ECHO_C" >&6
--# Check whether --enable-readline or --disable-readline was given.
-+{ echo "$as_me:$LINENO: checking whether to enable readline support" >&5
-+echo $ECHO_N "checking whether to enable readline support... $ECHO_C" >&6; }
-+# Check whether --enable-readline was given.
- if test "${enable_readline+set}" = set; then
--  enableval="$enable_readline"
--
-+  enableval=$enable_readline;
- else
-   enable_readline='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_readline" >&5
--echo "${ECHO_T}$enable_readline" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_readline" >&5
-+echo "${ECHO_T}$enable_readline" >&6; }
- 
- # -------- check for readline if enabled ----
- if test x$enable_readline = xyes ; then
- 	LIBS_save="$LIBS"
- 	LIBS="-lncurses $LIBS"
--	echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
--echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for readline in -lreadline" >&5
-+echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6; }
- if test "${ac_cv_lib_readline_readline+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -16268,56 +16948,53 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- 
--/* Override any gcc2 internal prototype to avoid an error.  */
-+/* 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
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
- char readline ();
- int
- main ()
- {
--readline ();
-+return readline ();
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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_readline_readline=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_lib_readline_readline=no
-+	ac_cv_lib_readline_readline=no
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+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_readline_readline" >&5
--echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5
-+echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6; }
- if test $ac_cv_lib_readline_readline = yes; then
- 
- 	LIBREADLINE="-lreadline -lncurses"
-@@ -16339,17 +17016,17 @@ else
- fi
- 
- 
--echo "$as_me:$LINENO: checking if efence debugging support is requested" >&5
--echo $ECHO_N "checking if efence debugging support is requested... $ECHO_C" >&6
--# Check whether --enable-efence or --disable-efence was given.
-+{ echo "$as_me:$LINENO: checking if efence debugging support is requested" >&5
-+echo $ECHO_N "checking if efence debugging support is requested... $ECHO_C" >&6; }
-+# Check whether --enable-efence was given.
- if test "${enable_efence+set}" = set; then
--  enableval="$enable_efence"
--
-+  enableval=$enable_efence;
- else
-   enable_efence='no'
--fi;
--echo "$as_me:$LINENO: result: $enable_efence" >&5
--echo "${ECHO_T}$enable_efence" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_efence" >&5
-+echo "${ECHO_T}$enable_efence" >&6; }
- if test "$enable_efence" = "yes" ; then
- 	LIBEFENCE="-lefence"
- 
-@@ -16363,12 +17040,11 @@ fi
- 
- 
- # -------- enable acceptor libwrap (TCP wrappers) support? -------
--echo "$as_me:$LINENO: checking if libwrap support is requested" >&5
--echo $ECHO_N "checking if libwrap support is requested... $ECHO_C" >&6
--# Check whether --enable-libwrap or --disable-libwrap was given.
-+{ echo "$as_me:$LINENO: checking if libwrap support is requested" >&5
-+echo $ECHO_N "checking if libwrap support is requested... $ECHO_C" >&6; }
-+# Check whether --enable-libwrap was given.
- if test "${enable_libwrap+set}" = set; then
--  enableval="$enable_libwrap"
--  case "${enableval}" in
-+  enableval=$enable_libwrap; case "${enableval}" in
- 		yes) enable_libwrap=yes ;;
- 		no) enable_libwrap=no ;;
- 		*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-libwrap" >&5
-@@ -16377,9 +17053,10 @@ echo "$as_me: error: bad value ${enableval} for --enable-libwrap" >&2;}
- 	esac
- else
-   enable_libwrap=no
--fi;
--echo "$as_me:$LINENO: result: $enable_libwrap" >&5
--echo "${ECHO_T}$enable_libwrap" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_libwrap" >&5
-+echo "${ECHO_T}$enable_libwrap" >&6; }
- if test x$enable_libwrap = xyes ; then
- 	LIBWRAP="-lwrap"
- 
-@@ -16393,18 +17070,18 @@ fi
- 
- 
- # -------- check for -lpthread support ----
--echo "$as_me:$LINENO: checking whether to use libpthread for lnet library" >&5
--echo $ECHO_N "checking whether to use libpthread for lnet library... $ECHO_C" >&6
--# Check whether --enable-libpthread or --disable-libpthread was given.
-+{ echo "$as_me:$LINENO: checking whether to use libpthread for lnet library" >&5
-+echo $ECHO_N "checking whether to use libpthread for lnet library... $ECHO_C" >&6; }
-+# Check whether --enable-libpthread was given.
- if test "${enable_libpthread+set}" = set; then
--  enableval="$enable_libpthread"
--
-+  enableval=$enable_libpthread;
- else
-   enable_libpthread=yes
--fi;
-+fi
-+
- if test "$enable_libpthread" = "yes" ; then
--	echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
--echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
-+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
- if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -16417,56 +17094,53 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- 
--/* Override any gcc2 internal prototype to avoid an error.  */
-+/* 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
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
- char pthread_create ();
- int
- main ()
- {
--pthread_create ();
-+return pthread_create ();
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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_pthread_pthread_create=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_lib_pthread_pthread_create=no
-+	ac_cv_lib_pthread_pthread_create=no
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+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_pthread_pthread_create" >&5
--echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
-+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
- if test $ac_cv_lib_pthread_pthread_create = yes; then
-   ENABLE_LIBPTHREAD="yes"
- else
-@@ -16474,8 +17148,8 @@ else
- fi
- 
- 	if test "$ENABLE_LIBPTHREAD" = "yes" ; then
--		echo "$as_me:$LINENO: result: $ENABLE_LIBPTHREAD" >&5
--echo "${ECHO_T}$ENABLE_LIBPTHREAD" >&6
-+		{ echo "$as_me:$LINENO: result: $ENABLE_LIBPTHREAD" >&5
-+echo "${ECHO_T}$ENABLE_LIBPTHREAD" >&6; }
- 		PTHREAD_LIBS="-lpthread"
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -16484,13 +17158,13 @@ _ACEOF
- 
- 	else
- 		PTHREAD_LIBS=""
--		echo "$as_me:$LINENO: result: no libpthread is found" >&5
--echo "${ECHO_T}no libpthread is found" >&6
-+		{ echo "$as_me:$LINENO: result: no libpthread is found" >&5
-+echo "${ECHO_T}no libpthread is found" >&6; }
- 	fi
- 
- else
--	echo "$as_me:$LINENO: result: no (disabled explicitly)" >&5
--echo "${ECHO_T}no (disabled explicitly)" >&6
-+	{ echo "$as_me:$LINENO: result: no (disabled explicitly)" >&5
-+echo "${ECHO_T}no (disabled explicitly)" >&6; }
- 	ENABLE_LIBPTHREAD="no"
- fi
- 
-@@ -16498,17 +17172,17 @@ fi
- # ----------------------------------------
- # some tests for catamount-like systems
- # ----------------------------------------
--# Check whether --enable-sysio_init or --disable-sysio_init was given.
-+# Check whether --enable-sysio_init was given.
- if test "${enable_sysio_init+set}" = set; then
--  enableval="$enable_sysio_init"
--
-+  enableval=$enable_sysio_init;
- else
-   enable_sysio_init=yes
--fi;
--echo "$as_me:$LINENO: checking whether to initialize libsysio" >&5
--echo $ECHO_N "checking whether to initialize libsysio... $ECHO_C" >&6
--echo "$as_me:$LINENO: result: $enable_sysio_init" >&5
--echo "${ECHO_T}$enable_sysio_init" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: checking whether to initialize libsysio" >&5
-+echo $ECHO_N "checking whether to initialize libsysio... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: result: $enable_sysio_init" >&5
-+echo "${ECHO_T}$enable_sysio_init" >&6; }
- if test x$enable_sysio_init != xno ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -16517,17 +17191,17 @@ _ACEOF
- 
- fi
- 
--# Check whether --enable-urandom or --disable-urandom was given.
-+# Check whether --enable-urandom was given.
- if test "${enable_urandom+set}" = set; then
--  enableval="$enable_urandom"
--
-+  enableval=$enable_urandom;
- else
-   enable_urandom=yes
--fi;
--echo "$as_me:$LINENO: checking whether to use /dev/urandom for liblustre" >&5
--echo $ECHO_N "checking whether to use /dev/urandom for liblustre... $ECHO_C" >&6
--echo "$as_me:$LINENO: result: $enable_urandom" >&5
--echo "${ECHO_T}$enable_urandom" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: checking whether to use /dev/urandom for liblustre" >&5
-+echo $ECHO_N "checking whether to use /dev/urandom for liblustre... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: result: $enable_urandom" >&5
-+echo "${ECHO_T}$enable_urandom" >&6; }
- if test x$enable_urandom != xno ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -16538,8 +17212,8 @@ fi
- 
- # -------- check for -lcap support ----
- if test x$enable_liblustre = xyes ; then
--	echo "$as_me:$LINENO: checking for cap_get_proc in -lcap" >&5
--echo $ECHO_N "checking for cap_get_proc in -lcap... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for cap_get_proc in -lcap" >&5
-+echo $ECHO_N "checking for cap_get_proc in -lcap... $ECHO_C" >&6; }
- if test "${ac_cv_lib_cap_cap_get_proc+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -16552,56 +17226,53 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- 
--/* Override any gcc2 internal prototype to avoid an error.  */
-+/* 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
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
- char cap_get_proc ();
- int
- main ()
- {
--cap_get_proc ();
-+return cap_get_proc ();
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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_cap_cap_get_proc=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_lib_cap_cap_get_proc=no
-+	ac_cv_lib_cap_cap_get_proc=no
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+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_cap_cap_get_proc" >&5
--echo "${ECHO_T}$ac_cv_lib_cap_cap_get_proc" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_lib_cap_cap_get_proc" >&5
-+echo "${ECHO_T}$ac_cv_lib_cap_cap_get_proc" >&6; }
- if test $ac_cv_lib_cap_cap_get_proc = yes; then
- 
- 			CAP_LIBS="-lcap"
-@@ -16621,25 +17292,25 @@ fi
- 
- fi
- 
--echo "$as_me:$LINENO: checking for non-default maximum LNET payload" >&5
--echo $ECHO_N "checking for non-default maximum LNET payload... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for non-default maximum LNET payload" >&5
-+echo $ECHO_N "checking for non-default maximum LNET payload... $ECHO_C" >&6; }
- 
--# Check whether --with-max-payload-mb or --without-max-payload-mb was given.
-+# Check whether --with-max-payload-mb was given.
- if test "${with_max_payload_mb+set}" = set; then
--  withval="$with_max_payload_mb"
--
--		echo "$as_me:$LINENO: result: $with_max_payload_mb" >&5
--echo "${ECHO_T}$with_max_payload_mb" >&6
-+  withval=$with_max_payload_mb;
-+		{ echo "$as_me:$LINENO: result: $with_max_payload_mb" >&5
-+echo "${ECHO_T}$with_max_payload_mb" >&6; }
- 	        LNET_MAX_PAYLOAD_MB=$with_max_payload_mb
- 		LNET_MAX_PAYLOAD="(($with_max_payload_mb)<<20)"
- 
- else
- 
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		LNET_MAX_PAYLOAD="LNET_MTU"
- 
--fi;
-+fi
-+
- 
- cat >>confdefs.h <<_ACEOF
- #define LNET_MAX_PAYLOAD $LNET_MAX_PAYLOAD
-@@ -16648,13 +17319,12 @@ _ACEOF
- 
- 
- if test -z "$ENABLEPORTALS"; then
--	echo "$as_me:$LINENO: checking for portals" >&5
--echo $ECHO_N "checking for portals... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for portals" >&5
-+echo $ECHO_N "checking for portals... $ECHO_C" >&6; }
- 
--# Check whether --with-portals or --without-portals was given.
-+# Check whether --with-portals was given.
- if test "${with_portals+set}" = set; then
--  withval="$with_portals"
--
-+  withval=$with_portals;
- 		case $with_portals in
- 			no)     ENABLEPORTALS=0
- 				;;
-@@ -16667,85 +17337,86 @@ else
- 
- 		ENABLEPORTALS=0
- 
--fi;
-+fi
-+
- PTLLNDCPPFLAGS=""
- if test $ENABLEPORTALS -eq 0; then
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- elif test ! \( -f ${PORTALS}/include/portals/p30.h \); then
--        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	{ { echo "$as_me:$LINENO: error: bad --with-portals path" >&5
- echo "$as_me: error: bad --with-portals path" >&2;}
-    { (exit 1); exit 1; }; }
- else
--        echo "$as_me:$LINENO: result: $PORTALS" >&5
--echo "${ECHO_T}$PORTALS" >&6
-+        { echo "$as_me:$LINENO: result: $PORTALS" >&5
-+echo "${ECHO_T}$PORTALS" >&6; }
-         PTLLNDCPPFLAGS="-I${PORTALS}/include"
- fi
- 
- 
- fi
- 
--echo "$as_me:$LINENO: checking whether to build the userspace portals LND" >&5
--echo $ECHO_N "checking whether to build the userspace portals LND... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to build the userspace portals LND" >&5
-+echo $ECHO_N "checking whether to build the userspace portals LND... $ECHO_C" >&6; }
- 
- UPTLLND=""
- if test $ENABLEPORTALS -ne 0; then
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 	UPTLLND="ptllnd"
- else
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
- 
--echo "$as_me:$LINENO: checking whether to build usocklnd" >&5
--echo $ECHO_N "checking whether to build usocklnd... $ECHO_C" >&6
--# Check whether --enable-usocklnd or --disable-usocklnd was given.
-+{ echo "$as_me:$LINENO: checking whether to build usocklnd" >&5
-+echo $ECHO_N "checking whether to build usocklnd... $ECHO_C" >&6; }
-+# Check whether --enable-usocklnd was given.
- if test "${enable_usocklnd+set}" = set; then
--  enableval="$enable_usocklnd"
--
-+  enableval=$enable_usocklnd;
- else
-   enable_usocklnd='yes'
--fi;
-+fi
-+
- 
- if test x$enable_usocklnd = xyes ; then
- 	if test "$ENABLE_LIBPTHREAD" = "yes" ; then
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-       		USOCKLND="usocklnd"
- 	else
--		echo "$as_me:$LINENO: result: no (libpthread not present or disabled)" >&5
--echo "${ECHO_T}no (libpthread not present or disabled)" >&6
-+		{ echo "$as_me:$LINENO: result: no (libpthread not present or disabled)" >&5
-+echo "${ECHO_T}no (libpthread not present or disabled)" >&6; }
- 		USOCKLND=""
- 	fi
- else
--	echo "$as_me:$LINENO: result: no (disabled explicitly)" >&5
--echo "${ECHO_T}no (disabled explicitly)" >&6
-+	{ echo "$as_me:$LINENO: result: no (disabled explicitly)" >&5
-+echo "${ECHO_T}no (disabled explicitly)" >&6; }
-      	USOCKLND=""
- fi
- 
- 
- 
- 
--echo "$as_me:$LINENO: checking maximum OBD ioctl size" >&5
--echo $ECHO_N "checking maximum OBD ioctl size... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking maximum OBD ioctl size" >&5
-+echo $ECHO_N "checking maximum OBD ioctl size... $ECHO_C" >&6; }
- 
--# Check whether --with-obd-buffer-size or --without-obd-buffer-size was given.
-+# Check whether --with-obd-buffer-size was given.
- if test "${with_obd_buffer_size+set}" = set; then
--  withval="$with_obd_buffer_size"
--
-+  withval=$with_obd_buffer_size;
- 		OBD_BUFFER_SIZE=$with_obd_buffer_size
- 
- else
- 
- 		OBD_BUFFER_SIZE=8192
- 
--fi;
--echo "$as_me:$LINENO: result: $OBD_BUFFER_SIZE bytes" >&5
--echo "${ECHO_T}$OBD_BUFFER_SIZE bytes" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $OBD_BUFFER_SIZE bytes" >&5
-+echo "${ECHO_T}$OBD_BUFFER_SIZE bytes" >&6; }
- 
- cat >>confdefs.h <<_ACEOF
- #define OBD_MAX_IOCTL_BUFFER $OBD_BUFFER_SIZE
-@@ -16754,7 +17425,7 @@ _ACEOF
- 
- 
- if test $target_cpu == "i686" -o $target_cpu == "x86_64"; then
--        CFLAGS="$CFLAGS -Werror"
-+        CFLAGS="$CFLAGS -Werror -fno-strict-aliasing"
- fi
- 
- # include/liblustre.h
-@@ -16766,18 +17437,19 @@ fi
- for ac_header in asm/page.h sys/user.h sys/vfs.h stdint.h blkid/blkid.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
--  echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+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
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&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
-+{ 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
-@@ -16788,41 +17460,37 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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
-+{ 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
-@@ -16831,24 +17499,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <$ac_header>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -16856,9 +17522,10 @@ 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
-+{ 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
-@@ -16882,25 +17549,24 @@ echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\
- 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
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | 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 eval "test \"\${$as_ac_Header+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
- else
-   eval "$as_ac_Header=\$ac_header_preproc"
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -16919,18 +17585,19 @@ done
- for ac_header in xtio.h file.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
--  echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+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
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&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
-+{ 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
-@@ -16941,41 +17608,37 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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
-+{ 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
-@@ -16984,24 +17647,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <$ac_header>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -17009,9 +17670,10 @@ 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
-+{ 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
-@@ -17035,25 +17697,24 @@ echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\
- 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
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | 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 eval "test \"\${$as_ac_Header+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
- else
-   eval "$as_ac_Header=\$ac_header_preproc"
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -17074,18 +17735,19 @@ done
- for ac_header in linux/types.h sys/types.h linux/unistd.h unistd.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
--  echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+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
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&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
-+{ 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
-@@ -17096,41 +17758,37 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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
-+{ 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
-@@ -17139,24 +17797,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <$ac_header>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -17164,9 +17820,10 @@ 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
-+{ 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
-@@ -17190,25 +17847,24 @@ echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\
- 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
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | 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 eval "test \"\${$as_ac_Header+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
- else
-   eval "$as_ac_Header=\$ac_header_preproc"
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -17228,18 +17884,19 @@ done
- for ac_header in netinet/in.h arpa/inet.h catamount/data.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
--  echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+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
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&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
-+{ 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
-@@ -17250,41 +17907,37 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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
-+{ 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
-@@ -17293,24 +17946,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <$ac_header>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -17318,9 +17969,10 @@ 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
-+{ 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
-@@ -17344,25 +17996,24 @@ echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\
- 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
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | 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 eval "test \"\${$as_ac_Header+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
- else
-   eval "$as_ac_Header=\$ac_header_preproc"
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -17378,9 +18029,9 @@ done
- for ac_func in inet_ntoa
- 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 eval "test \"\${$as_ac_var+set}\" = set"; then
-+{ 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
- else
-   cat >conftest.$ac_ext <<_ACEOF
-@@ -17406,68 +18057,60 @@ cat >>conftest.$ac_ext <<_ACEOF
- 
- #undef $ac_func
- 
--/* Override any gcc2 internal prototype to avoid an error.  */
-+/* 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
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
- 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)
-+#if defined __stub_$ac_func || defined __stub___$ac_func
- choke me
--#else
--char (*f) () = $ac_func;
--#endif
--#ifdef __cplusplus
--}
- #endif
- 
- int
- main ()
- {
--return f != $ac_func;
-+return $ac_func ();
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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"
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--eval "$as_ac_var=no"
-+	eval "$as_ac_var=no"
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-       conftest$ac_exeext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-+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
-   cat >>confdefs.h <<_ACEOF
- #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -17478,8 +18121,8 @@ done
- 
- 
- # libsysio/src/readlink.c
--echo "$as_me:$LINENO: checking if readlink returns ssize_t" >&5
--echo $ECHO_N "checking if readlink returns ssize_t... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if readlink returns ssize_t" >&5
-+echo $ECHO_N "checking if readlink returns ssize_t... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -17500,30 +18143,25 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_POSIX_1003_READLINK 1
-@@ -17535,11 +18173,12 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- 
- 
- # lvfs/prng.c - depends on linux/types.h from liblustre/dir.c
-@@ -17547,9 +18186,9 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
- for ac_header in linux/random.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 eval "test \"\${$as_ac_Header+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
- else
-   cat >conftest.$ac_ext <<_ACEOF
-@@ -17566,38 +18205,35 @@ cat >>conftest.$ac_ext <<_ACEOF
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -17613,18 +18249,19 @@ done
- for ac_header in ext2fs/ext2fs.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
--  echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+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
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&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
-+{ 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
-@@ -17635,41 +18272,37 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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
-+{ 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
-@@ -17678,24 +18311,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <$ac_header>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -17703,9 +18334,10 @@ 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
-+{ 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
-@@ -17729,25 +18361,24 @@ echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\
- 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
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | 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 eval "test \"\${$as_ac_Header+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
- else
-   eval "$as_ac_Header=\$ac_header_preproc"
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -17762,8 +18393,8 @@ done
- 
- # check for -lz support
- ZLIB=""
--echo "$as_me:$LINENO: checking for adler32 in -lz" >&5
--echo $ECHO_N "checking for adler32 in -lz... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for adler32 in -lz" >&5
-+echo $ECHO_N "checking for adler32 in -lz... $ECHO_C" >&6; }
- if test "${ac_cv_lib_z_adler32+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -17776,73 +18407,71 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- 
--/* Override any gcc2 internal prototype to avoid an error.  */
-+/* 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
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
- char adler32 ();
- int
- main ()
- {
--adler32 ();
-+return adler32 ();
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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_z_adler32=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_lib_z_adler32=no
-+	ac_cv_lib_z_adler32=no
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+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_z_adler32" >&5
--echo "${ECHO_T}$ac_cv_lib_z_adler32" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_lib_z_adler32" >&5
-+echo "${ECHO_T}$ac_cv_lib_z_adler32" >&6; }
- if test $ac_cv_lib_z_adler32 = yes; then
- 
- for ac_header in zlib.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
--  echo "$as_me:$LINENO: checking for $ac_header" >&5
--echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+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
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&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
-+{ 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
-@@ -17853,41 +18482,37 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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
-+{ 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
-@@ -17896,24 +18521,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <$ac_header>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -17921,9 +18544,10 @@ 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
-+{ 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
-@@ -17947,25 +18571,24 @@ echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\
- 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
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | 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 eval "test \"\${$as_ac_Header+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
- else
-   eval "$as_ac_Header=\$ac_header_preproc"
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -17996,11 +18619,11 @@ fi
- 
- 
- # Super safe df
--# Check whether --enable-mindf or --disable-mindf was given.
-+# Check whether --enable-mindf was given.
- if test "${enable_mindf+set}" = set; then
--  enableval="$enable_mindf"
-+  enableval=$enable_mindf;
-+fi
- 
--fi;
- if test "$enable_mindf" = "yes" ;  then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -18009,17 +18632,17 @@ _ACEOF
- 
- fi
- 
--# Check whether --enable-fail_alloc or --disable-fail_alloc was given.
-+# Check whether --enable-fail_alloc was given.
- if test "${enable_fail_alloc+set}" = set; then
--  enableval="$enable_fail_alloc"
--
-+  enableval=$enable_fail_alloc;
- else
-   enable_fail_alloc=yes
--fi;
--echo "$as_me:$LINENO: checking whether to randomly failing memory alloc" >&5
--echo $ECHO_N "checking whether to randomly failing memory alloc... $ECHO_C" >&6
--echo "$as_me:$LINENO: result: $enable_fail_alloc" >&5
--echo "${ECHO_T}$enable_fail_alloc" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: checking whether to randomly failing memory alloc" >&5
-+echo $ECHO_N "checking whether to randomly failing memory alloc... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: result: $enable_fail_alloc" >&5
-+echo "${ECHO_T}$enable_fail_alloc" >&6; }
- if test x$enable_fail_alloc != xno ; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -18031,23 +18654,23 @@ fi
- 
- 
- if test "$SNMP_DIST_SUBDIR" ; then
--	echo "$as_me:$LINENO: checking whether to try to build SNMP support" >&5
--echo $ECHO_N "checking whether to try to build SNMP support... $ECHO_C" >&6
--# Check whether --enable-snmp or --disable-snmp was given.
-+	{ echo "$as_me:$LINENO: checking whether to try to build SNMP support" >&5
-+echo $ECHO_N "checking whether to try to build SNMP support... $ECHO_C" >&6; }
-+# Check whether --enable-snmp was given.
- if test "${enable_snmp+set}" = set; then
--  enableval="$enable_snmp"
--
-+  enableval=$enable_snmp;
- else
-   enable_snmp='auto'
--fi;
--echo "$as_me:$LINENO: result: $enable_snmp" >&5
--echo "${ECHO_T}$enable_snmp" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_snmp" >&5
-+echo "${ECHO_T}$enable_snmp" >&6; }
- 
- if test x$enable_snmp != xno ; then
- 	# Extract the first word of "net-snmp-config", so it can be a program name with args.
- set dummy net-snmp-config; ac_word=$2
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_prog_NET_SNMP_CONFIG+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -18060,25 +18683,27 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-     ac_cv_prog_NET_SNMP_CONFIG="net-snmp-config"
-     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-     break 2
-   fi
- done
- done
-+IFS=$as_save_IFS
- 
- fi
- fi
- NET_SNMP_CONFIG=$ac_cv_prog_NET_SNMP_CONFIG
- if test -n "$NET_SNMP_CONFIG"; then
--  echo "$as_me:$LINENO: result: $NET_SNMP_CONFIG" >&5
--echo "${ECHO_T}$NET_SNMP_CONFIG" >&6
-+  { echo "$as_me:$LINENO: result: $NET_SNMP_CONFIG" >&5
-+echo "${ECHO_T}$NET_SNMP_CONFIG" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
- 	if test "$NET_SNMP_CONFIG" ; then
- 		NET_SNMP_CFLAGS=$($NET_SNMP_CONFIG --base-cflags)
- 		NET_SNMP_LIBS=$($NET_SNMP_CONFIG --agent-libs)
-@@ -18090,17 +18715,17 @@ fi
- 		LIBS="$LIBS $NET_SNMP_LIBS"
- 
- 		if test "${ac_cv_header_net_snmp_net_snmp_config_h+set}" = set; then
--  echo "$as_me:$LINENO: checking for net-snmp/net-snmp-config.h" >&5
--echo $ECHO_N "checking for net-snmp/net-snmp-config.h... $ECHO_C" >&6
-+  { echo "$as_me:$LINENO: checking for net-snmp/net-snmp-config.h" >&5
-+echo $ECHO_N "checking for net-snmp/net-snmp-config.h... $ECHO_C" >&6; }
- if test "${ac_cv_header_net_snmp_net_snmp_config_h+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- fi
--echo "$as_me:$LINENO: result: $ac_cv_header_net_snmp_net_snmp_config_h" >&5
--echo "${ECHO_T}$ac_cv_header_net_snmp_net_snmp_config_h" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_net_snmp_net_snmp_config_h" >&5
-+echo "${ECHO_T}$ac_cv_header_net_snmp_net_snmp_config_h" >&6; }
- else
-   # Is the header compilable?
--echo "$as_me:$LINENO: checking net-snmp/net-snmp-config.h usability" >&5
--echo $ECHO_N "checking net-snmp/net-snmp-config.h usability... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking net-snmp/net-snmp-config.h usability" >&5
-+echo $ECHO_N "checking net-snmp/net-snmp-config.h usability... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -18111,41 +18736,37 @@ $ac_includes_default
- #include <net-snmp/net-snmp-config.h>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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
-+	ac_header_compiler=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
--echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+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 net-snmp/net-snmp-config.h presence" >&5
--echo $ECHO_N "checking net-snmp/net-snmp-config.h presence... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking net-snmp/net-snmp-config.h presence" >&5
-+echo $ECHO_N "checking net-snmp/net-snmp-config.h presence... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -18154,24 +18775,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <net-snmp/net-snmp-config.h>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
-@@ -18179,9 +18798,10 @@ 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
-+{ 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
-@@ -18205,31 +18825,29 @@ echo "$as_me: WARNING: net-snmp/net-snmp-config.h:     section \"Present But Can
- echo "$as_me: WARNING: net-snmp/net-snmp-config.h: proceeding with the preprocessor's result" >&2;}
-     { echo "$as_me:$LINENO: WARNING: net-snmp/net-snmp-config.h: in the future, the compiler will take precedence" >&5
- echo "$as_me: WARNING: net-snmp/net-snmp-config.h: in the future, the compiler will take precedence" >&2;}
--    (
--      cat <<\_ASBOX
-+    ( cat <<\_ASBOX
- ## ------------------------------------------- ##
- ## Report this to https://bugzilla.lustre.org/ ##
- ## ------------------------------------------- ##
- _ASBOX
--    ) |
--      sed "s/^/$as_me: WARNING:     /" >&2
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-     ;;
- esac
--echo "$as_me:$LINENO: checking for net-snmp/net-snmp-config.h" >&5
--echo $ECHO_N "checking for net-snmp/net-snmp-config.h... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for net-snmp/net-snmp-config.h" >&5
-+echo $ECHO_N "checking for net-snmp/net-snmp-config.h... $ECHO_C" >&6; }
- if test "${ac_cv_header_net_snmp_net_snmp_config_h+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_cv_header_net_snmp_net_snmp_config_h=$ac_header_preproc
- fi
--echo "$as_me:$LINENO: result: $ac_cv_header_net_snmp_net_snmp_config_h" >&5
--echo "${ECHO_T}$ac_cv_header_net_snmp_net_snmp_config_h" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_net_snmp_net_snmp_config_h" >&5
-+echo "${ECHO_T}$ac_cv_header_net_snmp_net_snmp_config_h" >&6; }
- 
- fi
- if test $ac_cv_header_net_snmp_net_snmp_config_h = yes; then
- 
--			echo "$as_me:$LINENO: checking for register_mib" >&5
--echo $ECHO_N "checking for register_mib... $ECHO_C" >&6
-+			{ echo "$as_me:$LINENO: checking for register_mib" >&5
-+echo $ECHO_N "checking for register_mib... $ECHO_C" >&6; }
- if test "${ac_cv_func_register_mib+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -18256,68 +18874,59 @@ cat >>conftest.$ac_ext <<_ACEOF
- 
- #undef register_mib
- 
--/* Override any gcc2 internal prototype to avoid an error.  */
-+/* 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
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
- char register_mib ();
- /* 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_register_mib) || defined (__stub___register_mib)
-+#if defined __stub_register_mib || defined __stub___register_mib
- choke me
--#else
--char (*f) () = register_mib;
--#endif
--#ifdef __cplusplus
--}
- #endif
- 
- int
- main ()
- {
--return f != register_mib;
-+return register_mib ();
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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_register_mib=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_func_register_mib=no
-+	ac_cv_func_register_mib=no
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+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_register_mib" >&5
--echo "${ECHO_T}$ac_cv_func_register_mib" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_func_register_mib" >&5
-+echo "${ECHO_T}$ac_cv_func_register_mib" >&6; }
- if test $ac_cv_func_register_mib = yes; then
-   SNMP_SUBDIR="snmp"
- else
-@@ -18326,8 +18935,8 @@ else
- 				NET_SNMP_LISB="$NET_SNMP_LIBS -lwrap"
- 				# fail autoconf's cache
- 				unset ac_cv_func_register_mib
--				echo "$as_me:$LINENO: checking for register_mib" >&5
--echo $ECHO_N "checking for register_mib... $ECHO_C" >&6
-+				{ echo "$as_me:$LINENO: checking for register_mib" >&5
-+echo $ECHO_N "checking for register_mib... $ECHO_C" >&6; }
- if test "${ac_cv_func_register_mib+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -18354,68 +18963,59 @@ cat >>conftest.$ac_ext <<_ACEOF
- 
- #undef register_mib
- 
--/* Override any gcc2 internal prototype to avoid an error.  */
-+/* 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
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
- char register_mib ();
- /* 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_register_mib) || defined (__stub___register_mib)
-+#if defined __stub_register_mib || defined __stub___register_mib
- choke me
--#else
--char (*f) () = register_mib;
--#endif
--#ifdef __cplusplus
--}
- #endif
- 
- int
- main ()
- {
--return f != register_mib;
-+return register_mib ();
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (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_register_mib=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_func_register_mib=no
-+	ac_cv_func_register_mib=no
- fi
--rm -f conftest.err conftest.$ac_objext \
-+
-+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_register_mib" >&5
--echo "${ECHO_T}$ac_cv_func_register_mib" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_func_register_mib" >&5
-+echo "${ECHO_T}$ac_cv_func_register_mib" >&6; }
- if test $ac_cv_func_register_mib = yes; then
-   SNMP_SUBDIR="snmp"
- fi
-@@ -18431,14 +19031,14 @@ fi
- 		LIBS="$LIBS_save"
- 		CPPFLAGS="$CPPFLAGS_save"
- 	fi
--	echo "$as_me:$LINENO: checking for SNMP support" >&5
--echo $ECHO_N "checking for SNMP support... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for SNMP support" >&5
-+echo $ECHO_N "checking for SNMP support... $ECHO_C" >&6; }
- 	if test "$SNMP_SUBDIR" ; then
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 	else
--		echo "$as_me:$LINENO: result: no (see config.log for errors)" >&5
--echo "${ECHO_T}no (see config.log for errors)" >&6
-+		{ echo "$as_me:$LINENO: result: no (see config.log for errors)" >&5
-+echo "${ECHO_T}no (see config.log for errors)" >&6; }
- 		if test x$enable_snmp = xyes ; then
- 			{ { echo "$as_me:$LINENO: error: SNMP support was requested, but unavailable" >&5
- echo "$as_me: error: SNMP support was requested, but unavailable" >&2;}
-@@ -18571,8 +19171,7 @@ else
- fi
- 
- 
--
--
-+LB_DARWIN_CONDITIONALS
- 
- 
- 
-@@ -18798,7 +19397,7 @@ fi
- 
- 
- 
--          ac_config_headers="$ac_config_headers config.h"
-+ac_config_headers="$ac_config_headers config.h"
- 
- CPPFLAGS="-include $PWD/config.h $CPPFLAGS"
- EXTRA_KCFLAGS="-include $PWD/config.h $EXTRA_KCFLAGS"
-@@ -18807,30 +19406,30 @@ EXTRA_KCFLAGS="-include $PWD/config.h $EXTRA_KCFLAGS"
- 
- 
- 
--                                        ac_config_files="$ac_config_files Makefile autoMakefile Rules:build/Rules.in lustre.spec"
-+ac_config_files="$ac_config_files Makefile autoMakefile Rules:build/Rules.in lustre.spec"
- 
- 
--                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ac_config_files="$ac_config_files lnet/Kernelenv lnet/Makefile lnet/autoMakefile lnet/autoconf/Makefile lnet/doc/Makefile lnet/include/Makefile lnet/include/libcfs/Makefile lnet/include/libcfs/linux/Makefile lnet/include/lnet/Makefile lnet/include/lnet/linux/Makefile lnet/klnds/Makefile lnet/klnds/autoMakefile lnet/klnds/gmlnd/Makefile lnet/klnds/mxlnd/autoMakefile lnet/klnds/mxlnd/Makefile lnet/klnds/gmlnd/autoMakefile lnet/klnds/openiblnd/Makefile lnet/klnds/openiblnd/autoMakefile lnet/klnds/o2iblnd/Makefile lnet/klnds/o2iblnd/autoMakefile lnet/klnds/ciblnd/Makefile lnet/klnds/ciblnd/autoMakefile lnet/klnds/iiblnd/Makefile lnet/klnds/iiblnd/autoMakefile lnet/klnds/viblnd/Makefile lnet/klnds/viblnd/autoMakefile lnet/klnds/qswlnd/Makefile lnet/klnds/qswlnd/autoMakefile lnet/klnds/ralnd/Makefile lnet/klnds/ralnd/autoMakefile lnet/klnds/socklnd/Makefile lnet/klnds/socklnd/autoMakefile lnet/klnds/ptllnd/Makefile lnet/klnds/ptllnd/autoMakefile lnet/libcfs/Makefile lnet/libcfs/autoMakefile lnet/libcfs/linux/Makefile lnet/lnet/Makefile lnet/lnet/autoMakefile lnet/selftest/Makefile lnet/selftest/autoMakefile lnet/ulnds/Makefile lnet/ulnds/autoMakefile lnet/ulnds/socklnd/Makefile lnet/ulnds/ptllnd/Makefile lnet/utils/Makefile"
-+ac_config_files="$ac_config_files lnet/Kernelenv lnet/Makefile lnet/autoMakefile lnet/autoconf/Makefile lnet/doc/Makefile lnet/include/Makefile lnet/include/libcfs/Makefile lnet/include/libcfs/linux/Makefile lnet/include/lnet/Makefile lnet/include/lnet/linux/Makefile lnet/klnds/Makefile lnet/klnds/autoMakefile lnet/klnds/gmlnd/Makefile lnet/klnds/mxlnd/autoMakefile lnet/klnds/mxlnd/Makefile lnet/klnds/gmlnd/autoMakefile lnet/klnds/openiblnd/Makefile lnet/klnds/openiblnd/autoMakefile lnet/klnds/o2iblnd/Makefile lnet/klnds/o2iblnd/autoMakefile lnet/klnds/ciblnd/Makefile lnet/klnds/ciblnd/autoMakefile lnet/klnds/iiblnd/Makefile lnet/klnds/iiblnd/autoMakefile lnet/klnds/viblnd/Makefile lnet/klnds/viblnd/autoMakefile lnet/klnds/qswlnd/Makefile lnet/klnds/qswlnd/autoMakefile lnet/klnds/ralnd/Makefile lnet/klnds/ralnd/autoMakefile lnet/klnds/socklnd/Makefile lnet/klnds/socklnd/autoMakefile lnet/klnds/ptllnd/Makefile lnet/klnds/ptllnd/autoMakefile lnet/libcfs/Makefile lnet/libcfs/autoMakefile lnet/libcfs/linux/Makefile lnet/lnet/Makefile lnet/lnet/autoMakefile lnet/selftest/Makefile lnet/selftest/autoMakefile lnet/ulnds/Makefile lnet/ulnds/autoMakefile lnet/ulnds/socklnd/Makefile lnet/ulnds/ptllnd/Makefile lnet/utils/Makefile"
- 
- case $lb_target_os in
- 	darwin)
--		                              ac_config_files="$ac_config_files lnet/include/libcfs/darwin/Makefile lnet/include/lnet/darwin/Makefile lnet/libcfs/darwin/Makefile"
-+		ac_config_files="$ac_config_files lnet/include/libcfs/darwin/Makefile lnet/include/lnet/darwin/Makefile lnet/libcfs/darwin/Makefile"
- 
- 		;;
- esac
- 
--                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ac_config_files="$ac_config_files lustre/Makefile lustre/autoMakefile lustre/autoconf/Makefile lustre/contrib/Makefile lustre/doc/Makefile lustre/include/Makefile lustre/include/lustre_ver.h lustre/include/linux/Makefile lustre/include/lustre/Makefile lustre/kernel_patches/targets/2.6-suse.target lustre/kernel_patches/targets/2.6-vanilla.target lustre/kernel_patches/targets/2.6-rhel4.target lustre/kernel_patches/targets/2.6-rhel5.target lustre/kernel_patches/targets/2.6-fc5.target lustre/kernel_patches/targets/2.6-patchless.target lustre/kernel_patches/targets/2.6-sles10.target lustre/kernel_patches/targets/2.6-sles11.target lustre/kernel_patches/targets/hp_pnnl-2.4.target lustre/kernel_patches/targets/rh-2.4.target lustre/kernel_patches/targets/rhel-2.4.target lustre/kernel_patches/targets/suse-2.4.21-2.target lustre/kernel_patches/targets/sles-2.4.target lustre/kernel_patches/targets/2.6-oel5.target lustre/ldlm/Makefile lustre/liblustre/Makefile lustre/liblustre/tests/Makefile lustre/liblustre/tests/mpi/Makefile lustre/llite/Makefile lustre/llite/autoMakefile lustre/lov/Makefile lustre/lov/autoMakefile lustre/lvfs/Makefile lustre/lvfs/autoMakefile lustre/mdc/Makefile lustre/mdc/autoMakefile lustre/mds/Makefile lustre/mds/autoMakefile lustre/obdclass/Makefile lustre/obdclass/autoMakefile lustre/obdclass/linux/Makefile lustre/obdecho/Makefile lustre/obdecho/autoMakefile lustre/obdfilter/Makefile lustre/obdfilter/autoMakefile lustre/osc/Makefile lustre/osc/autoMakefile lustre/ost/Makefile lustre/ost/autoMakefile lustre/mgc/Makefile lustre/mgc/autoMakefile lustre/mgs/Makefile lustre/mgs/autoMakefile lustre/ptlrpc/Makefile lustre/ptlrpc/autoMakefile lustre/quota/Makefile lustre/quota/autoMakefile lustre/scripts/Makefile lustre/tests/Makefile lustre/tests/mpi/Makefile lustre/utils/Makefile"
-+ac_config_files="$ac_config_files lustre/Makefile lustre/autoMakefile lustre/autoconf/Makefile lustre/contrib/Makefile lustre/doc/Makefile lustre/include/Makefile lustre/include/lustre_ver.h lustre/include/linux/Makefile lustre/include/lustre/Makefile lustre/kernel_patches/targets/2.6-suse.target lustre/kernel_patches/targets/2.6-vanilla.target lustre/kernel_patches/targets/2.6-rhel4.target lustre/kernel_patches/targets/2.6-rhel5.target lustre/kernel_patches/targets/2.6-fc5.target lustre/kernel_patches/targets/2.6-patchless.target lustre/kernel_patches/targets/2.6-sles10.target lustre/kernel_patches/targets/2.6-sles11.target lustre/kernel_patches/targets/hp_pnnl-2.4.target lustre/kernel_patches/targets/rh-2.4.target lustre/kernel_patches/targets/rhel-2.4.target lustre/kernel_patches/targets/suse-2.4.21-2.target lustre/kernel_patches/targets/sles-2.4.target lustre/kernel_patches/targets/2.6-oel5.target lustre/ldlm/Makefile lustre/liblustre/Makefile lustre/liblustre/tests/Makefile lustre/liblustre/tests/mpi/Makefile lustre/llite/Makefile lustre/llite/autoMakefile lustre/lov/Makefile lustre/lov/autoMakefile lustre/lvfs/Makefile lustre/lvfs/autoMakefile lustre/mdc/Makefile lustre/mdc/autoMakefile lustre/mds/Makefile lustre/mds/autoMakefile lustre/obdclass/Makefile lustre/obdclass/autoMakefile lustre/obdclass/linux/Makefile lustre/obdecho/Makefile lustre/obdecho/autoMakefile lustre/obdfilter/Makefile lustre/obdfilter/autoMakefile lustre/osc/Makefile lustre/osc/autoMakefile lustre/ost/Makefile lustre/ost/autoMakefile lustre/mgc/Makefile lustre/mgc/autoMakefile lustre/mgs/Makefile lustre/mgs/autoMakefile lustre/ptlrpc/Makefile lustre/ptlrpc/autoMakefile lustre/quota/Makefile lustre/quota/autoMakefile lustre/scripts/Makefile lustre/tests/Makefile lustre/tests/mpi/Makefile lustre/utils/Makefile"
- 
- case $lb_target_os in
-         darwin)
--                          ac_config_files="$ac_config_files lustre/obdclass/darwin/Makefile"
-+                ac_config_files="$ac_config_files lustre/obdclass/darwin/Makefile"
- 
-                 ;;
- esac
- 
- 
- if test "$SNMP_DIST_SUBDIR" ; then
--	                    ac_config_files="$ac_config_files snmp/Makefile snmp/autoconf/Makefile"
-+	ac_config_files="$ac_config_files snmp/Makefile snmp/autoconf/Makefile"
- 
- 
- fi
-@@ -18858,39 +19457,58 @@ _ACEOF
- 
- # The following way of writing the cache mishandles newlines in values,
- # but we know of no workaround that is simple, portable, and efficient.
--# So, don't put newlines in cache variables' values.
-+# So, we kill variables containing newlines.
- # Ultrix sh set writes to stderr and can't be redirected directly,
- # and sets the high bit in the cache file unless we assign to the vars.
--{
-+(
-+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
-+    eval ac_val=\$$ac_var
-+    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;} ;;
-+      esac
-+      case $ac_var in #(
-+      _ | IFS | as_nl) ;; #(
-+      *) $as_unset $ac_var ;;
-+      esac ;;
-+    esac
-+  done
-+
-   (set) 2>&1 |
--    case `(ac_space=' '; set | grep ac_space) 2>&1` in
--    *ac_space=\ *)
-+    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 \).
-       sed -n \
- 	"s/'/'\\\\''/g;
- 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
--      ;;
-+      ;; #(
-     *)
-       # `set' quotes correctly as required by POSIX, so do not add quotes.
--      sed -n \
--	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
-+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-       ;;
--    esac;
--} |
-+    esac |
-+    sort
-+) |
-   sed '
-+     /^ac_cv_env_/b end
-      t clear
--     : clear
-+     :clear
-      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
-      t end
--     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
--     : 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 "updating cache $cache_file"
-+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-+     :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
-   else
--    echo "not updating unwritable cache $cache_file"
-+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
-+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
-   fi
- fi
- rm -f confcache
-@@ -18899,32 +19517,18 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix
- # Let make expand exec_prefix.
- test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
- 
--# VPATH may cause trouble with some makes, so we remove $(srcdir),
--# ${srcdir} and @srcdir@ 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/;
--s/:*$//;
--s/^[^=]*=[	 ]*$//;
--}'
--fi
--
- DEFS=-DHAVE_CONFIG_H
- 
- ac_libobjs=
- ac_ltlibobjs=
- for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
-   # 1. Remove the extension, and $U if already installed.
--  ac_i=`echo "$ac_i" |
--	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
--  # 2. Add them.
--  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
--  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
-+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-+  ac_i=`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'
- done
- LIBOBJS=$ac_libobjs
- 
-@@ -19235,17 +19839,45 @@ cat >>$CONFIG_STATUS <<\_ACEOF
- ## M4sh Initialization.  ##
- ## --------------------- ##
- 
--# Be Bourne compatible
-+# Be more Bourne compatible
-+DUALCASE=1; export DUALCASE # for MKS sh
- 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+"$@"}'='"$@"'
--elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
--  set -o posix
-+  setopt NO_GLOB_SUBST
-+else
-+  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=';'
-+  else
-+    PATH_SEPARATOR=:
-+  fi
-+  rm -f conf$$.sh
- fi
--DUALCASE=1; export DUALCASE # for MKS sh
- 
- # Support unset when possible.
- if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -19255,8 +19887,43 @@ else
- fi
- 
- 
-+# IFS
-+# We need space, tab and new line, in precisely that order.  Quoting is
-+# 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=$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
-+IFS=$as_save_IFS
-+
-+     ;;
-+esac
-+# We did not find ourselves, most probably we were run as `sh COMMAND'
-+# in which case we are not to be found in the path.
-+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; }
-+fi
-+
- # Work around bugs in pre-3.0 UWIN ksh.
--$as_unset ENV MAIL MAILPATH
-+for as_var in ENV MAIL MAILPATH
-+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+done
- PS1='$ '
- PS2='> '
- PS4='+ '
-@@ -19270,18 +19937,19 @@ 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
-+    ($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; then
-+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
-+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-   as_basename=basename
- else
-   as_basename=false
-@@ -19289,159 +19957,120 @@ fi
- 
- 
- # Name of the executable.
--as_me=`$as_basename "$0" ||
-+as_me=`$as_basename -- "$0" ||
- $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- 	 X"$0" : 'X\(//\)$' \| \
--	 X"$0" : 'X\(/\)$' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
- echo X/"$0" |
--    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
--  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\/\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
- 
-+# CDPATH.
-+$as_unset CDPATH
- 
--# PATH needs CR, and LINENO needs CR and PATH.
--# 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=';'
--  else
--    PATH_SEPARATOR=:
--  fi
--  rm -f conf$$.sh
--fi
- 
- 
-   as_lineno_1=$LINENO
-   as_lineno_2=$LINENO
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-   test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
--  # Find who we are.  Look in the path if we contain no path at all
--  # relative or not.
--  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
--
--       ;;
--  esac
--  # We did not find ourselves, most probably we were run as `sh COMMAND'
--  # in which case we are not to be found in the path.
--  if test "x$as_myself" = x; then
--    as_myself=$0
--  fi
--  if test ! -f "$as_myself"; then
--    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
--echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
--   { (exit 1); exit 1; }; }
--  fi
--  case $CONFIG_SHELL in
--  '')
--    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
--do
--  IFS=$as_save_IFS
--  test -z "$as_dir" && as_dir=.
--  for as_base in sh bash ksh sh5; do
--	 case $as_dir in
--	 /*)
--	   if ("$as_dir/$as_base" -c '
--  as_lineno_1=$LINENO
--  as_lineno_2=$LINENO
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
--  test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
--	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
--	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
--	     CONFIG_SHELL=$as_dir/$as_base
--	     export CONFIG_SHELL
--	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
--	   fi;;
--	 esac
--       done
--done
--;;
--  esac
-+  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 before each line; the second 'sed' does the real
--  # work.  The second script uses 'N' to pair each line-number line
--  # with the numbered line, and appends trailing '-' during
--  # substitution so that $LINENO is not a special case at line end.
-+  # 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
--  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
--  sed '=' <$as_myself |
-+  # 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
--      s,$,-,
--      : loop
--      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
-+      :loop
-+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-       t loop
--      s,-$,,
--      s,^['$as_cr_digits']*\n,,
-+      s/-\n.*//
-     ' >$as_me.lineno &&
--  chmod +x $as_me.lineno ||
--    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
--echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
-+  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 sensible to this).
--  . ./$as_me.lineno
-+  # original and so on.  Autoconf is especially sensitive to this).
-+  . "./$as_me.lineno"
-   # Exit status is that of the last command.
-   exit
- }
- 
- 
--case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
--  *c*,-n*) ECHO_N= ECHO_C='
--' ECHO_T='	' ;;
--  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
--  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
-+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
-+-n*)
-+  case `echo 'x\c'` in
-+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-+  *)   ECHO_C='\c';;
-+  esac;;
-+*)
-+  ECHO_N='-n';;
- esac
- 
--if expr a : '\(a\)' >/dev/null 2>&1; then
-+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
-+fi
- echo >conf$$.file
- if ln -s conf$$.file conf$$ 2>/dev/null; then
--  # We could just check for DJGPP; but this test a) works b) is more generic
--  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
--  if test -f conf$$.exe; then
--    # Don't use ln at all; we don't have any links
-+  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'
--  else
--    as_ln_s='ln -s'
--  fi
- elif ln conf$$.file conf$$ 2>/dev/null; then
-   as_ln_s=ln
- else
-   as_ln_s='cp -p'
- fi
--rm -f conf$$ conf$$.exe conf$$.file
-+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=:
-@@ -19450,7 +20079,28 @@ else
-   as_mkdir_p=false
- fi
- 
--as_executable_p="test -f"
-+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
- 
- # 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'"
-@@ -19459,31 +20109,14 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
- as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
- 
- 
--# IFS
--# We need space, tab and new line, in precisely that order.
--as_nl='
--'
--IFS=" 	$as_nl"
--
--# CDPATH.
--$as_unset CDPATH
--
- exec 6>&1
- 
--# Open the log real soon, to keep \$[0] and so on meaningful, and to
-+# 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.  Logging --version etc. is OK.
--exec 5>>config.log
--{
--  echo
--  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
--## Running $as_me. ##
--_ASBOX
--} >&5
--cat >&5 <<_CSEOF
--
-+# values after options handling.
-+ac_log="
- This file was extended by Lustre $as_me 1.8.2, which was
--generated by GNU Autoconf 2.59.  Invocation command line was
-+generated by GNU Autoconf 2.61.  Invocation command line was
- 
-   CONFIG_FILES    = $CONFIG_FILES
-   CONFIG_HEADERS  = $CONFIG_HEADERS
-@@ -19491,30 +20124,20 @@ generated by GNU Autoconf 2.59.  Invocation command line was
-   CONFIG_COMMANDS = $CONFIG_COMMANDS
-   $ $0 $@
- 
--_CSEOF
--echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
--echo >&5
-+on `(hostname || uname -n) 2>/dev/null | sed 1q`
-+"
-+
- _ACEOF
- 
-+cat >>$CONFIG_STATUS <<_ACEOF
- # Files that config.status was made for.
--if test -n "$ac_config_files"; then
--  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
--fi
--
--if test -n "$ac_config_headers"; then
--  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
--fi
-+config_files="$ac_config_files"
-+config_headers="$ac_config_headers"
-+config_commands="$ac_config_commands"
- 
--if test -n "$ac_config_links"; then
--  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
--fi
--
--if test -n "$ac_config_commands"; then
--  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
--fi
-+_ACEOF
- 
- cat >>$CONFIG_STATUS <<\_ACEOF
--
- ac_cs_usage="\
- \`$as_me' instantiates files from templates according to the
- current configuration.
-@@ -19522,7 +20145,7 @@ current configuration.
- Usage: $0 [OPTIONS] [FILE]...
- 
-   -h, --help       print this help, then exit
--  -V, --version    print version number, then exit
-+  -V, --version    print version number and configuration settings, then exit
-   -q, --quiet      do not print progress messages
-   -d, --debug      don't remove temporary files
-       --recheck    update $as_me by reconfiguring in the same conditions
-@@ -19541,19 +20164,21 @@ Configuration commands:
- $config_commands
- 
- Report bugs to <bug-autoconf at gnu.org>."
--_ACEOF
- 
-+_ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- ac_cs_version="\\
- Lustre config.status 1.8.2
--configured by $0, generated by GNU Autoconf 2.59,
--  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
-+configured by $0, generated by GNU Autoconf 2.61,
-+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
- 
--Copyright (C) 2003 Free Software Foundation, Inc.
-+Copyright (C) 2006 Free Software Foundation, Inc.
- This config.status script is free software; the Free Software Foundation
- gives unlimited permission to copy, distribute and modify it."
--srcdir=$srcdir
--INSTALL="$INSTALL"
-+
-+ac_pwd='$ac_pwd'
-+srcdir='$srcdir'
-+INSTALL='$INSTALL'
- _ACEOF
- 
- cat >>$CONFIG_STATUS <<\_ACEOF
-@@ -19564,39 +20189,24 @@ while test $# != 0
- do
-   case $1 in
-   --*=*)
--    ac_option=`expr "x$1" : 'x\([^=]*\)='`
--    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
-+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-     ac_shift=:
-     ;;
--  -*)
-+  *)
-     ac_option=$1
-     ac_optarg=$2
-     ac_shift=shift
-     ;;
--  *) # This is not an option, so the user has probably given explicit
--     # arguments.
--     ac_option=$1
--     ac_need_defaults=false;;
-   esac
- 
-   case $ac_option in
-   # Handling of the options.
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
-   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-     ac_cs_recheck=: ;;
--  --version | --vers* | -V )
--    echo "$ac_cs_version"; exit 0 ;;
--  --he | --h)
--    # Conflict between --help and --header
--    { { echo "$as_me:$LINENO: error: ambiguous option: $1
--Try \`$0 --help' for more information." >&5
--echo "$as_me: error: ambiguous option: $1
--Try \`$0 --help' for more information." >&2;}
--   { (exit 1); exit 1; }; };;
--  --help | --hel | -h )
--    echo "$ac_cs_usage"; exit 0 ;;
--  --debug | --d* | -d )
-+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-+    echo "$ac_cs_version"; exit ;;
-+  --debug | --debu | --deb | --de | --d | -d )
-     debug=: ;;
-   --file | --fil | --fi | --f )
-     $ac_shift
-@@ -19606,18 +20216,24 @@ Try \`$0 --help' for more information." >&2;}
-     $ac_shift
-     CONFIG_HEADERS="$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; }; };;
-+  --help | --hel | -h )
-+    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:$LINENO: error: unrecognized option: $1
--Try \`$0 --help' for more information." >&5
--echo "$as_me: error: unrecognized option: $1
--Try \`$0 --help' for more information." >&2;}
-+  -*) { echo "$as_me: error: unrecognized option: $1
-+Try \`$0 --help' for more information." >&2
-    { (exit 1); exit 1; }; } ;;
- 
--  *) ac_config_targets="$ac_config_targets $1" ;;
-+  *) ac_config_targets="$ac_config_targets $1"
-+     ac_need_defaults=false ;;
- 
-   esac
-   shift
-@@ -19633,152 +20249,164 @@ fi
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- if \$ac_cs_recheck; then
--  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
--  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
-+  CONFIG_SHELL=$SHELL
-+  export CONFIG_SHELL
-+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
- fi
- 
- _ACEOF
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+exec 5>>config.log
-+{
-+  echo
-+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-+## Running $as_me. ##
-+_ASBOX
-+  echo "$ac_log"
-+} >&5
- 
-+_ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- #
--# INIT-COMMANDS section.
-+# INIT-COMMANDS
- #
--
- AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
- 
- _ACEOF
- 
--
--
- cat >>$CONFIG_STATUS <<\_ACEOF
-+
-+# Handling of arguments.
- for ac_config_target in $ac_config_targets
- do
--  case "$ac_config_target" in
--  # Handling of arguments.
--  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
--  "autoMakefile" ) CONFIG_FILES="$CONFIG_FILES autoMakefile" ;;
--  "Rules" ) CONFIG_FILES="$CONFIG_FILES Rules:build/Rules.in" ;;
--  "lustre.spec" ) CONFIG_FILES="$CONFIG_FILES lustre.spec" ;;
--  "lnet/Kernelenv" ) CONFIG_FILES="$CONFIG_FILES lnet/Kernelenv" ;;
--  "lnet/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/Makefile" ;;
--  "lnet/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/autoMakefile" ;;
--  "lnet/autoconf/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/autoconf/Makefile" ;;
--  "lnet/doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/doc/Makefile" ;;
--  "lnet/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/include/Makefile" ;;
--  "lnet/include/libcfs/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/include/libcfs/Makefile" ;;
--  "lnet/include/libcfs/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/include/libcfs/linux/Makefile" ;;
--  "lnet/include/lnet/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/include/lnet/Makefile" ;;
--  "lnet/include/lnet/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/include/lnet/linux/Makefile" ;;
--  "lnet/klnds/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/Makefile" ;;
--  "lnet/klnds/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/autoMakefile" ;;
--  "lnet/klnds/gmlnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/gmlnd/Makefile" ;;
--  "lnet/klnds/mxlnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/mxlnd/autoMakefile" ;;
--  "lnet/klnds/mxlnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/mxlnd/Makefile" ;;
--  "lnet/klnds/gmlnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/gmlnd/autoMakefile" ;;
--  "lnet/klnds/openiblnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/openiblnd/Makefile" ;;
--  "lnet/klnds/openiblnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/openiblnd/autoMakefile" ;;
--  "lnet/klnds/o2iblnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/o2iblnd/Makefile" ;;
--  "lnet/klnds/o2iblnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/o2iblnd/autoMakefile" ;;
--  "lnet/klnds/ciblnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/ciblnd/Makefile" ;;
--  "lnet/klnds/ciblnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/ciblnd/autoMakefile" ;;
--  "lnet/klnds/iiblnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/iiblnd/Makefile" ;;
--  "lnet/klnds/iiblnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/iiblnd/autoMakefile" ;;
--  "lnet/klnds/viblnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/viblnd/Makefile" ;;
--  "lnet/klnds/viblnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/viblnd/autoMakefile" ;;
--  "lnet/klnds/qswlnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/qswlnd/Makefile" ;;
--  "lnet/klnds/qswlnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/qswlnd/autoMakefile" ;;
--  "lnet/klnds/ralnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/ralnd/Makefile" ;;
--  "lnet/klnds/ralnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/ralnd/autoMakefile" ;;
--  "lnet/klnds/socklnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/socklnd/Makefile" ;;
--  "lnet/klnds/socklnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/socklnd/autoMakefile" ;;
--  "lnet/klnds/ptllnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/ptllnd/Makefile" ;;
--  "lnet/klnds/ptllnd/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/klnds/ptllnd/autoMakefile" ;;
--  "lnet/libcfs/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/libcfs/Makefile" ;;
--  "lnet/libcfs/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/libcfs/autoMakefile" ;;
--  "lnet/libcfs/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/libcfs/linux/Makefile" ;;
--  "lnet/lnet/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/lnet/Makefile" ;;
--  "lnet/lnet/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/lnet/autoMakefile" ;;
--  "lnet/selftest/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/selftest/Makefile" ;;
--  "lnet/selftest/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/selftest/autoMakefile" ;;
--  "lnet/ulnds/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/ulnds/Makefile" ;;
--  "lnet/ulnds/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lnet/ulnds/autoMakefile" ;;
--  "lnet/ulnds/socklnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/ulnds/socklnd/Makefile" ;;
--  "lnet/ulnds/ptllnd/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/ulnds/ptllnd/Makefile" ;;
--  "lnet/utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/utils/Makefile" ;;
--  "lnet/include/libcfs/darwin/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/include/libcfs/darwin/Makefile" ;;
--  "lnet/include/lnet/darwin/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/include/lnet/darwin/Makefile" ;;
--  "lnet/libcfs/darwin/Makefile" ) CONFIG_FILES="$CONFIG_FILES lnet/libcfs/darwin/Makefile" ;;
--  "lustre/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/Makefile" ;;
--  "lustre/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/autoMakefile" ;;
--  "lustre/autoconf/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/autoconf/Makefile" ;;
--  "lustre/contrib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/contrib/Makefile" ;;
--  "lustre/doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/doc/Makefile" ;;
--  "lustre/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/include/Makefile" ;;
--  "lustre/include/lustre_ver.h" ) CONFIG_FILES="$CONFIG_FILES lustre/include/lustre_ver.h" ;;
--  "lustre/include/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/include/linux/Makefile" ;;
--  "lustre/include/lustre/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/include/lustre/Makefile" ;;
--  "lustre/kernel_patches/targets/2.6-suse.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-suse.target" ;;
--  "lustre/kernel_patches/targets/2.6-vanilla.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-vanilla.target" ;;
--  "lustre/kernel_patches/targets/2.6-rhel4.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-rhel4.target" ;;
--  "lustre/kernel_patches/targets/2.6-rhel5.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-rhel5.target" ;;
--  "lustre/kernel_patches/targets/2.6-fc5.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-fc5.target" ;;
--  "lustre/kernel_patches/targets/2.6-patchless.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-patchless.target" ;;
--  "lustre/kernel_patches/targets/2.6-sles10.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-sles10.target" ;;
--  "lustre/kernel_patches/targets/2.6-sles11.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-sles11.target" ;;
--  "lustre/kernel_patches/targets/hp_pnnl-2.4.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/hp_pnnl-2.4.target" ;;
--  "lustre/kernel_patches/targets/rh-2.4.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/rh-2.4.target" ;;
--  "lustre/kernel_patches/targets/rhel-2.4.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/rhel-2.4.target" ;;
--  "lustre/kernel_patches/targets/suse-2.4.21-2.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/suse-2.4.21-2.target" ;;
--  "lustre/kernel_patches/targets/sles-2.4.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/sles-2.4.target" ;;
--  "lustre/kernel_patches/targets/2.6-oel5.target" ) CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-oel5.target" ;;
--  "lustre/ldlm/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/ldlm/Makefile" ;;
--  "lustre/liblustre/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/liblustre/Makefile" ;;
--  "lustre/liblustre/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/liblustre/tests/Makefile" ;;
--  "lustre/liblustre/tests/mpi/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/liblustre/tests/mpi/Makefile" ;;
--  "lustre/llite/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/llite/Makefile" ;;
--  "lustre/llite/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/llite/autoMakefile" ;;
--  "lustre/lov/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/lov/Makefile" ;;
--  "lustre/lov/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/lov/autoMakefile" ;;
--  "lustre/lvfs/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/lvfs/Makefile" ;;
--  "lustre/lvfs/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/lvfs/autoMakefile" ;;
--  "lustre/mdc/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/mdc/Makefile" ;;
--  "lustre/mdc/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/mdc/autoMakefile" ;;
--  "lustre/mds/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/mds/Makefile" ;;
--  "lustre/mds/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/mds/autoMakefile" ;;
--  "lustre/obdclass/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/obdclass/Makefile" ;;
--  "lustre/obdclass/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/obdclass/autoMakefile" ;;
--  "lustre/obdclass/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/obdclass/linux/Makefile" ;;
--  "lustre/obdecho/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/obdecho/Makefile" ;;
--  "lustre/obdecho/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/obdecho/autoMakefile" ;;
--  "lustre/obdfilter/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/obdfilter/Makefile" ;;
--  "lustre/obdfilter/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/obdfilter/autoMakefile" ;;
--  "lustre/osc/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/osc/Makefile" ;;
--  "lustre/osc/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/osc/autoMakefile" ;;
--  "lustre/ost/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/ost/Makefile" ;;
--  "lustre/ost/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/ost/autoMakefile" ;;
--  "lustre/mgc/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/mgc/Makefile" ;;
--  "lustre/mgc/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/mgc/autoMakefile" ;;
--  "lustre/mgs/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/mgs/Makefile" ;;
--  "lustre/mgs/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/mgs/autoMakefile" ;;
--  "lustre/ptlrpc/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/ptlrpc/Makefile" ;;
--  "lustre/ptlrpc/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/ptlrpc/autoMakefile" ;;
--  "lustre/quota/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/quota/Makefile" ;;
--  "lustre/quota/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES lustre/quota/autoMakefile" ;;
--  "lustre/scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/scripts/Makefile" ;;
--  "lustre/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/tests/Makefile" ;;
--  "lustre/tests/mpi/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/tests/mpi/Makefile" ;;
--  "lustre/utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/utils/Makefile" ;;
--  "lustre/obdclass/darwin/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/obdclass/darwin/Makefile" ;;
--  "snmp/Makefile" ) CONFIG_FILES="$CONFIG_FILES snmp/Makefile" ;;
--  "snmp/autoconf/Makefile" ) CONFIG_FILES="$CONFIG_FILES snmp/autoconf/Makefile" ;;
--  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
--  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-+  case $ac_config_target in
-+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-+    "autoMakefile") CONFIG_FILES="$CONFIG_FILES autoMakefile" ;;
-+    "Rules") CONFIG_FILES="$CONFIG_FILES Rules:build/Rules.in" ;;
-+    "lustre.spec") CONFIG_FILES="$CONFIG_FILES lustre.spec" ;;
-+    "lnet/Kernelenv") CONFIG_FILES="$CONFIG_FILES lnet/Kernelenv" ;;
-+    "lnet/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/Makefile" ;;
-+    "lnet/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/autoMakefile" ;;
-+    "lnet/autoconf/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/autoconf/Makefile" ;;
-+    "lnet/doc/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/doc/Makefile" ;;
-+    "lnet/include/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/include/Makefile" ;;
-+    "lnet/include/libcfs/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/include/libcfs/Makefile" ;;
-+    "lnet/include/libcfs/linux/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/include/libcfs/linux/Makefile" ;;
-+    "lnet/include/lnet/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/include/lnet/Makefile" ;;
-+    "lnet/include/lnet/linux/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/include/lnet/linux/Makefile" ;;
-+    "lnet/klnds/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/Makefile" ;;
-+    "lnet/klnds/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/autoMakefile" ;;
-+    "lnet/klnds/gmlnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/gmlnd/Makefile" ;;
-+    "lnet/klnds/mxlnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/mxlnd/autoMakefile" ;;
-+    "lnet/klnds/mxlnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/mxlnd/Makefile" ;;
-+    "lnet/klnds/gmlnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/gmlnd/autoMakefile" ;;
-+    "lnet/klnds/openiblnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/openiblnd/Makefile" ;;
-+    "lnet/klnds/openiblnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/openiblnd/autoMakefile" ;;
-+    "lnet/klnds/o2iblnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/o2iblnd/Makefile" ;;
-+    "lnet/klnds/o2iblnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/o2iblnd/autoMakefile" ;;
-+    "lnet/klnds/ciblnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/ciblnd/Makefile" ;;
-+    "lnet/klnds/ciblnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/ciblnd/autoMakefile" ;;
-+    "lnet/klnds/iiblnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/iiblnd/Makefile" ;;
-+    "lnet/klnds/iiblnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/iiblnd/autoMakefile" ;;
-+    "lnet/klnds/viblnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/viblnd/Makefile" ;;
-+    "lnet/klnds/viblnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/viblnd/autoMakefile" ;;
-+    "lnet/klnds/qswlnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/qswlnd/Makefile" ;;
-+    "lnet/klnds/qswlnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/qswlnd/autoMakefile" ;;
-+    "lnet/klnds/ralnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/ralnd/Makefile" ;;
-+    "lnet/klnds/ralnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/ralnd/autoMakefile" ;;
-+    "lnet/klnds/socklnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/socklnd/Makefile" ;;
-+    "lnet/klnds/socklnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/socklnd/autoMakefile" ;;
-+    "lnet/klnds/ptllnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/ptllnd/Makefile" ;;
-+    "lnet/klnds/ptllnd/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/klnds/ptllnd/autoMakefile" ;;
-+    "lnet/libcfs/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/libcfs/Makefile" ;;
-+    "lnet/libcfs/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/libcfs/autoMakefile" ;;
-+    "lnet/libcfs/linux/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/libcfs/linux/Makefile" ;;
-+    "lnet/lnet/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/lnet/Makefile" ;;
-+    "lnet/lnet/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/lnet/autoMakefile" ;;
-+    "lnet/selftest/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/selftest/Makefile" ;;
-+    "lnet/selftest/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/selftest/autoMakefile" ;;
-+    "lnet/ulnds/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/ulnds/Makefile" ;;
-+    "lnet/ulnds/autoMakefile") CONFIG_FILES="$CONFIG_FILES lnet/ulnds/autoMakefile" ;;
-+    "lnet/ulnds/socklnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/ulnds/socklnd/Makefile" ;;
-+    "lnet/ulnds/ptllnd/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/ulnds/ptllnd/Makefile" ;;
-+    "lnet/utils/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/utils/Makefile" ;;
-+    "lnet/include/libcfs/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/include/libcfs/darwin/Makefile" ;;
-+    "lnet/include/lnet/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/include/lnet/darwin/Makefile" ;;
-+    "lnet/libcfs/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES lnet/libcfs/darwin/Makefile" ;;
-+    "lustre/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/Makefile" ;;
-+    "lustre/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/autoMakefile" ;;
-+    "lustre/autoconf/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/autoconf/Makefile" ;;
-+    "lustre/contrib/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/contrib/Makefile" ;;
-+    "lustre/doc/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/doc/Makefile" ;;
-+    "lustre/include/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/include/Makefile" ;;
-+    "lustre/include/lustre_ver.h") CONFIG_FILES="$CONFIG_FILES lustre/include/lustre_ver.h" ;;
-+    "lustre/include/linux/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/include/linux/Makefile" ;;
-+    "lustre/include/lustre/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/include/lustre/Makefile" ;;
-+    "lustre/kernel_patches/targets/2.6-suse.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-suse.target" ;;
-+    "lustre/kernel_patches/targets/2.6-vanilla.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-vanilla.target" ;;
-+    "lustre/kernel_patches/targets/2.6-rhel4.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-rhel4.target" ;;
-+    "lustre/kernel_patches/targets/2.6-rhel5.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-rhel5.target" ;;
-+    "lustre/kernel_patches/targets/2.6-fc5.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-fc5.target" ;;
-+    "lustre/kernel_patches/targets/2.6-patchless.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-patchless.target" ;;
-+    "lustre/kernel_patches/targets/2.6-sles10.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-sles10.target" ;;
-+    "lustre/kernel_patches/targets/2.6-sles11.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-sles11.target" ;;
-+    "lustre/kernel_patches/targets/hp_pnnl-2.4.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/hp_pnnl-2.4.target" ;;
-+    "lustre/kernel_patches/targets/rh-2.4.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/rh-2.4.target" ;;
-+    "lustre/kernel_patches/targets/rhel-2.4.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/rhel-2.4.target" ;;
-+    "lustre/kernel_patches/targets/suse-2.4.21-2.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/suse-2.4.21-2.target" ;;
-+    "lustre/kernel_patches/targets/sles-2.4.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/sles-2.4.target" ;;
-+    "lustre/kernel_patches/targets/2.6-oel5.target") CONFIG_FILES="$CONFIG_FILES lustre/kernel_patches/targets/2.6-oel5.target" ;;
-+    "lustre/ldlm/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/ldlm/Makefile" ;;
-+    "lustre/liblustre/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/liblustre/Makefile" ;;
-+    "lustre/liblustre/tests/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/liblustre/tests/Makefile" ;;
-+    "lustre/liblustre/tests/mpi/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/liblustre/tests/mpi/Makefile" ;;
-+    "lustre/llite/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/llite/Makefile" ;;
-+    "lustre/llite/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/llite/autoMakefile" ;;
-+    "lustre/lov/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/lov/Makefile" ;;
-+    "lustre/lov/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/lov/autoMakefile" ;;
-+    "lustre/lvfs/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/lvfs/Makefile" ;;
-+    "lustre/lvfs/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/lvfs/autoMakefile" ;;
-+    "lustre/mdc/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/mdc/Makefile" ;;
-+    "lustre/mdc/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/mdc/autoMakefile" ;;
-+    "lustre/mds/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/mds/Makefile" ;;
-+    "lustre/mds/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/mds/autoMakefile" ;;
-+    "lustre/obdclass/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/obdclass/Makefile" ;;
-+    "lustre/obdclass/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/obdclass/autoMakefile" ;;
-+    "lustre/obdclass/linux/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/obdclass/linux/Makefile" ;;
-+    "lustre/obdecho/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/obdecho/Makefile" ;;
-+    "lustre/obdecho/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/obdecho/autoMakefile" ;;
-+    "lustre/obdfilter/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/obdfilter/Makefile" ;;
-+    "lustre/obdfilter/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/obdfilter/autoMakefile" ;;
-+    "lustre/osc/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/osc/Makefile" ;;
-+    "lustre/osc/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/osc/autoMakefile" ;;
-+    "lustre/ost/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/ost/Makefile" ;;
-+    "lustre/ost/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/ost/autoMakefile" ;;
-+    "lustre/mgc/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/mgc/Makefile" ;;
-+    "lustre/mgc/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/mgc/autoMakefile" ;;
-+    "lustre/mgs/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/mgs/Makefile" ;;
-+    "lustre/mgs/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/mgs/autoMakefile" ;;
-+    "lustre/ptlrpc/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/ptlrpc/Makefile" ;;
-+    "lustre/ptlrpc/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/ptlrpc/autoMakefile" ;;
-+    "lustre/quota/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/quota/Makefile" ;;
-+    "lustre/quota/autoMakefile") CONFIG_FILES="$CONFIG_FILES lustre/quota/autoMakefile" ;;
-+    "lustre/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/scripts/Makefile" ;;
-+    "lustre/tests/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/tests/Makefile" ;;
-+    "lustre/tests/mpi/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/tests/mpi/Makefile" ;;
-+    "lustre/utils/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/utils/Makefile" ;;
-+    "lustre/obdclass/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/obdclass/darwin/Makefile" ;;
-+    "snmp/Makefile") CONFIG_FILES="$CONFIG_FILES snmp/Makefile" ;;
-+    "snmp/autoconf/Makefile") CONFIG_FILES="$CONFIG_FILES snmp/autoconf/Makefile" ;;
-+
-   *) { { 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; }; };;
-   esac
- done
- 
-+
- # If the user did not use the arguments to specify the items to instantiate,
- # then the envvar interface is used.  Set only those that are not.
- # We use the long form for the default assignment because of an extremely
-@@ -19790,760 +20418,784 @@ if $ac_need_defaults; then
- fi
- 
- # Have a temporary directory for convenience.  Make it in the build tree
--# simply because there is no reason to put it here, and in addition,
-+# simply because there is no reason against having it here, and in addition,
- # creating and moving files from /tmp can sometimes cause problems.
--# Create a temporary directory, and hook for its removal unless debugging.
-+# Hook for its removal unless debugging.
-+# Note that there is a small window in which the directory will not be cleaned:
-+# after its creation but before its name has been assigned to `$tmp'.
- $debug ||
- {
--  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
-+  tmp=
-+  trap 'exit_status=$?
-+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
-+' 0
-   trap '{ (exit 1); exit 1; }' 1 2 13 15
- }
--
- # Create a (secure) tmp directory for tmp files.
- 
- {
--  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
-+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-   test -n "$tmp" && test -d "$tmp"
- }  ||
- {
--  tmp=./confstat$$-$RANDOM
--  (umask 077 && mkdir $tmp)
-+  tmp=./conf$$-$RANDOM
-+  (umask 077 && mkdir "$tmp")
- } ||
- {
-    echo "$me: cannot create a temporary directory in ." >&2
-    { (exit 1); exit 1; }
- }
- 
--_ACEOF
--
--cat >>$CONFIG_STATUS <<_ACEOF
--
- #
--# CONFIG_FILES section.
-+# Set up the sed scripts for CONFIG_FILES section.
- #
- 
- # No need to generate the scripts if there are no CONFIG_FILES.
- # This happens for instance when ./config.status config.h
--if test -n "\$CONFIG_FILES"; then
--  # Protect against being on the right side of a sed subst in config.status.
--  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
--   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
--s, at SHELL@,$SHELL,;t t
--s, at PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
--s, at PACKAGE_NAME@,$PACKAGE_NAME,;t t
--s, at PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
--s, at PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
--s, at PACKAGE_STRING@,$PACKAGE_STRING,;t t
--s, at PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
--s, at exec_prefix@,$exec_prefix,;t t
--s, at prefix@,$prefix,;t t
--s, at program_transform_name@,$program_transform_name,;t t
--s, at bindir@,$bindir,;t t
--s, at sbindir@,$sbindir,;t t
--s, at libexecdir@,$libexecdir,;t t
--s, at datadir@,$datadir,;t t
--s, at sysconfdir@,$sysconfdir,;t t
--s, at sharedstatedir@,$sharedstatedir,;t t
--s, at localstatedir@,$localstatedir,;t t
--s, at libdir@,$libdir,;t t
--s, at includedir@,$includedir,;t t
--s, at oldincludedir@,$oldincludedir,;t t
--s, at infodir@,$infodir,;t t
--s, at mandir@,$mandir,;t t
--s, at build_alias@,$build_alias,;t t
--s, at host_alias@,$host_alias,;t t
--s, at target_alias@,$target_alias,;t t
--s, at DEFS@,$DEFS,;t t
--s, at ECHO_C@,$ECHO_C,;t t
--s, at ECHO_N@,$ECHO_N,;t t
--s, at ECHO_T@,$ECHO_T,;t t
--s, at LIBS@,$LIBS,;t t
--s, at AC_LUSTRE_MAJOR@,$AC_LUSTRE_MAJOR,;t t
--s, at AC_LUSTRE_MINOR@,$AC_LUSTRE_MINOR,;t t
--s, at AC_LUSTRE_PATCH@,$AC_LUSTRE_PATCH,;t t
--s, at AC_LUSTRE_FIX@,$AC_LUSTRE_FIX,;t t
--s, at AC_LUSTRE_VERSION_STRING@,$AC_LUSTRE_VERSION_STRING,;t t
--s, at AC_LUSTRE_VER_ALLOWED_OFFSET@,$AC_LUSTRE_VER_ALLOWED_OFFSET,;t t
--s, at AC_LUSTRE_LIB_VER_OFFSET_WARN@,$AC_LUSTRE_LIB_VER_OFFSET_WARN,;t t
--s, at AC_LUSTRE_CLI_VER_OFFSET_WARN@,$AC_LUSTRE_CLI_VER_OFFSET_WARN,;t t
--s, at AC_LUSTRE_CLIENT_URN@,$AC_LUSTRE_CLIENT_URN,;t t
--s, at AC_LUSTRE_MDS_URN@,$AC_LUSTRE_MDS_URN,;t t
--s, at AC_LUSTRE_MGS_URN@,$AC_LUSTRE_MGS_URN,;t t
--s, at AC_LUSTRE_OSS_URN@,$AC_LUSTRE_OSS_URN,;t t
--s, at LDISKFS_ENABLED_TRUE@,$LDISKFS_ENABLED_TRUE,;t t
--s, at LDISKFS_ENABLED_FALSE@,$LDISKFS_ENABLED_FALSE,;t t
--s, at build@,$build,;t t
--s, at build_cpu@,$build_cpu,;t t
--s, at build_vendor@,$build_vendor,;t t
--s, at build_os@,$build_os,;t t
--s, at host@,$host,;t t
--s, at host_cpu@,$host_cpu,;t t
--s, at host_vendor@,$host_vendor,;t t
--s, at host_os@,$host_os,;t t
--s, at target@,$target,;t t
--s, at target_cpu@,$target_cpu,;t t
--s, at target_vendor@,$target_vendor,;t t
--s, at target_os@,$target_os,;t t
--s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
--s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
--s, at INSTALL_DATA@,$INSTALL_DATA,;t t
--s, at CYGPATH_W@,$CYGPATH_W,;t t
--s, at PACKAGE@,$PACKAGE,;t t
--s, at VERSION@,$VERSION,;t t
--s, at ACLOCAL@,$ACLOCAL,;t t
--s, at AUTOCONF@,$AUTOCONF,;t t
--s, at AUTOMAKE@,$AUTOMAKE,;t t
--s, at AUTOHEADER@,$AUTOHEADER,;t t
--s, at MAKEINFO@,$MAKEINFO,;t t
--s, at AMTAR@,$AMTAR,;t t
--s, at install_sh@,$install_sh,;t t
--s, at STRIP@,$STRIP,;t t
--s, at ac_ct_STRIP@,$ac_ct_STRIP,;t t
--s, at INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
--s, at AWK@,$AWK,;t t
--s, at SET_MAKE@,$SET_MAKE,;t t
--s, at am__leading_dot@,$am__leading_dot,;t t
--s, at CC@,$CC,;t t
--s, at CFLAGS@,$CFLAGS,;t t
--s, at LDFLAGS@,$LDFLAGS,;t t
--s, at CPPFLAGS@,$CPPFLAGS,;t t
--s, at ac_ct_CC@,$ac_ct_CC,;t t
--s, at EXEEXT@,$EXEEXT,;t t
--s, at OBJEXT@,$OBJEXT,;t t
--s, at DEPDIR@,$DEPDIR,;t t
--s, at am__include@,$am__include,;t t
--s, at am__quote@,$am__quote,;t t
--s, at AMDEP_TRUE@,$AMDEP_TRUE,;t t
--s, at AMDEP_FALSE@,$AMDEP_FALSE,;t t
--s, at AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
--s, at CCDEPMODE@,$CCDEPMODE,;t t
--s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
--s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
--s, at lb_target_os@,$lb_target_os,;t t
--s, at LIBCFS_SUBDIR@,$LIBCFS_SUBDIR,;t t
--s, at LIBCFS_INCLUDE_DIR@,$LIBCFS_INCLUDE_DIR,;t t
--s, at INCLUDE_RULES@,$INCLUDE_RULES,;t t
--s, at docdir@,$docdir,;t t
--s, at LUSTRE@,$LUSTRE,;t t
--s, at rootsbindir@,$rootsbindir,;t t
--s, at demodir@,$demodir,;t t
--s, at pkgexampledir@,$pkgexampledir,;t t
--s, at RANLIB@,$RANLIB,;t t
--s, at ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
--s, at CPP@,$CPP,;t t
--s, at EGREP@,$EGREP,;t t
--s, at LLCPPFLAGS@,$LLCPPFLAGS,;t t
--s, at LLCFLAGS@,$LLCFLAGS,;t t
--s, at EXTRA_KCFLAGS@,$EXTRA_KCFLAGS,;t t
--s, at enable_uoss@,$enable_uoss,;t t
--s, at POSIX_OSD_ENABLED_TRUE@,$POSIX_OSD_ENABLED_TRUE,;t t
--s, at POSIX_OSD_ENABLED_FALSE@,$POSIX_OSD_ENABLED_FALSE,;t t
--s, at ENABLE_DOC@,$ENABLE_DOC,;t t
--s, at ENABLE_INIT_SCRIPTS@,$ENABLE_INIT_SCRIPTS,;t t
--s, at LINUX@,$LINUX,;t t
--s, at LINUX_OBJ@,$LINUX_OBJ,;t t
--s, at LINUX_CONFIG@,$LINUX_CONFIG,;t t
--s, at ARCH_UM@,$ARCH_UM,;t t
--s, at UML_CFLAGS@,$UML_CFLAGS,;t t
--s, at MODULE_TARGET@,$MODULE_TARGET,;t t
--s, at linux25@,$linux25,;t t
--s, at KMODEXT@,$KMODEXT,;t t
--s, at LINUXRELEASE@,$LINUXRELEASE,;t t
--s, at moduledir@,$moduledir,;t t
--s, at modulefsdir@,$modulefsdir,;t t
--s, at modulenetdir@,$modulenetdir,;t t
--s, at RELEASE@,$RELEASE,;t t
--s, at SYMVERFILE@,$SYMVERFILE,;t t
--s, at QSWCPPFLAGS@,$QSWCPPFLAGS,;t t
--s, at QSWLND@,$QSWLND,;t t
--s, at GMCPPFLAGS@,$GMCPPFLAGS,;t t
--s, at GMLIBS@,$GMLIBS,;t t
--s, at GMLND@,$GMLND,;t t
--s, at OPENIBCPPFLAGS@,$OPENIBCPPFLAGS,;t t
--s, at OPENIBLND@,$OPENIBLND,;t t
--s, at CIBCPPFLAGS@,$CIBCPPFLAGS,;t t
--s, at CIBLND@,$CIBLND,;t t
--s, at VIBCPPFLAGS@,$VIBCPPFLAGS,;t t
--s, at VIBLND@,$VIBLND,;t t
--s, at IIBCPPFLAGS@,$IIBCPPFLAGS,;t t
--s, at IIBLND@,$IIBLND,;t t
--s, at EXTRA_LNET_INCLUDE@,$EXTRA_LNET_INCLUDE,;t t
--s, at O2IBCPPFLAGS@,$O2IBCPPFLAGS,;t t
--s, at O2IBLND@,$O2IBLND,;t t
--s, at RACPPFLAGS@,$RACPPFLAGS,;t t
--s, at RALND@,$RALND,;t t
--s, at PTLLNDCPPFLAGS@,$PTLLNDCPPFLAGS,;t t
--s, at PTLLND@,$PTLLND,;t t
--s, at MXCPPFLAGS@,$MXCPPFLAGS,;t t
--s, at MXLIBS@,$MXLIBS,;t t
--s, at MXLND@,$MXLND,;t t
--s, at BACKINGFS@,$BACKINGFS,;t t
--s, at EXTRA_KLDFLAGS@,$EXTRA_KLDFLAGS,;t t
--s, at EXTRA_KLIBS@,$EXTRA_KLIBS,;t t
--s, at kextdir@,$kextdir,;t t
--s, at plistdir@,$plistdir,;t t
--s, at macosdir@,$macosdir,;t t
--s, at DMU_SRC@,$DMU_SRC,;t t
--s, at subdirs@,$subdirs,;t t
--s, at SPL_SUBDIR@,$SPL_SUBDIR,;t t
--s, at ZFS_SUBDIR@,$ZFS_SUBDIR,;t t
--s, at SPL_DIR@,$SPL_DIR,;t t
--s, at ZFS_DIR@,$ZFS_DIR,;t t
--s, at DMU_OSD_ENABLED_TRUE@,$DMU_OSD_ENABLED_TRUE,;t t
--s, at DMU_OSD_ENABLED_FALSE@,$DMU_OSD_ENABLED_FALSE,;t t
--s, at KDMU_TRUE@,$KDMU_TRUE,;t t
--s, at KDMU_FALSE@,$KDMU_FALSE,;t t
--s, at SNMP_DIST_SUBDIR@,$SNMP_DIST_SUBDIR,;t t
--s, at SNMP_SUBDIR@,$SNMP_SUBDIR,;t t
--s, at LDISKFS_DIR@,$LDISKFS_DIR,;t t
--s, at LDISKFS_SUBDIR@,$LDISKFS_SUBDIR,;t t
--s, at LDISKFS_IN_KERNEL_TRUE@,$LDISKFS_IN_KERNEL_TRUE,;t t
--s, at LDISKFS_IN_KERNEL_FALSE@,$LDISKFS_IN_KERNEL_FALSE,;t t
--s, at LUSTREIOKIT_SUBDIR@,$LUSTREIOKIT_SUBDIR,;t t
--s, at MPICC_WRAPPER@,$MPICC_WRAPPER,;t t
--s, at LIBREADLINE@,$LIBREADLINE,;t t
--s, at LIBEFENCE@,$LIBEFENCE,;t t
--s, at LIBWRAP@,$LIBWRAP,;t t
--s, at PTHREAD_LIBS@,$PTHREAD_LIBS,;t t
--s, at ENABLE_LIBPTHREAD@,$ENABLE_LIBPTHREAD,;t t
--s, at CAP_LIBS@,$CAP_LIBS,;t t
--s, at UPTLLND@,$UPTLLND,;t t
--s, at USOCKLND@,$USOCKLND,;t t
--s, at ZLIB@,$ZLIB,;t t
--s, at NET_SNMP_CONFIG@,$NET_SNMP_CONFIG,;t t
--s, at NET_SNMP_CFLAGS@,$NET_SNMP_CFLAGS,;t t
--s, at NET_SNMP_LIBS@,$NET_SNMP_LIBS,;t t
--s, at agentdir@,$agentdir,;t t
--s, at mibdir@,$mibdir,;t t
--s, at MODULES_TRUE@,$MODULES_TRUE,;t t
--s, at MODULES_FALSE@,$MODULES_FALSE,;t t
--s, at UTILS_TRUE@,$UTILS_TRUE,;t t
--s, at UTILS_FALSE@,$UTILS_FALSE,;t t
--s, at TESTS_TRUE@,$TESTS_TRUE,;t t
--s, at TESTS_FALSE@,$TESTS_FALSE,;t t
--s, at DOC_TRUE@,$DOC_TRUE,;t t
--s, at DOC_FALSE@,$DOC_FALSE,;t t
--s, at INIT_SCRIPTS_TRUE@,$INIT_SCRIPTS_TRUE,;t t
--s, at INIT_SCRIPTS_FALSE@,$INIT_SCRIPTS_FALSE,;t t
--s, at LINUX_TRUE@,$LINUX_TRUE,;t t
--s, at LINUX_FALSE@,$LINUX_FALSE,;t t
--s, at DARWIN_TRUE@,$DARWIN_TRUE,;t t
--s, at DARWIN_FALSE@,$DARWIN_FALSE,;t t
--s, at CRAY_XT3_TRUE@,$CRAY_XT3_TRUE,;t t
--s, at CRAY_XT3_FALSE@,$CRAY_XT3_FALSE,;t t
--s, at SUNOS_TRUE@,$SUNOS_TRUE,;t t
--s, at SUNOS_FALSE@,$SUNOS_FALSE,;t t
--s, at LIBSYSIO_SUBDIR@,$LIBSYSIO_SUBDIR,;t t
--s, at SYSIO@,$SYSIO,;t t
--s, at LINUX25_TRUE@,$LINUX25_TRUE,;t t
--s, at LINUX25_FALSE@,$LINUX25_FALSE,;t t
--s, at BUILD_QSWLND_TRUE@,$BUILD_QSWLND_TRUE,;t t
--s, at BUILD_QSWLND_FALSE@,$BUILD_QSWLND_FALSE,;t t
--s, at BUILD_GMLND_TRUE@,$BUILD_GMLND_TRUE,;t t
--s, at BUILD_GMLND_FALSE@,$BUILD_GMLND_FALSE,;t t
--s, at BUILD_MXLND_TRUE@,$BUILD_MXLND_TRUE,;t t
--s, at BUILD_MXLND_FALSE@,$BUILD_MXLND_FALSE,;t t
--s, at BUILD_O2IBLND_TRUE@,$BUILD_O2IBLND_TRUE,;t t
--s, at BUILD_O2IBLND_FALSE@,$BUILD_O2IBLND_FALSE,;t t
--s, at BUILD_OPENIBLND_TRUE@,$BUILD_OPENIBLND_TRUE,;t t
--s, at BUILD_OPENIBLND_FALSE@,$BUILD_OPENIBLND_FALSE,;t t
--s, at BUILD_CIBLND_TRUE@,$BUILD_CIBLND_TRUE,;t t
--s, at BUILD_CIBLND_FALSE@,$BUILD_CIBLND_FALSE,;t t
--s, at BUILD_IIBLND_TRUE@,$BUILD_IIBLND_TRUE,;t t
--s, at BUILD_IIBLND_FALSE@,$BUILD_IIBLND_FALSE,;t t
--s, at BUILD_VIBLND_TRUE@,$BUILD_VIBLND_TRUE,;t t
--s, at BUILD_VIBLND_FALSE@,$BUILD_VIBLND_FALSE,;t t
--s, at BUILD_RALND_TRUE@,$BUILD_RALND_TRUE,;t t
--s, at BUILD_RALND_FALSE@,$BUILD_RALND_FALSE,;t t
--s, at BUILD_PTLLND_TRUE@,$BUILD_PTLLND_TRUE,;t t
--s, at BUILD_PTLLND_FALSE@,$BUILD_PTLLND_FALSE,;t t
--s, at BUILD_UPTLLND_TRUE@,$BUILD_UPTLLND_TRUE,;t t
--s, at BUILD_UPTLLND_FALSE@,$BUILD_UPTLLND_FALSE,;t t
--s, at BUILD_USOCKLND_TRUE@,$BUILD_USOCKLND_TRUE,;t t
--s, at BUILD_USOCKLND_FALSE@,$BUILD_USOCKLND_FALSE,;t t
--s, at LIBLUSTRE_TRUE@,$LIBLUSTRE_TRUE,;t t
--s, at LIBLUSTRE_FALSE@,$LIBLUSTRE_FALSE,;t t
--s, at USE_QUILT_TRUE@,$USE_QUILT_TRUE,;t t
--s, at USE_QUILT_FALSE@,$USE_QUILT_FALSE,;t t
--s, at LIBLUSTRE_TESTS_TRUE@,$LIBLUSTRE_TESTS_TRUE,;t t
--s, at LIBLUSTRE_TESTS_FALSE@,$LIBLUSTRE_TESTS_FALSE,;t t
--s, at MPITESTS_TRUE@,$MPITESTS_TRUE,;t t
--s, at MPITESTS_FALSE@,$MPITESTS_FALSE,;t t
--s, at CLIENT_TRUE@,$CLIENT_TRUE,;t t
--s, at CLIENT_FALSE@,$CLIENT_FALSE,;t t
--s, at SERVER_TRUE@,$SERVER_TRUE,;t t
--s, at SERVER_FALSE@,$SERVER_FALSE,;t t
--s, at QUOTA_TRUE@,$QUOTA_TRUE,;t t
--s, at QUOTA_FALSE@,$QUOTA_FALSE,;t t
--s, at BLKID_TRUE@,$BLKID_TRUE,;t t
--s, at BLKID_FALSE@,$BLKID_FALSE,;t t
--s, at EXT2FS_DEVEL_TRUE@,$EXT2FS_DEVEL_TRUE,;t t
--s, at EXT2FS_DEVEL_FALSE@,$EXT2FS_DEVEL_FALSE,;t t
--s, at LIBPTHREAD_TRUE@,$LIBPTHREAD_TRUE,;t t
--s, at LIBPTHREAD_FALSE@,$LIBPTHREAD_FALSE,;t t
--s, at ac_configure_args@,$ac_configure_args,;t t
--s, at MOSTLYCLEANFILES@,$MOSTLYCLEANFILES,;t t
--s, at LIBOBJS@,$LIBOBJS,;t t
--s, at LTLIBOBJS@,$LTLIBOBJS,;t t
--CEOF
--
--_ACEOF
--
--  cat >>$CONFIG_STATUS <<\_ACEOF
--  # Split the substitutions into bite-sized pieces for seds with
--  # small command number limits, like on Digital OSF/1 and HP-UX.
--  ac_max_sed_lines=48
--  ac_sed_frag=1 # Number of current file.
--  ac_beg=1 # First line for current file.
--  ac_end=$ac_max_sed_lines # Line after last line for current file.
--  ac_more_lines=:
--  ac_sed_cmds=
--  while $ac_more_lines; do
--    if test $ac_beg -gt 1; then
--      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
--    else
--      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
--    fi
--    if test ! -s $tmp/subs.frag; then
--      ac_more_lines=false
--    else
--      # The purpose of the label and of the branching condition is to
--      # speed up the sed processing (if there are no `@' at all, there
--      # is no need to browse any of the substitutions).
--      # These are the two extra sed commands mentioned above.
--      (echo ':t
--  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
--      if test -z "$ac_sed_cmds"; then
--	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
--      else
--	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
--      fi
--      ac_sed_frag=`expr $ac_sed_frag + 1`
--      ac_beg=$ac_end
--      ac_end=`expr $ac_end + $ac_max_sed_lines`
--    fi
--  done
--  if test -z "$ac_sed_cmds"; then
--    ac_sed_cmds=cat
-+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
-+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
-+AC_LUSTRE_MAJOR!$AC_LUSTRE_MAJOR$ac_delim
-+AC_LUSTRE_MINOR!$AC_LUSTRE_MINOR$ac_delim
-+AC_LUSTRE_PATCH!$AC_LUSTRE_PATCH$ac_delim
-+AC_LUSTRE_FIX!$AC_LUSTRE_FIX$ac_delim
-+AC_LUSTRE_VERSION_STRING!$AC_LUSTRE_VERSION_STRING$ac_delim
-+AC_LUSTRE_VER_ALLOWED_OFFSET!$AC_LUSTRE_VER_ALLOWED_OFFSET$ac_delim
-+AC_LUSTRE_LIB_VER_OFFSET_WARN!$AC_LUSTRE_LIB_VER_OFFSET_WARN$ac_delim
-+AC_LUSTRE_CLI_VER_OFFSET_WARN!$AC_LUSTRE_CLI_VER_OFFSET_WARN$ac_delim
-+AC_LUSTRE_CLIENT_URN!$AC_LUSTRE_CLIENT_URN$ac_delim
-+AC_LUSTRE_MDS_URN!$AC_LUSTRE_MDS_URN$ac_delim
-+AC_LUSTRE_MGS_URN!$AC_LUSTRE_MGS_URN$ac_delim
-+AC_LUSTRE_OSS_URN!$AC_LUSTRE_OSS_URN$ac_delim
-+LDISKFS_ENABLED_TRUE!$LDISKFS_ENABLED_TRUE$ac_delim
-+LDISKFS_ENABLED_FALSE!$LDISKFS_ENABLED_FALSE$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
-+target!$target$ac_delim
-+target_cpu!$target_cpu$ac_delim
-+target_vendor!$target_vendor$ac_delim
-+target_os!$target_os$ac_delim
-+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
-+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
-+INSTALL_DATA!$INSTALL_DATA$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
-+AMTAR!$AMTAR$ac_delim
-+install_sh!$install_sh$ac_delim
-+STRIP!$STRIP$ac_delim
-+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
-+AWK!$AWK$ac_delim
-+SET_MAKE!$SET_MAKE$ac_delim
-+am__leading_dot!$am__leading_dot$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
-+_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
--fi # test -n "$CONFIG_FILES"
-+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`
-+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
-+_ACEOF
-+
-+
-+ac_delim='%!_!# '
-+for ac_last_try in false false false false false :; do
-+  cat >conf$$subs.sed <<_ACEOF
-+lb_target_os!$lb_target_os$ac_delim
-+LIBCFS_SUBDIR!$LIBCFS_SUBDIR$ac_delim
-+LIBCFS_INCLUDE_DIR!$LIBCFS_INCLUDE_DIR$ac_delim
-+INCLUDE_RULES!$INCLUDE_RULES$ac_delim
-+LUSTRE!$LUSTRE$ac_delim
-+rootsbindir!$rootsbindir$ac_delim
-+demodir!$demodir$ac_delim
-+pkgexampledir!$pkgexampledir$ac_delim
-+RANLIB!$RANLIB$ac_delim
-+CPP!$CPP$ac_delim
-+GREP!$GREP$ac_delim
-+EGREP!$EGREP$ac_delim
-+LLCPPFLAGS!$LLCPPFLAGS$ac_delim
-+LLCFLAGS!$LLCFLAGS$ac_delim
-+EXTRA_KCFLAGS!$EXTRA_KCFLAGS$ac_delim
-+enable_uoss!$enable_uoss$ac_delim
-+POSIX_OSD_ENABLED_TRUE!$POSIX_OSD_ENABLED_TRUE$ac_delim
-+POSIX_OSD_ENABLED_FALSE!$POSIX_OSD_ENABLED_FALSE$ac_delim
-+ENABLE_DOC!$ENABLE_DOC$ac_delim
-+ENABLE_INIT_SCRIPTS!$ENABLE_INIT_SCRIPTS$ac_delim
-+LINUX!$LINUX$ac_delim
-+LINUX_OBJ!$LINUX_OBJ$ac_delim
-+LINUX_CONFIG!$LINUX_CONFIG$ac_delim
-+ARCH_UM!$ARCH_UM$ac_delim
-+UML_CFLAGS!$UML_CFLAGS$ac_delim
-+MODULE_TARGET!$MODULE_TARGET$ac_delim
-+linux25!$linux25$ac_delim
-+KMODEXT!$KMODEXT$ac_delim
-+LINUXRELEASE!$LINUXRELEASE$ac_delim
-+moduledir!$moduledir$ac_delim
-+modulefsdir!$modulefsdir$ac_delim
-+modulenetdir!$modulenetdir$ac_delim
-+RELEASE!$RELEASE$ac_delim
-+SYMVERFILE!$SYMVERFILE$ac_delim
-+QSWCPPFLAGS!$QSWCPPFLAGS$ac_delim
-+QSWLND!$QSWLND$ac_delim
-+GMCPPFLAGS!$GMCPPFLAGS$ac_delim
-+GMLIBS!$GMLIBS$ac_delim
-+GMLND!$GMLND$ac_delim
-+OPENIBCPPFLAGS!$OPENIBCPPFLAGS$ac_delim
-+OPENIBLND!$OPENIBLND$ac_delim
-+CIBCPPFLAGS!$CIBCPPFLAGS$ac_delim
-+CIBLND!$CIBLND$ac_delim
-+VIBCPPFLAGS!$VIBCPPFLAGS$ac_delim
-+VIBLND!$VIBLND$ac_delim
-+IIBCPPFLAGS!$IIBCPPFLAGS$ac_delim
-+IIBLND!$IIBLND$ac_delim
-+EXTRA_LNET_INCLUDE!$EXTRA_LNET_INCLUDE$ac_delim
-+O2IBCPPFLAGS!$O2IBCPPFLAGS$ac_delim
-+O2IBLND!$O2IBLND$ac_delim
-+RACPPFLAGS!$RACPPFLAGS$ac_delim
-+RALND!$RALND$ac_delim
-+PTLLNDCPPFLAGS!$PTLLNDCPPFLAGS$ac_delim
-+PTLLND!$PTLLND$ac_delim
-+MXCPPFLAGS!$MXCPPFLAGS$ac_delim
-+MXLIBS!$MXLIBS$ac_delim
-+MXLND!$MXLND$ac_delim
-+BACKINGFS!$BACKINGFS$ac_delim
-+DMU_SRC!$DMU_SRC$ac_delim
-+subdirs!$subdirs$ac_delim
-+SPL_SUBDIR!$SPL_SUBDIR$ac_delim
-+ZFS_SUBDIR!$ZFS_SUBDIR$ac_delim
-+SPL_DIR!$SPL_DIR$ac_delim
-+ZFS_DIR!$ZFS_DIR$ac_delim
-+DMU_OSD_ENABLED_TRUE!$DMU_OSD_ENABLED_TRUE$ac_delim
-+DMU_OSD_ENABLED_FALSE!$DMU_OSD_ENABLED_FALSE$ac_delim
-+KDMU_TRUE!$KDMU_TRUE$ac_delim
-+KDMU_FALSE!$KDMU_FALSE$ac_delim
-+SNMP_DIST_SUBDIR!$SNMP_DIST_SUBDIR$ac_delim
-+SNMP_SUBDIR!$SNMP_SUBDIR$ac_delim
-+LDISKFS_DIR!$LDISKFS_DIR$ac_delim
-+LDISKFS_SUBDIR!$LDISKFS_SUBDIR$ac_delim
-+LDISKFS_IN_KERNEL_TRUE!$LDISKFS_IN_KERNEL_TRUE$ac_delim
-+LDISKFS_IN_KERNEL_FALSE!$LDISKFS_IN_KERNEL_FALSE$ac_delim
-+LUSTREIOKIT_SUBDIR!$LUSTREIOKIT_SUBDIR$ac_delim
-+MPICC_WRAPPER!$MPICC_WRAPPER$ac_delim
-+LIBREADLINE!$LIBREADLINE$ac_delim
-+LIBEFENCE!$LIBEFENCE$ac_delim
-+LIBWRAP!$LIBWRAP$ac_delim
-+PTHREAD_LIBS!$PTHREAD_LIBS$ac_delim
-+ENABLE_LIBPTHREAD!$ENABLE_LIBPTHREAD$ac_delim
-+CAP_LIBS!$CAP_LIBS$ac_delim
-+UPTLLND!$UPTLLND$ac_delim
-+USOCKLND!$USOCKLND$ac_delim
-+ZLIB!$ZLIB$ac_delim
-+NET_SNMP_CONFIG!$NET_SNMP_CONFIG$ac_delim
-+NET_SNMP_CFLAGS!$NET_SNMP_CFLAGS$ac_delim
-+NET_SNMP_LIBS!$NET_SNMP_LIBS$ac_delim
-+agentdir!$agentdir$ac_delim
-+mibdir!$mibdir$ac_delim
-+MODULES_TRUE!$MODULES_TRUE$ac_delim
-+MODULES_FALSE!$MODULES_FALSE$ac_delim
-+UTILS_TRUE!$UTILS_TRUE$ac_delim
-+UTILS_FALSE!$UTILS_FALSE$ac_delim
-+TESTS_TRUE!$TESTS_TRUE$ac_delim
-+TESTS_FALSE!$TESTS_FALSE$ac_delim
-+DOC_TRUE!$DOC_TRUE$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`
-+fi
-+
-+cat >>$CONFIG_STATUS <<_ACEOF
-+cat >"\$tmp/subs-2.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
-+_ACEOF
-+
-+
-+ac_delim='%!_!# '
-+for ac_last_try in false false false false false :; do
-+  cat >conf$$subs.sed <<_ACEOF
-+DOC_FALSE!$DOC_FALSE$ac_delim
-+INIT_SCRIPTS_TRUE!$INIT_SCRIPTS_TRUE$ac_delim
-+INIT_SCRIPTS_FALSE!$INIT_SCRIPTS_FALSE$ac_delim
-+LINUX_TRUE!$LINUX_TRUE$ac_delim
-+LINUX_FALSE!$LINUX_FALSE$ac_delim
-+DARWIN_TRUE!$DARWIN_TRUE$ac_delim
-+DARWIN_FALSE!$DARWIN_FALSE$ac_delim
-+CRAY_XT3_TRUE!$CRAY_XT3_TRUE$ac_delim
-+CRAY_XT3_FALSE!$CRAY_XT3_FALSE$ac_delim
-+SUNOS_TRUE!$SUNOS_TRUE$ac_delim
-+SUNOS_FALSE!$SUNOS_FALSE$ac_delim
-+LIBSYSIO_SUBDIR!$LIBSYSIO_SUBDIR$ac_delim
-+SYSIO!$SYSIO$ac_delim
-+LINUX25_TRUE!$LINUX25_TRUE$ac_delim
-+LINUX25_FALSE!$LINUX25_FALSE$ac_delim
-+BUILD_QSWLND_TRUE!$BUILD_QSWLND_TRUE$ac_delim
-+BUILD_QSWLND_FALSE!$BUILD_QSWLND_FALSE$ac_delim
-+BUILD_GMLND_TRUE!$BUILD_GMLND_TRUE$ac_delim
-+BUILD_GMLND_FALSE!$BUILD_GMLND_FALSE$ac_delim
-+BUILD_MXLND_TRUE!$BUILD_MXLND_TRUE$ac_delim
-+BUILD_MXLND_FALSE!$BUILD_MXLND_FALSE$ac_delim
-+BUILD_O2IBLND_TRUE!$BUILD_O2IBLND_TRUE$ac_delim
-+BUILD_O2IBLND_FALSE!$BUILD_O2IBLND_FALSE$ac_delim
-+BUILD_OPENIBLND_TRUE!$BUILD_OPENIBLND_TRUE$ac_delim
-+BUILD_OPENIBLND_FALSE!$BUILD_OPENIBLND_FALSE$ac_delim
-+BUILD_CIBLND_TRUE!$BUILD_CIBLND_TRUE$ac_delim
-+BUILD_CIBLND_FALSE!$BUILD_CIBLND_FALSE$ac_delim
-+BUILD_IIBLND_TRUE!$BUILD_IIBLND_TRUE$ac_delim
-+BUILD_IIBLND_FALSE!$BUILD_IIBLND_FALSE$ac_delim
-+BUILD_VIBLND_TRUE!$BUILD_VIBLND_TRUE$ac_delim
-+BUILD_VIBLND_FALSE!$BUILD_VIBLND_FALSE$ac_delim
-+BUILD_RALND_TRUE!$BUILD_RALND_TRUE$ac_delim
-+BUILD_RALND_FALSE!$BUILD_RALND_FALSE$ac_delim
-+BUILD_PTLLND_TRUE!$BUILD_PTLLND_TRUE$ac_delim
-+BUILD_PTLLND_FALSE!$BUILD_PTLLND_FALSE$ac_delim
-+BUILD_UPTLLND_TRUE!$BUILD_UPTLLND_TRUE$ac_delim
-+BUILD_UPTLLND_FALSE!$BUILD_UPTLLND_FALSE$ac_delim
-+BUILD_USOCKLND_TRUE!$BUILD_USOCKLND_TRUE$ac_delim
-+BUILD_USOCKLND_FALSE!$BUILD_USOCKLND_FALSE$ac_delim
-+LIBLUSTRE_TRUE!$LIBLUSTRE_TRUE$ac_delim
-+LIBLUSTRE_FALSE!$LIBLUSTRE_FALSE$ac_delim
-+USE_QUILT_TRUE!$USE_QUILT_TRUE$ac_delim
-+USE_QUILT_FALSE!$USE_QUILT_FALSE$ac_delim
-+LIBLUSTRE_TESTS_TRUE!$LIBLUSTRE_TESTS_TRUE$ac_delim
-+LIBLUSTRE_TESTS_FALSE!$LIBLUSTRE_TESTS_FALSE$ac_delim
-+MPITESTS_TRUE!$MPITESTS_TRUE$ac_delim
-+MPITESTS_FALSE!$MPITESTS_FALSE$ac_delim
-+CLIENT_TRUE!$CLIENT_TRUE$ac_delim
-+CLIENT_FALSE!$CLIENT_FALSE$ac_delim
-+SERVER_TRUE!$SERVER_TRUE$ac_delim
-+SERVER_FALSE!$SERVER_FALSE$ac_delim
-+QUOTA_TRUE!$QUOTA_TRUE$ac_delim
-+QUOTA_FALSE!$QUOTA_FALSE$ac_delim
-+BLKID_TRUE!$BLKID_TRUE$ac_delim
-+BLKID_FALSE!$BLKID_FALSE$ac_delim
-+EXT2FS_DEVEL_TRUE!$EXT2FS_DEVEL_TRUE$ac_delim
-+EXT2FS_DEVEL_FALSE!$EXT2FS_DEVEL_FALSE$ac_delim
-+LIBPTHREAD_TRUE!$LIBPTHREAD_TRUE$ac_delim
-+LIBPTHREAD_FALSE!$LIBPTHREAD_FALSE$ac_delim
-+ac_configure_args!$ac_configure_args$ac_delim
-+MOSTLYCLEANFILES!$MOSTLYCLEANFILES$ac_delim
-+LIBOBJS!$LIBOBJS$ac_delim
-+LTLIBOBJS!$LTLIBOBJS$ac_delim
-+_ACEOF
-+
-+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 63; 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`
-+fi
-+
-+cat >>$CONFIG_STATUS <<_ACEOF
-+cat >"\$tmp/subs-3.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
-+_ACEOF
-+
-+
-+# VPATH may cause trouble with some makes, so we remove $(srcdir),
-+# ${srcdir} and @srcdir@ 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/
-+s/:*$//
-+s/^[^=]*=[	 ]*$//
-+}'
-+fi
-+
- cat >>$CONFIG_STATUS <<\_ACEOF
--for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
--  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
--  case $ac_file in
--  - | *:- | *:-:* ) # input from stdin
--	cat >$tmp/stdin
--	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  * )   ac_file_in=$ac_file.in ;;
-+fi # test -n "$CONFIG_FILES"
-+
-+
-+for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
-+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; }; };;
-+  :[FH]-) ac_tag=-:-;;
-+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-   esac
-+  ac_save_IFS=$IFS
-+  IFS=:
-+  set x $ac_tag
-+  IFS=$ac_save_IFS
-+  shift
-+  ac_file=$1
-+  shift
- 
--  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
--  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
-+  case $ac_mode in
-+  :L) ac_source=$1;;
-+  :[FH])
-+    ac_file_inputs=
-+    for ac_f
-+    do
-+      case $ac_f in
-+      -) ac_f="$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 `:'.
-+	 test -f "$ac_f" ||
-+	   case $ac_f in
-+	   [\\/$]*) 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; }; };;
-+      esac
-+      ac_file_inputs="$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."
-+    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;}
-+    fi
-+
-+    case $ac_tag in
-+    *:-:* | *:-) cat >"$tmp/stdin";;
-+    esac
-+    ;;
-+  esac
-+
-+  ac_dir=`$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 ||
-+	 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'`
--  { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
-+    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 test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+    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 ||
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$as_dir" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    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 ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
--echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-+    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; }; }; }
--
-   ac_builddir=.
- 
--if test "$ac_dir" != .; then
-+case "$ac_dir" in
-+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-+*)
-   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
-+  # A ".." for each directory in $ac_dir_suffix.
-+  ac_top_builddir_sub=`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/ ;;
-+  esac ;;
-+esac
-+ac_abs_top_builddir=$ac_pwd
-+ac_abs_builddir=$ac_pwd$ac_dir_suffix
-+# for backward compatibility:
-+ac_top_builddir=$ac_top_build_prefix
- 
- case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
-+  .)  # We are building in place.
-     ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_top_srcdir=$ac_top_builddir_sub
-+    ac_abs_top_srcdir=$ac_pwd ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute name.
-     ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-+    ac_top_srcdir=$srcdir
-+    ac_abs_top_srcdir=$srcdir ;;
-+  *) # Relative name.
-+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_build_prefix$srcdir
-+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
- esac
-+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
- 
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
--esac
- 
-+  case $ac_mode in
-+  :F)
-+  #
-+  # CONFIG_FILE
-+  #
- 
-   case $INSTALL in
-   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
--  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
-+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
-   esac
-+_ACEOF
- 
--  if test x"$ac_file" != x-; then
--    { echo "$as_me:$LINENO: creating $ac_file" >&5
--echo "$as_me: creating $ac_file" >&6;}
--    rm -f "$ac_file"
--  fi
--  # 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.  */
--  if test x"$ac_file" = x-; then
--    configure_input=
--  else
--    configure_input="$ac_file.  "
--  fi
--  configure_input=$configure_input"Generated from `echo $ac_file_in |
--				     sed 's,.*/,,'` by configure."
--
--  # First look for the input files in the build tree, otherwise in the
--  # src tree.
--  ac_file_inputs=`IFS=:
--    for f in $ac_file_in; do
--      case $f in
--      -) echo $tmp/stdin ;;
--      [\\/$]*)
--	 # Absolute (can't be DOS-style, as IFS=:)
--	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 echo "$f";;
--      *) # Relative
--	 if test -f "$f"; then
--	   # Build tree
--	   echo "$f"
--	 elif test -f "$srcdir/$f"; then
--	   # Source tree
--	   echo "$srcdir/$f"
--	 else
--	   # /dev/null tree
--	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 fi;;
--      esac
--    done` || { (exit 1); exit 1; }
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+# 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/ {
-+  p
-+  q
-+}
-+/@datadir@/p
-+/@docdir@/p
-+/@infodir@/p
-+/@localedir@/p
-+/@mandir@/p
-+' $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;}
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
-+  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' ;;
-+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
- $extrasub
- _ACEOF
- cat >>$CONFIG_STATUS <<\_ACEOF
- :t
- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
--s, at configure_input@,$configure_input,;t t
--s, at srcdir@,$ac_srcdir,;t t
--s, at abs_srcdir@,$ac_abs_srcdir,;t t
--s, at top_srcdir@,$ac_top_srcdir,;t t
--s, at abs_top_srcdir@,$ac_abs_top_srcdir,;t t
--s, at builddir@,$ac_builddir,;t t
--s, at abs_builddir@,$ac_abs_builddir,;t t
--s, at top_builddir@,$ac_top_builddir,;t t
--s, at abs_top_builddir@,$ac_abs_top_builddir,;t t
--s, at INSTALL@,$ac_INSTALL,;t t
--" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
--  rm -f $tmp/stdin
--  if test x"$ac_file" != x-; then
--    mv $tmp/out $ac_file
--  else
--    cat $tmp/out
--    rm -f $tmp/out
--  fi
--
--done
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
--
--#
--# CONFIG_HEADER section.
--#
--
--# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
--# NAME is the cpp macro being defined and VALUE is the value it is being given.
--#
--# ac_d sets the value in "#define NAME VALUE" lines.
--ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
--ac_dB='[	 ].*$,\1#\2'
--ac_dC=' '
--ac_dD=',;t'
--# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
--ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
--ac_uB='$,\1#\2define\3'
--ac_uC=' '
--ac_uD=',;t'
--
--for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
--  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
-+s&@configure_input@&$configure_input&;t t
-+s&@top_builddir@&$ac_top_builddir_sub&;t t
-+s&@srcdir@&$ac_srcdir&;t t
-+s&@abs_srcdir@&$ac_abs_srcdir&;t t
-+s&@top_srcdir@&$ac_top_srcdir&;t t
-+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
-+s&@builddir@&$ac_builddir&;t t
-+s&@abs_builddir@&$ac_abs_builddir&;t t
-+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
-+s&@INSTALL@&$ac_INSTALL&;t t
-+$ac_datarootdir_hack
-+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
-+
-+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;}
-+
-+  rm -f "$tmp/stdin"
-   case $ac_file in
--  - | *:- | *:-:* ) # input from stdin
--	cat >$tmp/stdin
--	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  * )   ac_file_in=$ac_file.in ;;
-+  -) cat "$tmp/out"; rm -f "$tmp/out";;
-+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
-   esac
--
--  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
--echo "$as_me: creating $ac_file" >&6;}
--
--  # First look for the input files in the build tree, otherwise in the
--  # src tree.
--  ac_file_inputs=`IFS=:
--    for f in $ac_file_in; do
--      case $f in
--      -) echo $tmp/stdin ;;
--      [\\/$]*)
--	 # Absolute (can't be DOS-style, as IFS=:)
--	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 # Do quote $f, to prevent DOS paths from being IFS'd.
--	 echo "$f";;
--      *) # Relative
--	 if test -f "$f"; then
--	   # Build tree
--	   echo "$f"
--	 elif test -f "$srcdir/$f"; then
--	   # Source tree
--	   echo "$srcdir/$f"
--	 else
--	   # /dev/null tree
--	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 fi;;
--      esac
--    done` || { (exit 1); exit 1; }
--  # Remove the trailing spaces.
--  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
--
--_ACEOF
--
--# Transform confdefs.h into two sed scripts, `conftest.defines' and
--# `conftest.undefs', that substitutes the proper values into
--# config.h.in to produce config.h.  The first handles `#define'
--# templates, and the second `#undef' templates.
--# And first: Protect against being on the right side of a sed subst in
--# config.status.  Protect against being in an unquoted here document
--# in config.status.
--rm -f conftest.defines conftest.undefs
--# Using a here document instead of a string reduces the quoting nightmare.
--# Putting comments in sed scripts is not portable.
--#
--# `end' is used to avoid that the second main sed command (meant for
--# 0-ary CPP macros) applies to n-ary macro definitions.
--# See the Autoconf documentation for `clear'.
--cat >confdef2sed.sed <<\_ACEOF
--s/[\\&,]/\\&/g
--s,[\\$`],\\&,g
--t clear
--: clear
--s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
--t end
--s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
--: end
--_ACEOF
--# If some macros were called several times there might be several times
--# the same #defines, which is useless.  Nevertheless, we may not want to
--# sort them, since we want the *last* AC-DEFINE to be honored.
--uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
--sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
--rm -f confdef2sed.sed
--
--# This sed command replaces #undef with comments.  This is necessary, for
-+ ;;
-+  :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.
--cat >>conftest.undefs <<\_ACEOF
--s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
--_ACEOF
--
--# Break up conftest.defines because some shells have a limit on the size
--# of here documents, and old seds have small limits too (100 cmds).
--echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
--echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
--echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
--echo '  :' >>$CONFIG_STATUS
--rm -f conftest.tail
--while grep . conftest.defines >/dev/null
-+# (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 limited-size here document to $tmp/defines.sed.
--  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
--  # Speed up: don't consider the non `#define' lines.
--  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
--  # Work around the forget-to-reset-the-flag bug.
--  echo 't clr' >>$CONFIG_STATUS
--  echo ': clr' >>$CONFIG_STATUS
--  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
-+  # 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 $tmp/in >$tmp/out
--  rm -f $tmp/in
--  mv $tmp/out $tmp/in
--' >>$CONFIG_STATUS
--  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
-+    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
--echo '  fi # grep' >>$CONFIG_STATUS
--echo >>$CONFIG_STATUS
--
--# Break up conftest.undefs because some shells have a limit on the size
--# of here documents, and old seds have small limits too (100 cmds).
--echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
--rm -f conftest.tail
--while grep . conftest.undefs >/dev/null
--do
--  # Write a limited-size here document to $tmp/undefs.sed.
--  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
--  # Speed up: don't consider the non `#undef'
--  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
--  # Work around the forget-to-reset-the-flag bug.
--  echo 't clr' >>$CONFIG_STATUS
--  echo ': clr' >>$CONFIG_STATUS
--  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
--  echo 'CEOF
--  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
--  rm -f $tmp/in
--  mv $tmp/out $tmp/in
--' >>$CONFIG_STATUS
--  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
--  rm -f conftest.undefs
--  mv conftest.tail conftest.undefs
--done
--rm -f conftest.undefs
-+rm -f conftest.defines conftest.tail
- 
-+echo "ac_result=$ac_in" >>$CONFIG_STATUS
- cat >>$CONFIG_STATUS <<\_ACEOF
--  # 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.  */
--  if test x"$ac_file" = x-; then
--    echo "/* Generated by configure.  */" >$tmp/config.h
--  else
--    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
--  fi
--  cat $tmp/in >>$tmp/config.h
--  rm -f $tmp/in
-   if test x"$ac_file" != x-; then
--    if diff $ac_file $tmp/config.h >/dev/null 2>&1; 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;}
-     else
--      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
--$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'`
--      { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
--    as_dirs=
--    while test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
--$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" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
--    done
--    test ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
--echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
--   { (exit 1); exit 1; }; }; }
--
-       rm -f $ac_file
--      mv $tmp/config.h $ac_file
-+      mv "$tmp/config.h" $ac_file
-     fi
-   else
--    cat $tmp/config.h
--    rm -f $tmp/config.h
-+    echo "/* $configure_input  */"
-+    cat "$ac_result"
-   fi
-+  rm -f "$tmp/out12"
- # Compute $ac_file's index in $config_headers.
- _am_stamp_count=1
- for _am_header in $config_headers :; do
-@@ -20554,135 +21206,39 @@ for _am_header in $config_headers :; do
-       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-   esac
- done
--echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
-+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 ||
-+	 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'`/stamp-h$_am_stamp_count
--done
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
--
--#
--# CONFIG_COMMANDS section.
--#
--for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
--  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
--  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
--  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
--$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
--	 X"$ac_dest" : 'X\(//\)[^/]' \| \
--	 X"$ac_dest" : 'X\(//\)$' \| \
--	 X"$ac_dest" : 'X\(/\)' \| \
--	 .     : '\(.\)' 2>/dev/null ||
--echo X"$ac_dest" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
--  { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
--    as_dirs=
--    while test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
--$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" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
--    done
--    test ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
--echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
--   { (exit 1); exit 1; }; }; }
--
--  ac_builddir=.
--
--if test "$ac_dir" != .; then
--  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
--
--case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
--    ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
--    ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
--esac
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`/stamp-h$_am_stamp_count
-+ ;;
- 
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
--esac
-+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
-+echo "$as_me: executing $ac_file commands" >&6;}
-+ ;;
-+  esac
- 
- 
--  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
--echo "$as_me: executing $ac_dest commands" >&6;}
--  case $ac_dest in
--    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
-+  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.
-@@ -20692,18 +21248,29 @@ echo "$as_me: executing $ac_dest commands" >&6;}
-   # each Makefile.in and add a new line on top of each file to say so.
-   # So let's grep whole file.
-   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
--    dirpart=`(dirname "$mf") 2>/dev/null ||
-+    dirpart=`$as_dirname -- "$mf" ||
- $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- 	 X"$mf" : 'X\(//\)[^/]' \| \
- 	 X"$mf" : 'X\(//\)$' \| \
--	 X"$mf" : 'X\(/\)' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$mf" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-   else
-     continue
-   fi
-@@ -20731,53 +21298,79 @@ echo X"$mf" |
-        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
-     # Make sure the directory exists.
-     test -f "$dirpart/$file" && continue
--    fdir=`(dirname "$file") 2>/dev/null ||
-+    fdir=`$as_dirname -- "$file" ||
- $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- 	 X"$file" : 'X\(//\)[^/]' \| \
- 	 X"$file" : 'X\(//\)$' \| \
--	 X"$file" : 'X\(/\)' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 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'`
--    { if $as_mkdir_p; then
--    mkdir -p $dirpart/$fdir
--  else
--    as_dir=$dirpart/$fdir
-+    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 test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+    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 ||
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$as_dir" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    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 ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
--echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
-+    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
-  ;;
-+
-   esac
--done
--_ACEOF
-+done # for ac_tag
- 
--cat >>$CONFIG_STATUS <<\_ACEOF
- 
- { (exit 0); exit 0; }
- _ACEOF
-@@ -20814,7 +21407,10 @@ if test "$no_recursion" != yes; then
-   # Remove --cache-file and --srcdir arguments so they do not pile up.
-   ac_sub_configure_args=
-   ac_prev=
--  for ac_arg in $ac_configure_args; do
-+  eval "set x $ac_configure_args"
-+  shift
-+  for ac_arg
-+  do
-     if test -n "$ac_prev"; then
-       ac_prev=
-       continue
-@@ -20837,123 +21433,123 @@ if test "$no_recursion" != yes; then
-       ac_prev=prefix ;;
-     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-       ;;
--    *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
-+    *)
-+      case $ac_arg in
-+      *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-+      esac
-+      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
-     esac
-   done
- 
-   # Always prepend --prefix to ensure using the same prefix
-   # in subdir configurations.
--  ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
-+  ac_arg="--prefix=$prefix"
-+  case $ac_arg in
-+  *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-+  esac
-+  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
-+
-+  # Pass --silent
-+  if test "$silent" = yes; then
-+    ac_sub_configure_args="--silent $ac_sub_configure_args"
-+  fi
- 
-   ac_popdir=`pwd`
-   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
- 
-     # Do not complain, so a configure script can configure whichever
-     # parts of a large source tree are present.
--    test -d $srcdir/$ac_dir || continue
--
--    { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
--echo "$as_me: configuring in $ac_dir" >&6;}
--    { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
-+    test -d "$srcdir/$ac_dir" || continue
-+
-+    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
-+    echo "$as_me:$LINENO: $ac_msg" >&5
-+    echo "$ac_msg" >&6
-+    { 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 test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+    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 ||
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$as_dir" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    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 ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
--echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-+    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; }; }; }
--
-     ac_builddir=.
- 
--if test "$ac_dir" != .; then
-+case "$ac_dir" in
-+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-+*)
-   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
-+  # A ".." for each directory in $ac_dir_suffix.
-+  ac_top_builddir_sub=`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/ ;;
-+  esac ;;
-+esac
-+ac_abs_top_builddir=$ac_pwd
-+ac_abs_builddir=$ac_pwd$ac_dir_suffix
-+# for backward compatibility:
-+ac_top_builddir=$ac_top_build_prefix
- 
- case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
-+  .)  # We are building in place.
-     ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_top_srcdir=$ac_top_builddir_sub
-+    ac_abs_top_srcdir=$ac_pwd ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute name.
-     ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
--esac
--
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
-+    ac_top_srcdir=$srcdir
-+    ac_abs_top_srcdir=$srcdir ;;
-+  *) # Relative name.
-+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_build_prefix$srcdir
-+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
- esac
-+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
- 
- 
--    cd $ac_dir
-+    cd "$ac_dir"
- 
-     # Check for guested configure; otherwise get Cygnus style configure.
--    if test -f $ac_srcdir/configure.gnu; then
--      ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
--    elif test -f $ac_srcdir/configure; then
--      ac_sub_configure="$SHELL '$ac_srcdir/configure'"
--    elif test -f $ac_srcdir/configure.in; then
--      ac_sub_configure=$ac_configure
-+    if test -f "$ac_srcdir/configure.gnu"; then
-+      ac_sub_configure=$ac_srcdir/configure.gnu
-+    elif test -f "$ac_srcdir/configure"; then
-+      ac_sub_configure=$ac_srcdir/configure
-+    elif test -f "$ac_srcdir/configure.in"; then
-+      # This should be Cygnus configure.
-+      ac_sub_configure=$ac_aux_dir/configure
-     else
-       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
- echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
-@@ -20965,21 +21561,21 @@ echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
-       # Make the cache file name correct relative to the subdirectory.
-       case $cache_file in
-       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
--      *) # Relative path.
--	ac_sub_cache_file=$ac_top_builddir$cache_file ;;
-+      *) # Relative name.
-+	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
-       esac
- 
--      { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
--echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
-+      { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
-+echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
-       # The eval makes quoting arguments work.
--      eval $ac_sub_configure $ac_sub_configure_args \
--	   --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
-+      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
-+	   --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
- 	{ { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
- echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
-    { (exit 1); exit 1; }; }
-     fi
- 
--    cd $ac_popdir
-+    cd "$ac_popdir"
-   done
- fi
- 
-diff --git a/ldiskfs/aclocal.m4 b/ldiskfs/aclocal.m4
-index f7e7052..fdec1e5 100644
---- a/ldiskfs/aclocal.m4
-+++ b/ldiskfs/aclocal.m4
-@@ -596,7 +596,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
-        grep sub/conftest.${OBJEXT-o} 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
--      # (even with -Werror -fno-strict-aliasing).  So we grep stderr for any message
-+      # (even with -Werror).  So we grep stderr for any message
-       # that says an option was ignored.
-       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
-         am_cv_$1_dependencies_compiler_type=$depmode
-@@ -2420,110 +2420,3 @@ AS_IF([test AS_VAR_GET(ac_Header) = yes], [$2], [$3])[]dnl
- AS_VAR_POPDEF([ac_Header])dnl
- ])
- 
--#
--# LB_DARWIN_CHECK_FUNCS
--#
--# check for functions in the darwin kernel
--# Note that this is broken for cross compiling
--#
--AC_DEFUN([LB_DARWIN_CHECK_FUNCS],
--[AC_FOREACH([AC_Func], [$1],
--  [AH_TEMPLATE(AS_TR_CPP(HAVE_[]AC_Func),
--               [Define to 1 if you have the `]AC_Func[' function.])])dnl
--for ac_func in $1
--do
--AC_MSG_CHECKING([for $1])
--AS_IF([AC_TRY_COMMAND(nm /mach | grep "[$1]" >/dev/null 2>/dev/null)],[
--	AC_MSG_RESULT([yes])
--	AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$ac_func])) $2
--],[
--	AC_MSG_RESULT([no]) $3
--])dnl
--done
--])
--
--#
--# LB_DARWIN_CONDITIONALS
--#
--# AM_CONDITIONALs for darwin
--#
--AC_DEFUN([LB_DARWIN_CONDITIONALS],
--[
--])
--
--#
--# LB_PROG_DARWIN
--#
--# darwin tests
--#
--AC_DEFUN([LB_PROG_DARWIN],
--[kernel_framework="/System/Library/Frameworks/Kernel.framework"
--#
--# FIXME: there should be a better way to get these than hard coding them
--#
--case $target_cpu in 
--	powerpc*)
--		EXTRA_KCFLAGS="$EXTRA_KCFLAGS -arch ppc -mtune=G4 -mlong-branch"
--		EXTRA_KLDFLAGS="-arch ppc"
--		;;
--	i?86 | x86_64)
--		EXTRA_KCFLAGS="$EXTRA_KCFLAGS -arch i386"
--		EXTRA_KLDFLAGS="-arch i386"
--		;;
--esac
--
--# Kernel of OS X is not 64bits(even in Tiger), but -m64 can be taken by gcc in Tiger
--# (Tiger can support 64bits applications), so we have to eliminate -m64 while 
--# building kextensions for and OS X.
--CC=`echo $CC | sed -e "s/\-m64//g"`
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -x c -pipe -Wno-trigraphs -fasm-blocks -g -O0"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -Wno-four-char-constants -Wmost -O0"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -fmessage-length=0"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -I$kernel_framework/Headers"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -I$kernel_framework/Headers/bsd"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -I$kernel_framework/PrivateHeaders"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -fno-common -nostdinc -fno-builtin"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -finline -fno-keep-inline-functions"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -force_cpusubtype_ALL -fno-exceptions"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -msoft-float -static"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -DKERNEL -DKERNEL_PRIVATE"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -DDRIVER_PRIVATE -DAPPLE -DNeXT"
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -D__KERNEL__ -D__DARWIN__"
--#
--# C flags for Panther/Tiger
--#
--case $target_os in
--        darwin8*)
--                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -D__DARWIN8__"
--	;;
--        darwin7*)
--                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -ffix-and-continue"
--        ;;
--esac
--
--#
--# Debugging flags. Remove!
--#
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -O0 -DMACH_ASSERT=1"
--EXTRA_KLDFLAGS="$EXTRA_KLDFLAGS -static -nostdlib -r"
--EXTRA_KLIBS="-lkmodc++ -lkmod -lcc_kext"
--KMODEXT=""
--
--AC_SUBST(EXTRA_KLDFLAGS)
--AC_SUBST(EXTRA_KLIBS)
--
--kextdir='/System/Library/Extensions/$(firstword $(macos_PROGRAMS)).kext'
--plistdir='$(kextdir)/Contents'
--macosdir='$(plistdir)/MacOS'
--
--AC_SUBST(kextdir)
--AC_SUBST(plistdir)
--AC_SUBST(macosdir)
--
--LN_PROG_DARWIN
--
--LP_PROG_DARWIN
--
--LC_PROG_DARWIN
--])
--
-diff --git a/ldiskfs/autoMakefile.in b/ldiskfs/autoMakefile.in
-index adf7528..a869977 100644
---- a/ldiskfs/autoMakefile.in
-+++ b/ldiskfs/autoMakefile.in
-@@ -68,6 +68,7 @@ ECHO_T = @ECHO_T@
- EGREP = @EGREP@
- EXEEXT = @EXEEXT@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
-+GREP = @GREP@
- INCLUDE_RULES = @INCLUDE_RULES@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -121,8 +122,6 @@ USE_QUILT_TRUE = @USE_QUILT_TRUE@
- VERSION = @VERSION@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
- am__include = @am__include@
-@@ -135,12 +134,16 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
-+docdir = @docdir@
-+dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@
- host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
-@@ -148,14 +151,17 @@ lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
- mandir = @mandir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
-@@ -208,8 +214,8 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
- DIST_COMMON = $(srcdir)/autoMakefile.in \
- 	$(srcdir)/build/autoMakefile.am.toplevel $(srcdir)/configure \
- 	COPYING ChangeLog Makefile.in aclocal.m4 autoMakefile.am \
--	config.guess config.h.in config.sub configure.ac install-sh \
--	lustre-ldiskfs.spec.in missing mkinstalldirs
-+	config.guess config.h.in config.sub configure configure.ac \
-+	install-sh lustre-ldiskfs.spec.in missing mkinstalldirs
- all: config.h
- 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
- 
-diff --git a/ldiskfs/config.h.in b/ldiskfs/config.h.in
-index cc60100..dc9e4f2 100644
---- a/ldiskfs/config.h.in
-+++ b/ldiskfs/config.h.in
-@@ -81,7 +81,7 @@
- /* Define to the version of this package. */
- #undef PACKAGE_VERSION
- 
--/* The size of a `unsigned long long', as computed by sizeof. */
-+/* The size of `unsigned long long', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_LONG_LONG
- 
- /* Define to 1 if you have the ANSI C header files. */
-diff --git a/ldiskfs/configure b/ldiskfs/configure
-index 2ea4aab..b1a94f9 100755
---- a/ldiskfs/configure
-+++ b/ldiskfs/configure
-@@ -1,27 +1,56 @@
- #! /bin/sh
- # Guess values for system-dependent variables and create Makefiles.
--# Generated by GNU Autoconf 2.59 for Lustre ldiskfs 3.0.9.
-+# Generated by GNU Autoconf 2.61 for Lustre ldiskfs 3.0.9.
- #
- # Report bugs to <https://bugzilla.lustre.org/>.
- #
--# Copyright (C) 2003 Free Software Foundation, Inc.
-+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-+# 2002, 2003, 2004, 2005, 2006 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.  ##
- ## --------------------- ##
- 
--# Be Bourne compatible
-+# Be more Bourne compatible
-+DUALCASE=1; export DUALCASE # for MKS sh
- 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+"$@"}'='"$@"'
--elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
--  set -o posix
-+  setopt NO_GLOB_SUBST
-+else
-+  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=';'
-+  else
-+    PATH_SEPARATOR=:
-+  fi
-+  rm -f conf$$.sh
- fi
--DUALCASE=1; export DUALCASE # for MKS sh
- 
- # Support unset when possible.
- if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -31,8 +60,43 @@ else
- fi
- 
- 
-+# IFS
-+# We need space, tab and new line, in precisely that order.  Quoting is
-+# 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=$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
-+IFS=$as_save_IFS
-+
-+     ;;
-+esac
-+# We did not find ourselves, most probably we were run as `sh COMMAND'
-+# in which case we are not to be found in the path.
-+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; }
-+fi
-+
- # Work around bugs in pre-3.0 UWIN ksh.
--$as_unset ENV MAIL MAILPATH
-+for as_var in ENV MAIL MAILPATH
-+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+done
- PS1='$ '
- PS2='> '
- PS4='+ '
-@@ -46,18 +110,19 @@ 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
-+    ($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; then
-+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
-+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-   as_basename=basename
- else
-   as_basename=false
-@@ -65,157 +130,388 @@ fi
- 
- 
- # Name of the executable.
--as_me=`$as_basename "$0" ||
-+as_me=`$as_basename -- "$0" ||
- $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- 	 X"$0" : 'X\(//\)$' \| \
--	 X"$0" : 'X\(/\)$' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
- echo X/"$0" |
--    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
--  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\/\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
- 
-+# CDPATH.
-+$as_unset CDPATH
- 
--# PATH needs CR, and LINENO needs CR and PATH.
--# 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=';'
--  else
--    PATH_SEPARATOR=:
--  fi
--  rm -f conf$$.sh
-+if test "x$CONFIG_SHELL" = x; then
-+  if (eval ":") 2>/dev/null; then
-+  as_have_required=yes
-+else
-+  as_have_required=no
- 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_lineno_1=$LINENO
--  as_lineno_2=$LINENO
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
--  test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
--  # Find who we are.  Look in the path if we contain no path at all
--  # relative or not.
--  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
-+exitcode=0
-+if as_func_success; then
-+  :
-+else
-+  exitcode=1
-+  echo as_func_success failed.
-+fi
- 
--       ;;
--  esac
--  # We did not find ourselves, most probably we were run as `sh COMMAND'
--  # in which case we are not to be found in the path.
--  if test "x$as_myself" = x; then
--    as_myself=$0
--  fi
--  if test ! -f "$as_myself"; then
--    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
--   { (exit 1); exit 1; }; }
--  fi
--  case $CONFIG_SHELL in
--  '')
-+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
-+  :
-+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; }
-+") 2> /dev/null; then
-+  :
-+else
-+  as_candidate_shells=
-     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
- for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
- do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
--  for as_base in sh bash ksh sh5; do
--	 case $as_dir in
-+  case $as_dir in
- 	 /*)
--	   if ("$as_dir/$as_base" -c '
-+	   for as_base in sh bash ksh sh5; do
-+	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
-+	   done;;
-+       esac
-+done
-+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
-+
-+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
-+
-+
-+:
-+(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
-+}
-+
-+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
-+  :
-+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
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-   test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
--	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
--	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
--	     CONFIG_SHELL=$as_dir/$as_base
--	     export CONFIG_SHELL
--	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
--	   fi;;
--	 esac
--       done
--done
--;;
--  esac
-+  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
-+
-+
-+
-+(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
-+}
-+
-+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
-+  :
-+else
-+  exitcode=1
-+  echo positional parameters were not saved.
-+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_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 before each line; the second 'sed' does the real
--  # work.  The second script uses 'N' to pair each line-number line
--  # with the numbered line, and appends trailing '-' during
--  # substitution so that $LINENO is not a special case at line end.
-+  # 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
--  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
--  sed '=' <$as_myself |
-+  # 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
--      s,$,-,
--      : loop
--      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
-+      :loop
-+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-       t loop
--      s,-$,,
--      s,^['$as_cr_digits']*\n,,
-+      s/-\n.*//
-     ' >$as_me.lineno &&
--  chmod +x $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 sensible to this).
--  . ./$as_me.lineno
-+  # original and so on.  Autoconf is especially sensitive to this).
-+  . "./$as_me.lineno"
-   # Exit status is that of the last command.
-   exit
- }
- 
- 
--case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
--  *c*,-n*) ECHO_N= ECHO_C='
--' ECHO_T='	' ;;
--  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
--  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
-+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
-+-n*)
-+  case `echo 'x\c'` in
-+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-+  *)   ECHO_C='\c';;
-+  esac;;
-+*)
-+  ECHO_N='-n';;
- esac
- 
--if expr a : '\(a\)' >/dev/null 2>&1; then
-+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
-+fi
- echo >conf$$.file
- if ln -s conf$$.file conf$$ 2>/dev/null; then
--  # We could just check for DJGPP; but this test a) works b) is more generic
--  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
--  if test -f conf$$.exe; then
--    # Don't use ln at all; we don't have any links
-+  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'
--  else
--    as_ln_s='ln -s'
--  fi
- elif ln conf$$.file conf$$ 2>/dev/null; then
-   as_ln_s=ln
- else
-   as_ln_s='cp -p'
- fi
--rm -f conf$$ conf$$.exe conf$$.file
-+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=:
-@@ -224,7 +520,28 @@ else
-   as_mkdir_p=false
- fi
- 
--as_executable_p="test -f"
-+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
- 
- # 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'"
-@@ -233,39 +550,27 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
- as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
- 
- 
--# IFS
--# We need space, tab and new line, in precisely that order.
--as_nl='
--'
--IFS=" 	$as_nl"
--
--# CDPATH.
--$as_unset CDPATH
- 
-+exec 7<&0 </dev/null 6>&1
- 
- # Name of the host.
- # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
- # so uname gets run too.
- ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
- 
--exec 6>&1
--
- #
- # Initializations.
- #
- ac_default_prefix=/usr/local
-+ac_clean_files=
- ac_config_libobj_dir=.
-+LIBOBJS=
- cross_compiling=no
- subdirs=
- MFLAGS=
- MAKEFLAGS=
- SHELL=${CONFIG_SHELL-/bin/sh}
- 
--# Maximum number of lines to put in a shell here document.
--# This variable seems obsolete.  It should probably be removed, and
--# only ac_max_sed_lines should be used.
--: ${ac_max_here_lines=38}
--
- # Identity of this package.
- PACKAGE_NAME='Lustre ldiskfs'
- PACKAGE_TARNAME='lustre-ldiskfs'
-@@ -277,42 +582,180 @@ ac_unique_file="lustre-ldiskfs.spec.in"
- # Factoring default headers for most tests.
- ac_includes_default="\
- #include <stdio.h>
--#if HAVE_SYS_TYPES_H
-+#ifdef HAVE_SYS_TYPES_H
- # include <sys/types.h>
- #endif
--#if HAVE_SYS_STAT_H
-+#ifdef HAVE_SYS_STAT_H
- # include <sys/stat.h>
- #endif
--#if STDC_HEADERS
-+#ifdef STDC_HEADERS
- # include <stdlib.h>
- # include <stddef.h>
- #else
--# if HAVE_STDLIB_H
-+# ifdef HAVE_STDLIB_H
- #  include <stdlib.h>
- # endif
- #endif
--#if HAVE_STRING_H
--# if !STDC_HEADERS && HAVE_MEMORY_H
-+#ifdef HAVE_STRING_H
-+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- #  include <memory.h>
- # endif
- # include <string.h>
- #endif
--#if HAVE_STRINGS_H
-+#ifdef HAVE_STRINGS_H
- # include <strings.h>
- #endif
--#if HAVE_INTTYPES_H
-+#ifdef HAVE_INTTYPES_H
- # include <inttypes.h>
--#else
--# if HAVE_STDINT_H
--#  include <stdint.h>
--# endif
- #endif
--#if HAVE_UNISTD_H
-+#ifdef HAVE_STDINT_H
-+# include <stdint.h>
-+#endif
-+#ifdef HAVE_UNISTD_H
- # include <unistd.h>
- #endif"
- 
--ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot 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 lb_target_os INCLUDE_RULES RANLIB ac_ct_RANLIB CPP EGREP LLCPPFLAGS LLCFLAGS EXTRA_KCFLAGS LINUX LINUX_OBJ LINUX_CONFIG ARCH_UM UML_CFLAGS MODULE_TARGET linux25 KMODEXT LINUXRELEASE moduledir modulefsdir modulenetdir RELEASE SYMVERFILE MODPOST MODPOST_ARGS MODULES_TRUE MODULES_FALSE LINUX_TRUE LINUX_FALSE DARWIN_TRUE DARWIN_FALSE LINUX25_TRUE LINUX25_FALSE LDISKFSDIR PATCH QUILT USE_QUILT_TRUE USE_QUILT_FALSE BACKFS BACKFSU USE_EXT4_TRUE USE_EXT4_FALSE LDISKFS_SERIES ac_configure_args MOSTLYCLEANFILES LIBOBJS LTLIBOBJS'
-+ac_subst_vars='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
-+build_alias
-+host_alias
-+target_alias
-+build
-+build_cpu
-+build_vendor
-+build_os
-+host
-+host_cpu
-+host_vendor
-+host_os
-+target
-+target_cpu
-+target_vendor
-+target_os
-+INSTALL_PROGRAM
-+INSTALL_SCRIPT
-+INSTALL_DATA
-+CYGPATH_W
-+PACKAGE
-+VERSION
-+ACLOCAL
-+AUTOCONF
-+AUTOMAKE
-+AUTOHEADER
-+MAKEINFO
-+AMTAR
-+install_sh
-+STRIP
-+INSTALL_STRIP_PROGRAM
-+AWK
-+SET_MAKE
-+am__leading_dot
-+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
-+lb_target_os
-+INCLUDE_RULES
-+RANLIB
-+CPP
-+GREP
-+EGREP
-+LLCPPFLAGS
-+LLCFLAGS
-+EXTRA_KCFLAGS
-+LINUX
-+LINUX_OBJ
-+LINUX_CONFIG
-+ARCH_UM
-+UML_CFLAGS
-+MODULE_TARGET
-+linux25
-+KMODEXT
-+LINUXRELEASE
-+moduledir
-+modulefsdir
-+modulenetdir
-+RELEASE
-+SYMVERFILE
-+MODPOST
-+MODPOST_ARGS
-+MODULES_TRUE
-+MODULES_FALSE
-+LINUX_TRUE
-+LINUX_FALSE
-+DARWIN_TRUE
-+DARWIN_FALSE
-+LINUX25_TRUE
-+LINUX25_FALSE
-+LDISKFSDIR
-+PATCH
-+QUILT
-+USE_QUILT_TRUE
-+USE_QUILT_FALSE
-+BACKFS
-+BACKFSU
-+USE_EXT4_TRUE
-+USE_EXT4_FALSE
-+LDISKFS_SERIES
-+ac_configure_args
-+MOSTLYCLEANFILES
-+LIBOBJS
-+LTLIBOBJS'
- ac_subst_files=''
-+      ac_precious_vars='build_alias
-+host_alias
-+target_alias
-+CC
-+CFLAGS
-+LDFLAGS
-+LIBS
-+CPPFLAGS
-+CPP'
-+
- 
- # Initialize some variables set by options.
- ac_init_help=
-@@ -339,34 +782,48 @@ x_libraries=NONE
- # and all the variables that are supposed to be based on exec_prefix
- # by default will actually change.
- # Use braces instead of parens because sh, perl, etc. also accept them.
-+# (The list follows the same order as the GNU Coding Standards.)
- bindir='${exec_prefix}/bin'
- sbindir='${exec_prefix}/sbin'
- libexecdir='${exec_prefix}/libexec'
--datadir='${prefix}/share'
-+datarootdir='${prefix}/share'
-+datadir='${datarootdir}'
- sysconfdir='${prefix}/etc'
- sharedstatedir='${prefix}/com'
- localstatedir='${prefix}/var'
--libdir='${exec_prefix}/lib'
- includedir='${prefix}/include'
- oldincludedir='/usr/include'
--infodir='${prefix}/info'
--mandir='${prefix}/man'
-+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-+infodir='${datarootdir}/info'
-+htmldir='${docdir}'
-+dvidir='${docdir}'
-+pdfdir='${docdir}'
-+psdir='${docdir}'
-+libdir='${exec_prefix}/lib'
-+localedir='${datarootdir}/locale'
-+mandir='${datarootdir}/man'
- 
- ac_prev=
-+ac_dashdash=
- for ac_option
- do
-   # If the previous option needs an argument, assign it.
-   if test -n "$ac_prev"; then
--    eval "$ac_prev=\$ac_option"
-+    eval $ac_prev=\$ac_option
-     ac_prev=
-     continue
-   fi
- 
--  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
-+  case $ac_option in
-+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
-+  *)	ac_optarg=yes ;;
-+  esac
- 
-   # Accept the important Cygnus configure options, so we can diagnose typos.
- 
--  case $ac_option in
-+  case $ac_dashdash$ac_option in
-+  --)
-+    ac_dashdash=yes ;;
- 
-   -bindir | --bindir | --bindi | --bind | --bin | --bi)
-     ac_prev=bindir ;;
-@@ -388,33 +845,45 @@ do
-   --config-cache | -C)
-     cache_file=config.cache ;;
- 
--  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
-+  -datadir | --datadir | --datadi | --datad)
-     ac_prev=datadir ;;
--  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
--  | --da=*)
-+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
-     datadir=$ac_optarg ;;
- 
-+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
-+  | --dataroo | --dataro | --datar)
-+    ac_prev=datarootdir ;;
-+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
-+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
-+    datarootdir=$ac_optarg ;;
-+
-   -disable-* | --disable-*)
-     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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" ;;
-+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
-+    eval enable_$ac_feature=no ;;
-+
-+  -docdir | --docdir | --docdi | --doc | --do)
-+    ac_prev=docdir ;;
-+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
-+    docdir=$ac_optarg ;;
-+
-+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
-+    ac_prev=dvidir ;;
-+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
-+    dvidir=$ac_optarg ;;
- 
-   -enable-* | --enable-*)
-     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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'`
--    case $ac_option in
--      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
--      *) ac_optarg=yes ;;
--    esac
--    eval "enable_$ac_feature='$ac_optarg'" ;;
-+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
-+    eval enable_$ac_feature=\$ac_optarg ;;
- 
-   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-@@ -441,6 +910,12 @@ do
-   -host=* | --host=* | --hos=* | --ho=*)
-     host_alias=$ac_optarg ;;
- 
-+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
-+    ac_prev=htmldir ;;
-+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
-+  | --ht=*)
-+    htmldir=$ac_optarg ;;
-+
-   -includedir | --includedir | --includedi | --included | --include \
-   | --includ | --inclu | --incl | --inc)
-     ac_prev=includedir ;;
-@@ -465,13 +940,16 @@ do
-   | --libexe=* | --libex=* | --libe=*)
-     libexecdir=$ac_optarg ;;
- 
-+  -localedir | --localedir | --localedi | --localed | --locale)
-+    ac_prev=localedir ;;
-+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
-+    localedir=$ac_optarg ;;
-+
-   -localstatedir | --localstatedir | --localstatedi | --localstated \
--  | --localstate | --localstat | --localsta | --localst \
--  | --locals | --local | --loca | --loc | --lo)
-+  | --localstate | --localstat | --localsta | --localst | --locals)
-     ac_prev=localstatedir ;;
-   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
--  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
--  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
-+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
-     localstatedir=$ac_optarg ;;
- 
-   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-@@ -536,6 +1014,16 @@ do
-   | --progr-tra=* | --program-tr=* | --program-t=*)
-     program_transform_name=$ac_optarg ;;
- 
-+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
-+    ac_prev=pdfdir ;;
-+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
-+    pdfdir=$ac_optarg ;;
-+
-+  -psdir | --psdir | --psdi | --psd | --ps)
-+    ac_prev=psdir ;;
-+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
-+    psdir=$ac_optarg ;;
-+
-   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-   | -silent | --silent | --silen | --sile | --sil)
-     silent=yes ;;
-@@ -588,24 +1076,20 @@ do
-   -with-* | --with-*)
-     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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'`
--    case $ac_option in
--      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
--      *) ac_optarg=yes ;;
--    esac
--    eval "with_$ac_package='$ac_optarg'" ;;
-+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
-+    eval with_$ac_package=\$ac_optarg ;;
- 
-   -without-* | --without-*)
-     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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" ;;
-+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
-+    eval with_$ac_package=no ;;
- 
-   --x)
-     # Obsolete; use --with-x.
-@@ -636,8 +1120,7 @@ Try \`$0 --help' for more information." >&2
-     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
-       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
-    { (exit 1); exit 1; }; }
--    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
--    eval "$ac_envvar='$ac_optarg'"
-+    eval $ac_envvar=\$ac_optarg
-     export $ac_envvar ;;
- 
-   *)
-@@ -657,27 +1140,19 @@ if test -n "$ac_prev"; then
-    { (exit 1); exit 1; }; }
- fi
- 
--# Be sure to have absolute paths.
--for ac_var in exec_prefix prefix
--do
--  eval ac_val=$`echo $ac_var`
--  case $ac_val in
--    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
--    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
--   { (exit 1); exit 1; }; };;
--  esac
--done
--
--# Be sure to have absolute paths.
--for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
--	      localstatedir libdir includedir oldincludedir infodir mandir
-+# Be sure to have absolute directory names.
-+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=$`echo $ac_var`
-+  eval ac_val=\$$ac_var
-   case $ac_val in
--    [\\/$]* | ?:[\\/]* ) ;;
--    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
--   { (exit 1); exit 1; }; };;
-+    [\\/$]* | ?:[\\/]* )  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; }; }
- done
- 
- # There might be people who depend on the old broken behavior: `$host'
-@@ -704,74 +1179,76 @@ test -n "$host_alias" && ac_tool_prefix=$host_alias-
- 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; }; }
-+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; }; }
-+
-+
- # 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 its parent.
--  ac_confdir=`(dirname "$0") 2>/dev/null ||
-+  # 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 ||
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$0" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-   srcdir=$ac_confdir
--  if test ! -r $srcdir/$ac_unique_file; then
-+  if test ! -r "$srcdir/$ac_unique_file"; then
-     srcdir=..
-   fi
- else
-   ac_srcdir_defaulted=no
- fi
--if test ! -r $srcdir/$ac_unique_file; then
--  if test "$ac_srcdir_defaulted" = yes; then
--    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
-+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; }; }
--  else
--    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
--   { (exit 1); exit 1; }; }
--  fi
- fi
--(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
--  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
-+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; }; }
--srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
--ac_env_build_alias_set=${build_alias+set}
--ac_env_build_alias_value=$build_alias
--ac_cv_env_build_alias_set=${build_alias+set}
--ac_cv_env_build_alias_value=$build_alias
--ac_env_host_alias_set=${host_alias+set}
--ac_env_host_alias_value=$host_alias
--ac_cv_env_host_alias_set=${host_alias+set}
--ac_cv_env_host_alias_value=$host_alias
--ac_env_target_alias_set=${target_alias+set}
--ac_env_target_alias_value=$target_alias
--ac_cv_env_target_alias_set=${target_alias+set}
--ac_cv_env_target_alias_value=$target_alias
--ac_env_CC_set=${CC+set}
--ac_env_CC_value=$CC
--ac_cv_env_CC_set=${CC+set}
--ac_cv_env_CC_value=$CC
--ac_env_CFLAGS_set=${CFLAGS+set}
--ac_env_CFLAGS_value=$CFLAGS
--ac_cv_env_CFLAGS_set=${CFLAGS+set}
--ac_cv_env_CFLAGS_value=$CFLAGS
--ac_env_LDFLAGS_set=${LDFLAGS+set}
--ac_env_LDFLAGS_value=$LDFLAGS
--ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
--ac_cv_env_LDFLAGS_value=$LDFLAGS
--ac_env_CPPFLAGS_set=${CPPFLAGS+set}
--ac_env_CPPFLAGS_value=$CPPFLAGS
--ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
--ac_cv_env_CPPFLAGS_value=$CPPFLAGS
--ac_env_CPP_set=${CPP+set}
--ac_env_CPP_value=$CPP
--ac_cv_env_CPP_set=${CPP+set}
--ac_cv_env_CPP_value=$CPP
-+	pwd)`
-+# When building in place, set srcdir=.
-+if test "$ac_abs_confdir" = "$ac_pwd"; then
-+  srcdir=.
-+fi
-+# Remove unnecessary trailing slashes from srcdir.
-+# Double slashes in file names in object file debugging info
-+# mess up M-x gdb in Emacs.
-+case $srcdir in
-+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
-+esac
-+for ac_var in $ac_precious_vars; do
-+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
-+  eval ac_env_${ac_var}_value=\$${ac_var}
-+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
-+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
-+done
- 
- #
- # Report the --help message.
-@@ -800,9 +1277,6 @@ Configuration:
-   -n, --no-create         do not create output files
-       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
- 
--_ACEOF
--
--  cat <<_ACEOF
- Installation directories:
-   --prefix=PREFIX         install architecture-independent files in PREFIX
- 			  [$ac_default_prefix]
-@@ -820,15 +1294,22 @@ 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]
--  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
-   --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]
--  --infodir=DIR          info documentation [PREFIX/info]
--  --mandir=DIR           man documentation [PREFIX/man]
-+  --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/lustre-ldiskfs]
-+  --htmldir=DIR          html documentation [DOCDIR]
-+  --dvidir=DIR           dvi documentation [DOCDIR]
-+  --pdfdir=DIR           pdf documentation [DOCDIR]
-+  --psdir=DIR            ps documentation [DOCDIR]
- _ACEOF
- 
-   cat <<\_ACEOF
-@@ -876,8 +1357,9 @@ Some influential environment variables:
-   CFLAGS      C compiler flags
-   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
-               nonstandard directory <lib dir>
--  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
--              headers in a nonstandard directory <include 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
-+              you have headers in a nonstandard directory <include dir>
-   CPP         C preprocessor
- 
- Use these variables to override the choices made by `configure' or to help
-@@ -885,120 +1367,86 @@ it to find libraries and programs with nonstandard names/locations.
- 
- Report bugs to <https://bugzilla.lustre.org/>.
- _ACEOF
-+ac_status=$?
- fi
- 
- if test "$ac_init_help" = "recursive"; then
-   # If there are subdirs, report their specific --help.
--  ac_popdir=`pwd`
-   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
--    test -d $ac_dir || continue
-+    test -d "$ac_dir" || continue
-     ac_builddir=.
- 
--if test "$ac_dir" != .; then
-+case "$ac_dir" in
-+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-+*)
-   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
-+  # A ".." for each directory in $ac_dir_suffix.
-+  ac_top_builddir_sub=`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/ ;;
-+  esac ;;
-+esac
-+ac_abs_top_builddir=$ac_pwd
-+ac_abs_builddir=$ac_pwd$ac_dir_suffix
-+# for backward compatibility:
-+ac_top_builddir=$ac_top_build_prefix
- 
- case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
-+  .)  # We are building in place.
-     ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_top_srcdir=$ac_top_builddir_sub
-+    ac_abs_top_srcdir=$ac_pwd ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute name.
-     ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-+    ac_top_srcdir=$srcdir
-+    ac_abs_top_srcdir=$srcdir ;;
-+  *) # Relative name.
-+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_build_prefix$srcdir
-+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
- esac
--
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
--esac
--
--    cd $ac_dir
--    # Check for guested configure; otherwise get Cygnus style configure.
--    if test -f $ac_srcdir/configure.gnu; then
--      echo
--      $SHELL $ac_srcdir/configure.gnu  --help=recursive
--    elif test -f $ac_srcdir/configure; then
--      echo
--      $SHELL $ac_srcdir/configure  --help=recursive
--    elif test -f $ac_srcdir/configure.ac ||
--	   test -f $ac_srcdir/configure.in; then
--      echo
--      $ac_configure --help
-+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-+
-+    cd "$ac_dir" || { ac_status=$?; continue; }
-+    # Check for guested configure.
-+    if test -f "$ac_srcdir/configure.gnu"; then
-+      echo &&
-+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
-+    elif test -f "$ac_srcdir/configure"; then
-+      echo &&
-+      $SHELL "$ac_srcdir/configure" --help=recursive
-     else
-       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
--    fi
--    cd $ac_popdir
-+    fi || ac_status=$?
-+    cd "$ac_pwd" || { ac_status=$?; break; }
-   done
- fi
- 
--test -n "$ac_init_help" && exit 0
-+test -n "$ac_init_help" && exit $ac_status
- if $ac_init_version; then
-   cat <<\_ACEOF
- Lustre ldiskfs configure 3.0.9
--generated by GNU Autoconf 2.59
-+generated by GNU Autoconf 2.61
- 
--Copyright (C) 2003 Free Software Foundation, Inc.
-+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-+2002, 2003, 2004, 2005, 2006 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 0
-+  exit
- fi
--exec 5>config.log
--cat >&5 <<_ACEOF
-+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 Lustre ldiskfs $as_me 3.0.9, which was
--generated by GNU Autoconf 2.59.  Invocation command line was
-+generated by GNU Autoconf 2.61.  Invocation command line was
- 
-   $ $0 $@
- 
- _ACEOF
-+exec 5>>config.log
- {
- cat <<_ASUNAME
- ## --------- ##
-@@ -1017,7 +1465,7 @@ uname -v = `(uname -v) 2>/dev/null || echo unknown`
- /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
- /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
- /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
--hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
-+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
- /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
- /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
- /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
-@@ -1031,6 +1479,7 @@ do
-   test -z "$as_dir" && as_dir=.
-   echo "PATH: $as_dir"
- done
-+IFS=$as_save_IFS
- 
- } >&5
- 
-@@ -1052,7 +1501,6 @@ _ACEOF
- ac_configure_args=
- ac_configure_args0=
- ac_configure_args1=
--ac_sep=
- ac_must_keep_next=false
- for ac_pass in 1 2
- do
-@@ -1063,7 +1511,7 @@ do
-     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-     | -silent | --silent | --silen | --sile | --sil)
-       continue ;;
--    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
-+    *\'*)
-       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-     esac
-     case $ac_pass in
-@@ -1085,9 +1533,7 @@ do
- 	  -* ) ac_must_keep_next=true ;;
- 	esac
-       fi
--      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
--      # Get rid of the leading space.
--      ac_sep=" "
-+      ac_configure_args="$ac_configure_args '$ac_arg'"
-       ;;
-     esac
-   done
-@@ -1098,8 +1544,8 @@ $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_
- # When interrupted or exit'd, cleanup temporary files, and complete
- # config.log.  We remove comments because anyway the quotes in there
- # would cause problems or look ugly.
--# WARNING: Be sure not to use single quotes in there, as some shells,
--# such as our DU 5.0 friend, will then `close' the trap.
-+# WARNING: Use '\'' to represent an apostrophe within the trap.
-+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
- trap 'exit_status=$?
-   # Save into config.log some information that might help in debugging.
-   {
-@@ -1112,20 +1558,34 @@ trap 'exit_status=$?
- _ASBOX
-     echo
-     # The following way of writing the cache mishandles newlines in values,
--{
-+(
-+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
-+    eval ac_val=\$$ac_var
-+    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;} ;;
-+      esac
-+      case $ac_var in #(
-+      _ | IFS | as_nl) ;; #(
-+      *) $as_unset $ac_var ;;
-+      esac ;;
-+    esac
-+  done
-   (set) 2>&1 |
--    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
--    *ac_space=\ *)
-+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
-+    *${as_nl}ac_space=\ *)
-       sed -n \
--	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
--	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
--      ;;
-+	"s/'\''/'\''\\\\'\'''\''/g;
-+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
-+      ;; #(
-     *)
--      sed -n \
--	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
-+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-       ;;
--    esac;
--}
-+    esac |
-+    sort
-+)
-     echo
- 
-     cat <<\_ASBOX
-@@ -1136,22 +1596,28 @@ _ASBOX
-     echo
-     for ac_var in $ac_subst_vars
-     do
--      eval ac_val=$`echo $ac_var`
--      echo "$ac_var='"'"'$ac_val'"'"'"
-+      eval ac_val=\$$ac_var
-+      case $ac_val in
-+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-+      esac
-+      echo "$ac_var='\''$ac_val'\''"
-     done | sort
-     echo
- 
-     if test -n "$ac_subst_files"; then
-       cat <<\_ASBOX
--## ------------- ##
--## Output files. ##
--## ------------- ##
-+## ------------------- ##
-+## File substitutions. ##
-+## ------------------- ##
- _ASBOX
-       echo
-       for ac_var in $ac_subst_files
-       do
--	eval ac_val=$`echo $ac_var`
--	echo "$ac_var='"'"'$ac_val'"'"'"
-+	eval ac_val=\$$ac_var
-+	case $ac_val in
-+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-+	esac
-+	echo "$ac_var='\''$ac_val'\''"
-       done | sort
-       echo
-     fi
-@@ -1163,26 +1629,24 @@ _ASBOX
- ## ----------- ##
- _ASBOX
-       echo
--      sed "/^$/d" confdefs.h | sort
-+      cat confdefs.h
-       echo
-     fi
-     test "$ac_signal" != 0 &&
-       echo "$as_me: caught signal $ac_signal"
-     echo "$as_me: exit $exit_status"
-   } >&5
--  rm -f core *.core &&
--  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
-+  rm -f core *.core core.conftest.* &&
-+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
-     exit $exit_status
--     ' 0
-+' 0
- for ac_signal in 1 2 13 15; do
-   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
- done
- ac_signal=0
- 
- # confdefs.h avoids OS command line length limits that DEFS can exceed.
--rm -rf conftest* confdefs.h
--# AIX cpp loses on an empty file, so make sure it contains at least a newline.
--echo >confdefs.h
-+rm -f -r conftest* confdefs.h
- 
- # Predefined preprocessor variables.
- 
-@@ -1213,14 +1677,17 @@ _ACEOF
- 
- # Let the site file select an alternate cache file if it wants to.
- # Prefer explicitly selected file to automatically selected ones.
--if test -z "$CONFIG_SITE"; then
--  if test "x$prefix" != xNONE; then
--    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
--  else
--    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
--  fi
-+if test -n "$CONFIG_SITE"; then
-+  set x "$CONFIG_SITE"
-+elif test "x$prefix" != xNONE; then
-+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
-+else
-+  set x "$ac_default_prefix/share/config.site" \
-+	"$ac_default_prefix/etc/config.site"
- fi
--for ac_site_file in $CONFIG_SITE; do
-+shift
-+for ac_site_file
-+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;}
-@@ -1236,8 +1703,8 @@ if test -r "$cache_file"; then
-     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
- echo "$as_me: loading cache $cache_file" >&6;}
-     case $cache_file in
--      [\\/]* | ?:[\\/]* ) . $cache_file;;
--      *)                      . ./$cache_file;;
-+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
-+      *)                      . "./$cache_file";;
-     esac
-   fi
- else
-@@ -1249,12 +1716,11 @@ fi
- # Check that the precious variables saved in the cache have kept the same
- # value.
- ac_cache_corrupted=false
--for ac_var in `(set) 2>&1 |
--	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
-+for ac_var in $ac_precious_vars; do
-   eval ac_old_set=\$ac_cv_env_${ac_var}_set
-   eval ac_new_set=\$ac_env_${ac_var}_set
--  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
--  eval ac_new_val="\$ac_env_${ac_var}_value"
-+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
-+  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
-@@ -1279,8 +1745,7 @@ echo "$as_me:   current value: $ac_new_val" >&2;}
-   # 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=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
-     *) ac_arg=$ac_var=$ac_new_val ;;
-     esac
-     case " $ac_configure_args " in
-@@ -1297,12 +1762,6 @@ echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start ov
-    { (exit 1); exit 1; }; }
- 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
--
- 
- 
- 
-@@ -1327,111 +1786,166 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
- 
- 
-+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
- 
- 
- 
- 
- # Don't look for install-sh, etc. in ..
- ac_aux_dir=
--for ac_dir in . $srcdir/.; do
--  if test -f $ac_dir/install-sh; then
-+for ac_dir in . "$srcdir"/.; do
-+  if test -f "$ac_dir/install-sh"; then
-     ac_aux_dir=$ac_dir
-     ac_install_sh="$ac_aux_dir/install-sh -c"
-     break
--  elif test -f $ac_dir/install.sh; then
-+  elif test -f "$ac_dir/install.sh"; then
-     ac_aux_dir=$ac_dir
-     ac_install_sh="$ac_aux_dir/install.sh -c"
-     break
--  elif test -f $ac_dir/shtool; then
-+  elif test -f "$ac_dir/shtool"; then
-     ac_aux_dir=$ac_dir
-     ac_install_sh="$ac_aux_dir/shtool install -c"
-     break
-   fi
- done
- if test -z "$ac_aux_dir"; then
--  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in . $srcdir/." >&5
--echo "$as_me: error: cannot find install-sh or install.sh in . $srcdir/." >&2;}
-+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in . \"$srcdir\"/." >&5
-+echo "$as_me: error: cannot find install-sh or install.sh in . \"$srcdir\"/." >&2;}
-    { (exit 1); exit 1; }; }
- fi
--ac_config_guess="$SHELL $ac_aux_dir/config.guess"
--ac_config_sub="$SHELL $ac_aux_dir/config.sub"
--ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-+
-+# These three variables are undocumented and unsupported,
-+# and are intended to be withdrawn in a future Autoconf release.
-+# They can cause serious problems if a builder's source tree is in a directory
-+# whose full name contains unusual characters.
-+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
-+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
-+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
-+
- 
- 
- # Make sure we can run config.sub.
--$ac_config_sub sun4 >/dev/null 2>&1 ||
--  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
--echo "$as_me: error: cannot run $ac_config_sub" >&2;}
-+$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
-+{ 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
- else
--  ac_cv_build_alias=$build_alias
--test -z "$ac_cv_build_alias" &&
--  ac_cv_build_alias=`$ac_config_guess`
--test -z "$ac_cv_build_alias" &&
-+  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; }; }
--ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
--  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
--echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
-+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; }; }
- 
- fi
--echo "$as_me:$LINENO: result: $ac_cv_build" >&5
--echo "${ECHO_T}$ac_cv_build" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
-+echo "${ECHO_T}$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; }; };;
-+esac
- build=$ac_cv_build
--build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
--build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
--
--
--echo "$as_me:$LINENO: checking host system type" >&5
--echo $ECHO_N "checking host system type... $ECHO_C" >&6
-+ac_save_IFS=$IFS; IFS='-'
-+set x $ac_cv_build
-+shift
-+build_cpu=$1
-+build_vendor=$2
-+shift; shift
-+# Remember, the first character of IFS is used to create $*,
-+# except with old shells:
-+build_os=$*
-+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
- else
--  ac_cv_host_alias=$host_alias
--test -z "$ac_cv_host_alias" &&
--  ac_cv_host_alias=$ac_cv_build_alias
--ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
--  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
--echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
-+  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; }; }
-+fi
- 
- fi
--echo "$as_me:$LINENO: result: $ac_cv_host" >&5
--echo "${ECHO_T}$ac_cv_host" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
-+echo "${ECHO_T}$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; }; };;
-+esac
- host=$ac_cv_host
--host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
--host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
--
--
--echo "$as_me:$LINENO: checking target system type" >&5
--echo $ECHO_N "checking target system type... $ECHO_C" >&6
-+ac_save_IFS=$IFS; IFS='-'
-+set x $ac_cv_host
-+shift
-+host_cpu=$1
-+host_vendor=$2
-+shift; shift
-+# Remember, the first character of IFS is used to create $*,
-+# except with old shells:
-+host_os=$*
-+IFS=$ac_save_IFS
-+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-+
-+
-+{ echo "$as_me:$LINENO: checking target system type" >&5
-+echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
- if test "${ac_cv_target+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
--  ac_cv_target_alias=$target_alias
--test "x$ac_cv_target_alias" = "x" &&
--  ac_cv_target_alias=$ac_cv_host_alias
--ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
--  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
--echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
-+  if test "x$target_alias" = x; then
-+  ac_cv_target=$ac_cv_host
-+else
-+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
-+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
-+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
-    { (exit 1); exit 1; }; }
-+fi
- 
- fi
--echo "$as_me:$LINENO: result: $ac_cv_target" >&5
--echo "${ECHO_T}$ac_cv_target" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
-+echo "${ECHO_T}$ac_cv_target" >&6; }
-+case $ac_cv_target in
-+*-*-*) ;;
-+*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
-+echo "$as_me: error: invalid value of canonical target" >&2;}
-+   { (exit 1); exit 1; }; };;
-+esac
- target=$ac_cv_target
--target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
--target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-+ac_save_IFS=$IFS; IFS='-'
-+set x $ac_cv_target
-+shift
-+target_cpu=$1
-+target_vendor=$2
-+shift; shift
-+# Remember, the first character of IFS is used to create $*,
-+# except with old shells:
-+target_os=$*
-+IFS=$ac_save_IFS
-+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
- 
- 
- # The aliases save the names the user supplied, while $host etc.
-@@ -1455,8 +1969,8 @@ am__api_version="1.7"
- # 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
-+{ 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
-@@ -1478,7 +1992,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 $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
-+	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.
-@@ -1497,21 +2011,22 @@ case $as_dir/ in
-     ;;
- esac
- done
-+IFS=$as_save_IFS
- 
- 
- 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.  We don't cache a
--    # path for INSTALL within a source directory, because that will
-+    # 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 path is relative.
-+    # removed, or if the value is a relative name.
-     INSTALL=$ac_install_sh
-   fi
- fi
--echo "$as_me:$LINENO: result: $INSTALL" >&5
--echo "${ECHO_T}$INSTALL" >&6
-+{ 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.
-@@ -1521,8 +2036,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
- 
- 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
-+{ 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
-@@ -1564,20 +2079,20 @@ echo "$as_me: error: newly created file is older than distributed files!
- Check your system clock" >&2;}
-    { (exit 1); exit 1; }; }
- fi
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- test "$program_prefix" != NONE &&
--  program_transform_name="s,^,$program_prefix,;$program_transform_name"
-+  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"
-+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
- # Double any \ or $.  echo might interpret backslashes.
- # 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 conftest.sed
-+rm -f conftest.sed
- 
- 
- # expand $ac_aux_dir to an absolute path
-@@ -1597,8 +2112,8 @@ 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
-+{ 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
- else
-@@ -1611,54 +2126,57 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $AWK" >&5
-+echo "${ECHO_T}$AWK" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}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 dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
--if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
-+{ 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 'ac_maketemp="$(MAKE)"'
-+	@echo '@@@%%%=$(MAKE)=@@@%%%'
- _ACEOF
- # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
--eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
--if test -n "$ac_maketemp"; then
--  eval ac_cv_prog_make_${ac_make}_set=yes
--else
--  eval ac_cv_prog_make_${ac_make}_set=no
--fi
-+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 \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
--  echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+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=
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-   SET_MAKE="MAKE=${MAKE-make}"
- fi
- 
-@@ -1732,8 +2250,8 @@ 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
-+{ 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
-@@ -1746,32 +2264,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-+  { 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
-+  { 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
-+{ 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
-@@ -1784,27 +2304,41 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
- 
--  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
- 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
-+  { 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
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  STRIP=$ac_ct_STRIP
-+  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
-@@ -1826,8 +2360,8 @@ 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
-+{ 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
- else
-@@ -1840,32 +2374,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
- fi
- 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
-+{ 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
- else
-@@ -1878,36 +2414,51 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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_CC="gcc"
-     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_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
-+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-+echo "${ECHO_T}$ac_ct_CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  CC=$ac_ct_CC
-+  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;}
-+ac_tool_warned=yes ;;
-+esac
-+    CC=$ac_ct_CC
-+  fi
- else
-   CC="$ac_cv_prog_CC"
- fi
- 
- 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.
-+          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
-+{ 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
- else
-@@ -1920,74 +2471,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-     break 2
-   fi
- 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
--else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
--fi
--
--fi
--if test -z "$ac_cv_prog_CC"; then
--  ac_ct_CC=$CC
--  # 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_ac_ct_CC+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
--    ac_cv_prog_ac_ct_CC="cc"
--    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
--    break 2
--  fi
--done
--done
--
--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
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  CC=$ac_ct_CC
--else
--  CC="$ac_cv_prog_CC"
--fi
- 
-+  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
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+{ 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
- else
-@@ -2001,7 +2512,7 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-@@ -2012,6 +2523,7 @@ do
-   fi
- done
- done
-+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.
-@@ -2029,22 +2541,23 @@ fi
- fi
- CC=$ac_cv_prog_CC
- if test -n "$CC"; then
--  echo "$as_me:$LINENO: result: $CC" >&5
--echo "${ECHO_T}$CC" >&6
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
- fi
- if test -z "$CC"; then
-   if test -n "$ac_tool_prefix"; then
--  for ac_prog in cl
-+  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
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+{ 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
- else
-@@ -2057,36 +2570,38 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
-     test -n "$CC" && break
-   done
- fi
- if test -z "$CC"; then
-   ac_ct_CC=$CC
--  for ac_prog in cl
-+  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
-+{ 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
- else
-@@ -2099,29 +2614,45 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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_CC="$ac_prog"
-     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_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
-+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-+echo "${ECHO_T}$ac_ct_CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
-   test -n "$ac_ct_CC" && break
- done
- 
--  CC=$ac_ct_CC
-+  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;}
-+ac_tool_warned=yes ;;
-+esac
-+    CC=$ac_ct_CC
-+  fi
- fi
- 
- fi
-@@ -2134,21 +2665,35 @@ See \`config.log' for more details." >&2;}
-    { (exit 1); exit 1; }; }
- 
- # Provide some information about the compiler.
--echo "$as_me:$LINENO:" \
--     "checking for C compiler version" >&5
-+echo "$as_me:$LINENO: checking for C compiler version" >&5
- ac_compiler=`set X $ac_compile; echo $2`
--{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
--  (eval $ac_compiler --version </dev/null >&5) 2>&5
-+{ (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); }
--{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
--  (eval $ac_compiler -v </dev/null >&5) 2>&5
-+{ (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); }
--{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
--  (eval $ac_compiler -V </dev/null >&5) 2>&5
-+{ (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); }
-@@ -2173,47 +2718,77 @@ ac_clean_files="$ac_clean_files a.out 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
-+{ 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[^ ]*//'`
--if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
--  (eval $ac_link_default) 2>&5
-+#
-+# 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.
-+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_rmfiles="$ac_rmfiles $ac_file";;
-+  esac
-+done
-+rm -f $ac_rmfiles
-+
-+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_link_default") 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  # Find the output, starting from the most likely.  This scheme is
--# not robust to junk in `.', hence go to wildcards (a.*) only as a last
--# resort.
--
--# Be careful to initialize this variable, since it used to be cached.
--# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
--ac_cv_exeext=
--# b.out is created by i960 compilers.
--for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
-+  # 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,
-+# so that the user can short-circuit this test for compilers unknown to
-+# Autoconf.
-+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 | *.o | *.obj )
--	;;
--    conftest.$ac_ext )
--	# This is the source file.
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
- 	;;
-     [ab].out )
- 	# We found the default executable, but exeext='' is most
- 	# certainly right.
- 	break;;
-     *.* )
--	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
--	# FIXME: I believe we export ac_cv_exeext for Libtool,
--	# but it would be cool to find out if it's true.  Does anybody
--	# maintain Libtool? --akim.
--	export ac_cv_exeext
-+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
-+	then :; else
-+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-+	fi
-+	# We set ac_cv_exeext here because the later test for it is not
-+	# safe: cross compilers may not add the suffix if given an `-o'
-+	# argument, so we may need to know it at that point already.
-+	# Even if this section looks crufty: it has the advantage of
-+	# actually working.
- 	break;;
-     * )
- 	break;;
-   esac
- done
-+test "$ac_cv_exeext" = no && ac_cv_exeext=
-+
- 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
- 
-@@ -2225,19 +2800,21 @@ See \`config.log' for more details." >&2;}
- fi
- 
- ac_exeext=$ac_cv_exeext
--echo "$as_me:$LINENO: result: $ac_file" >&5
--echo "${ECHO_T}$ac_file" >&6
- 
--# Check the compiler produces executables we can run.  If not, either
-+# 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
-+{ 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'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-@@ -2256,22 +2833,27 @@ See \`config.log' for more details." >&2;}
-     fi
-   fi
- fi
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- rm -f a.out a.exe conftest$ac_cv_exeext b.out
- ac_clean_files=$ac_clean_files_save
--# Check the compiler produces executables we can run.  If not, either
-+# 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 { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
-+{ 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"
-+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); }; then
-@@ -2282,9 +2864,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- 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 | *.o | *.obj ) ;;
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
-     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
--	  export ac_cv_exeext
- 	  break;;
-     * ) break;;
-   esac
-@@ -2298,14 +2879,14 @@ See \`config.log' for more details." >&2;}
- fi
- 
- rm -f conftest$ac_cv_exeext
--echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
--echo "${ECHO_T}$ac_cv_exeext" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-+echo "${ECHO_T}$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
-+{ 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
-@@ -2325,14 +2906,20 @@ main ()
- }
- _ACEOF
- rm -f conftest.o conftest.obj
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>&5
-+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>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
-+  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 ) ;;
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
-     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
-        break;;
-   esac
-@@ -2350,12 +2937,12 @@ 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
-+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
-+echo "${ECHO_T}$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
-+{ 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
- else
-@@ -2378,50 +2965,49 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+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
-+{ 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`
- ac_test_CFLAGS=${CFLAGS+set}
- ac_save_CFLAGS=$CFLAGS
--CFLAGS="-g"
--echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
--echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
-+{ 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
- else
--  cat >conftest.$ac_ext <<_ACEOF
-+  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
-@@ -2437,38 +3023,118 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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
-+/* end confdefs.h.  */
-+
-+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); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-+
-+	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
-+/* end confdefs.h.  */
-+
-+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); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_cv_prog_cc_g=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_prog_cc_g=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
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+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
-+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-+echo "${ECHO_T}$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
-@@ -2484,12 +3150,12 @@ else
-     CFLAGS=
-   fi
- fi
--echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
--echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
--if test "${ac_cv_prog_cc_stdc+set}" = set; then
-+{ 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
- else
--  ac_cv_prog_cc_stdc=no
-+  ac_cv_prog_cc_c89=no
- ac_save_CC=$CC
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -2523,12 +3189,17 @@ static char *f (char * (*g) (char **, int), char **p, ...)
- /* 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 -std1 is added to get
-+   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 -std1.  */
-+   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];
-+
- int test (int i, double x);
- struct s1 {int (*f) (int a);};
- struct s2 {int (*f) (double a);};
-@@ -2543,205 +3214,57 @@ return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-   return 0;
- }
- _ACEOF
--# Don't try gcc -ansi; that turns off useful extensions and
--# breaks some systems' header files.
--# AIX			-qlanglvl=ansi
--# Ultrix and OSF/1	-std1
--# HP-UX 10.20 and later	-Ae
--# HP-UX older versions	-Aa -D_HPUX_SOURCE
--# SVR4			-Xc -D__EXTENSIONS__
--for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
- do
-   CC="$ac_save_CC $ac_arg"
-   rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  ac_cv_prog_cc_stdc=$ac_arg
--break
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext
-+
-+rm -f core conftest.err conftest.$ac_objext
-+  test "x$ac_cv_prog_cc_c89" != "xno" && break
- done
--rm -f conftest.$ac_ext conftest.$ac_objext
-+rm -f conftest.$ac_ext
- CC=$ac_save_CC
- 
- fi
--
--case "x$ac_cv_prog_cc_stdc" in
--  x|xno)
--    echo "$as_me:$LINENO: result: none needed" >&5
--echo "${ECHO_T}none needed" >&6 ;;
-+# 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; } ;;
-+  xno)
-+    { echo "$as_me:$LINENO: result: unsupported" >&5
-+echo "${ECHO_T}unsupported" >&6; } ;;
-   *)
--    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
--echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
--    CC="$CC $ac_cv_prog_cc_stdc" ;;
-+    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; } ;;
- esac
- 
--# Some people use a C++ compiler to compile C.  Since we use `exit',
--# in C++ we need to declare it.  In case someone uses the same compiler
--# for both compiling C and C++ we need to have the C++ compiler decide
--# the declaration of exit, since it's the most demanding environment.
--cat >conftest.$ac_ext <<_ACEOF
--#ifndef __cplusplus
--  choke me
--#endif
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  for ac_declaration in \
--   '' \
--   'extern "C" void std::exit (int) throw (); using std::exit;' \
--   'extern "C" void std::exit (int); using std::exit;' \
--   'extern "C" void exit (int) throw ();' \
--   'extern "C" void exit (int);' \
--   'void exit (int);'
--do
--  cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h.  */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h.  */
--$ac_declaration
--#include <stdlib.h>
--int
--main ()
--{
--exit (42);
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  :
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--continue
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--  cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h.  */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h.  */
--$ac_declaration
--int
--main ()
--{
--exit (42);
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  break
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
- 
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--done
--rm -f conftest*
--if test -n "$ac_declaration"; then
--  echo '#ifdef __cplusplus' >>confdefs.h
--  echo $ac_declaration      >>confdefs.h
--  echo '#endif'             >>confdefs.h
--fi
--
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
- ac_cpp='$CPP $CPPFLAGS'
- ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -2749,7 +3272,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- DEPDIR="${am__leading_dot}deps"
- 
--          ac_config_commands="$ac_config_commands depfiles"
-+ac_config_commands="$ac_config_commands depfiles"
- 
- 
- am_make=${MAKE-make}
-@@ -2759,8 +3282,8 @@ am__doit:
- .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
-+{ 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
-@@ -2787,15 +3310,15 @@ if test "$am__include" = "#"; then
- fi
- 
- 
--echo "$as_me:$LINENO: result: $_am_result" >&5
--echo "${ECHO_T}$_am_result" >&6
-+{ echo "$as_me:$LINENO: result: $_am_result" >&5
-+echo "${ECHO_T}$_am_result" >&6; }
- rm -f confinc confmf
- 
--# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
-+# Check whether --enable-dependency-tracking was given.
- if test "${enable_dependency_tracking+set}" = set; then
--  enableval="$enable_dependency_tracking"
-+  enableval=$enable_dependency_tracking;
-+fi
- 
--fi;
- if test "x$enable_dependency_tracking" != xno; then
-   am_depcomp="$ac_aux_dir/depcomp"
-   AMDEPBACKSLASH='\'
-@@ -2815,8 +3338,8 @@ 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
-+{ 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
- else
-@@ -2898,8 +3421,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
-+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
-+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
- CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
- 
- 
-@@ -2937,8 +3460,8 @@ 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
-+{ 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=
-@@ -2972,24 +3495,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- #endif
- 		     Syntax error
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-   :
- else
-   echo "$as_me: failed program was:" >&5
-@@ -2998,9 +3519,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
-   # Broken: fails on valid input.
- continue
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
--  # OK, works on sane cases.  Now check whether non-existent headers
-+  # OK, works on sane cases.  Now check whether nonexistent headers
-   # can be detected and how.
-   cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -3010,24 +3532,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <ac_nonexistent.h>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
- else
-@@ -3038,6 +3558,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
- ac_preproc_ok=:
- break
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
- done
-@@ -3055,8 +3576,8 @@ fi
- else
-   ac_cv_prog_CPP=$CPP
- fi
--echo "$as_me:$LINENO: result: $CPP" >&5
--echo "${ECHO_T}$CPP" >&6
-+{ 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
-@@ -3079,24 +3600,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- #endif
- 		     Syntax error
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-   :
- else
-   echo "$as_me: failed program was:" >&5
-@@ -3105,9 +3624,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
-   # Broken: fails on valid input.
- continue
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
--  # OK, works on sane cases.  Now check whether non-existent headers
-+  # OK, works on sane cases.  Now check whether nonexistent headers
-   # can be detected and how.
-   cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -3117,24 +3637,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <ac_nonexistent.h>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
- else
-@@ -3145,6 +3663,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
- ac_preproc_ok=:
- break
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
- done
-@@ -3167,23 +3686,170 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
- 
--echo "$as_me:$LINENO: checking for egrep" >&5
--echo $ECHO_N "checking for egrep... $ECHO_C" >&6
--if test "${ac_cv_prog_egrep+set}" = set; then
-+{ 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
-+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
-+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
-+*GNU*)
-+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_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 '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
-+    ac_count=`expr $ac_count + 1`
-+    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
-+
-+
-+    $ac_path_GREP_found && break 3
-+  done
-+done
-+
-+done
-+IFS=$as_save_IFS
-+
-+
-+fi
-+
-+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
-+
-+else
-+  ac_cv_path_GREP=$GREP
-+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
- else
--  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
--    then ac_cv_prog_egrep='grep -E'
--    else ac_cv_prog_egrep='egrep'
-+  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
-+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
-+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
-+
-+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
-+
-+else
-+  ac_cv_path_EGREP=$EGREP
-+fi
-+
-+
-+   fi
- fi
--echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
--echo "${ECHO_T}$ac_cv_prog_egrep" >&6
-- EGREP=$ac_cv_prog_egrep
-+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
-+echo "${ECHO_T}$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
-+{ 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
-@@ -3207,35 +3873,31 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+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.
-@@ -3291,6 +3953,7 @@ 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))
-@@ -3310,18 +3973,27 @@ main ()
-   for (i = 0; i < 256; i++)
-     if (XOR (islower (i), ISLOWER (i))
- 	|| toupper (i) != TOUPPER (i))
--      exit(2);
--  exit (0);
-+      return 2;
-+  return 0;
- }
- _ACEOF
- rm -f conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
-+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'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-@@ -3334,12 +4006,14 @@ sed 's/^/| /' conftest.$ac_ext >&5
- ( exit $ac_status )
- ac_cv_header_stdc=no
- fi
--rm -f core *.core 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.$ac_ext
- fi
-+
-+
- fi
- fi
--echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
--echo "${ECHO_T}$ac_cv_header_stdc" >&6
-+{ 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
-@@ -3362,9 +4036,9 @@ 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 eval "test \"\${$as_ac_Header+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
- else
-   cat >conftest.$ac_ext <<_ACEOF
-@@ -3378,38 +4052,35 @@ $ac_includes_default
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+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
-@@ -3423,8 +4094,8 @@ done
- 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
-+{ 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
- else
-@@ -3437,32 +4108,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
-+echo "${ECHO_T}$RANLIB" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}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
-+{ 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
- else
-@@ -3475,37 +4148,51 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-     break 2
-   fi
- done
- done
-+IFS=$as_save_IFS
- 
--  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
- 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
-+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
-+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  RANLIB=$ac_ct_RANLIB
-+  if test "x$ac_ct_RANLIB" = x; then
-+    RANLIB=":"
-+  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
-+    RANLIB=$ac_ct_RANLIB
-+  fi
- else
-   RANLIB="$ac_cv_prog_RANLIB"
- fi
- 
--echo "$as_me:$LINENO: checking for buggy compiler" >&5
--echo $ECHO_N "checking for buggy compiler... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for buggy compiler" >&5
-+echo $ECHO_N "checking for buggy compiler... $ECHO_C" >&6; }
- CC_VERSION=`$CC -v 2>&1 | grep "^gcc version"`
- bad_cc() {
--	echo "$as_me:$LINENO: result: buggy compiler found!" >&5
--echo "${ECHO_T}buggy compiler found!" >&6
-+	{ echo "$as_me:$LINENO: result: buggy compiler found!" >&5
-+echo "${ECHO_T}buggy compiler found!" >&6; }
- 	echo
- 	echo "   '$CC_VERSION'"
- 	echo "  has been known to generate bad code, "
-@@ -3530,14 +4217,14 @@ case "$CC_VERSION" in
- 		bad_cc
- 		;;
- 	*)
--		echo "$as_me:$LINENO: result: no known problems" >&5
--echo "${ECHO_T}no known problems" >&6
-+		{ echo "$as_me:$LINENO: result: no known problems" >&5
-+echo "${ECHO_T}no known problems" >&6; }
- 		;;
- esac
- 
- # ---------  unsigned long long sane? -------
--echo "$as_me:$LINENO: checking for unsigned long long" >&5
--echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for unsigned long long" >&5
-+echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; }
- if test "${ac_cv_type_unsigned_long_long+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -3548,61 +4235,57 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+typedef unsigned long long ac__type_new_;
- int
- main ()
- {
--if ((unsigned long long *) 0)
-+if ((ac__type_new_ *) 0)
-   return 0;
--if (sizeof (unsigned long long))
-+if (sizeof (ac__type_new_))
-   return 0;
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_cv_type_unsigned_long_long=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_type_unsigned_long_long=no
-+	ac_cv_type_unsigned_long_long=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
--echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
-+echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; }
- 
--echo "$as_me:$LINENO: checking size of unsigned long long" >&5
--echo $ECHO_N "checking size of unsigned long long... $ECHO_C" >&6
-+# The cast to long int works around a bug in the HP C Compiler
-+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-+# This bug is HP SR number 8606223364.
-+{ echo "$as_me:$LINENO: checking size of unsigned long long" >&5
-+echo $ECHO_N "checking size of unsigned long long... $ECHO_C" >&6; }
- if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
--  if test "$ac_cv_type_unsigned_long_long" = yes; then
--  # The cast to unsigned long works around a bug in the HP C Compiler
--  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
--  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
--  # This bug is HP SR number 8606223364.
-   if test "$cross_compiling" = yes; then
-   # Depending upon the size, compute the lo and hi bounds.
- cat >conftest.$ac_ext <<_ACEOF
-@@ -3612,10 +4295,11 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+   typedef unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) >= 0)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
- test_array [0] = 0
- 
-   ;
-@@ -3623,27 +4307,22 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_lo=0 ac_mid=0
-   while :; do
-     cat >conftest.$ac_ext <<_ACEOF
-@@ -3653,10 +4332,11 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+   typedef unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) <= $ac_mid)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
- test_array [0] = 0
- 
-   ;
-@@ -3664,56 +4344,53 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_hi=$ac_mid; break
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_lo=`expr $ac_mid + 1`
--		    if test $ac_lo -le $ac_mid; then
--		      ac_lo= ac_hi=
--		      break
--		    fi
--		    ac_mid=`expr 2 '*' $ac_mid + 1`
-+	ac_lo=`expr $ac_mid + 1`
-+			if test $ac_lo -le $ac_mid; then
-+			  ac_lo= ac_hi=
-+			  break
-+			fi
-+			ac_mid=`expr 2 '*' $ac_mid + 1`
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   done
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--cat >conftest.$ac_ext <<_ACEOF
-+	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 unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) < 0)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
- test_array [0] = 0
- 
-   ;
-@@ -3721,27 +4398,22 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_hi=-1 ac_mid=-1
-   while :; do
-     cat >conftest.$ac_ext <<_ACEOF
-@@ -3751,10 +4423,11 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+   typedef unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) >= $ac_mid)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
- test_array [0] = 0
- 
-   ;
-@@ -3762,50 +4435,48 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_lo=$ac_mid; break
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_hi=`expr '(' $ac_mid ')' - 1`
--		       if test $ac_mid -le $ac_hi; then
--			 ac_lo= ac_hi=
--			 break
--		       fi
--		       ac_mid=`expr 2 '*' $ac_mid`
-+	ac_hi=`expr '(' $ac_mid ')' - 1`
-+			if test $ac_mid -le $ac_hi; then
-+			  ac_lo= ac_hi=
-+			  break
-+			fi
-+			ac_mid=`expr 2 '*' $ac_mid`
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   done
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_lo= ac_hi=
-+	ac_lo= ac_hi=
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- # Binary search between lo and hi bounds.
- while test "x$ac_lo" != "x$ac_hi"; do
-   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
-@@ -3816,10 +4487,11 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+   typedef unsigned long long ac__type_sizeof_;
- int
- main ()
- {
--static int test_array [1 - 2 * !(((long) (sizeof (unsigned long long))) <= $ac_mid)];
-+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
- test_array [0] = 0
- 
-   ;
-@@ -3827,52 +4499,45 @@ test_array [0] = 0
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_hi=$ac_mid
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_lo=`expr '(' $ac_mid ')' + 1`
-+	ac_lo=`expr '(' $ac_mid ')' + 1`
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- done
- case $ac_lo in
- ?*) ac_cv_sizeof_unsigned_long_long=$ac_lo;;
--'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long), 77
-+'') if test "$ac_cv_type_unsigned_long_long" = yes; then
-+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long)
- See \`config.log' for more details." >&5
--echo "$as_me: error: cannot compute sizeof (unsigned long long), 77
-+echo "$as_me: error: cannot compute sizeof (unsigned long long)
- See \`config.log' for more details." >&2;}
--   { (exit 1); exit 1; }; } ;;
-+   { (exit 77); exit 77; }; }
-+   else
-+     ac_cv_sizeof_unsigned_long_long=0
-+   fi ;;
- esac
- else
--  if test "$cross_compiling" = yes; then
--  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&5
--echo "$as_me: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&2;}
--   { (exit 1); exit 1; }; }
--else
-   cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -3880,8 +4545,9 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
--long longval () { return (long) (sizeof (unsigned long long)); }
--unsigned long ulongval () { return (long) (sizeof (unsigned long long)); }
-+   typedef unsigned long long ac__type_sizeof_;
-+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
-+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
- #include <stdio.h>
- #include <stdlib.h>
- int
-@@ -3890,35 +4556,44 @@ main ()
- 
-   FILE *f = fopen ("conftest.val", "w");
-   if (! f)
--    exit (1);
--  if (((long) (sizeof (unsigned long long))) < 0)
-+    return 1;
-+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
-     {
--      long i = longval ();
--      if (i != ((long) (sizeof (unsigned long long))))
--	exit (1);
-+      long int i = longval ();
-+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
-+	return 1;
-       fprintf (f, "%ld\n", i);
-     }
-   else
-     {
--      unsigned long i = ulongval ();
--      if (i != ((long) (sizeof (unsigned long long))))
--	exit (1);
-+      unsigned long int i = ulongval ();
-+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
-+	return 1;
-       fprintf (f, "%lu\n", i);
-     }
--  exit (ferror (f) || fclose (f) != 0);
-+  return ferror (f) || fclose (f) != 0;
- 
-   ;
-   return 0;
- }
- _ACEOF
- rm -f conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
-+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'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-@@ -3929,22 +4604,25 @@ echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- ( exit $ac_status )
--{ { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long), 77
-+if test "$ac_cv_type_unsigned_long_long" = yes; then
-+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long long)
- See \`config.log' for more details." >&5
--echo "$as_me: error: cannot compute sizeof (unsigned long long), 77
-+echo "$as_me: error: cannot compute sizeof (unsigned long long)
- See \`config.log' for more details." >&2;}
--   { (exit 1); exit 1; }; }
--fi
--rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-+   { (exit 77); exit 77; }; }
-+   else
-+     ac_cv_sizeof_unsigned_long_long=0
-+   fi
- fi
-+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
- fi
- rm -f conftest.val
--else
--  ac_cv_sizeof_unsigned_long_long=0
- fi
--fi
--echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long_long" >&5
--echo "${ECHO_T}$ac_cv_sizeof_unsigned_long_long" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long_long" >&5
-+echo "${ECHO_T}$ac_cv_sizeof_unsigned_long_long" >&6; }
-+
-+
-+
- cat >>confdefs.h <<_ACEOF
- #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
- _ACEOF
-@@ -3988,12 +4666,11 @@ EXTRA_KCFLAGS="$EXTRA_KCFLAGS -g -I$PWD/$LIBCFS_INCLUDE_DIR -I$PWD/lnet/include
- 
- 
- 
--echo "$as_me:$LINENO: checking whether to build kernel modules" >&5
--echo $ECHO_N "checking whether to build kernel modules... $ECHO_C" >&6
--# Check whether --enable-modules or --disable-modules was given.
-+{ echo "$as_me:$LINENO: checking whether to build kernel modules" >&5
-+echo $ECHO_N "checking whether to build kernel modules... $ECHO_C" >&6; }
-+# Check whether --enable-modules was given.
- if test "${enable_modules+set}" = set; then
--  enableval="$enable_modules"
--
-+  enableval=$enable_modules;
- else
-   case $target_os in
- 	linux* | darwin*)
-@@ -4004,18 +4681,18 @@ enable_modules='no'
- 		;;
- esac
- 
--fi;
--echo "$as_me:$LINENO: result: $enable_modules" >&5
--echo "${ECHO_T}$enable_modules" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_modules" >&5
-+echo "${ECHO_T}$enable_modules" >&6; }
- 
- if test x$enable_modules = xyes ; then
--	echo "$as_me:$LINENO: checking for Linux sources" >&5
--echo $ECHO_N "checking for Linux sources... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for Linux sources" >&5
-+echo $ECHO_N "checking for Linux sources... $ECHO_C" >&6; }
- 
--# Check whether --with-linux or --without-linux was given.
-+# Check whether --with-linux was given.
- if test "${with_linux+set}" = set; then
--  withval="$with_linux"
--
-+  withval=$with_linux;
- 		if ! [[ $with_linux = /* ]]; then
- 			{ { echo "$as_me:$LINENO: error: You must provide an absolute pathname to the --with-linux= option." >&5
- echo "$as_me: error: You must provide an absolute pathname to the --with-linux= option." >&2;}
-@@ -4026,16 +4703,17 @@ echo "$as_me: error: You must provide an absolute pathname to the --with-linux=
- 
- else
-   LINUX=/usr/src/linux
--fi;
--echo "$as_me:$LINENO: result: $LINUX" >&5
--echo "${ECHO_T}$LINUX" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $LINUX" >&5
-+echo "${ECHO_T}$LINUX" >&6; }
- 
- 
- # -------- check for linux --------
- as_lb_File=`echo "lb_cv_file_$LINUX" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX" >&5
--echo $ECHO_N "checking for $LINUX... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX" >&5
-+echo $ECHO_N "checking for $LINUX... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX"; then
-@@ -4044,8 +4722,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -4056,33 +4735,33 @@ fi
- 
- 
- # -------- linux objects (for 2.6) --
--echo "$as_me:$LINENO: checking for Linux objects dir" >&5
--echo $ECHO_N "checking for Linux objects dir... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for Linux objects dir" >&5
-+echo $ECHO_N "checking for Linux objects dir... $ECHO_C" >&6; }
- 
--# Check whether --with-linux-obj or --without-linux-obj was given.
-+# Check whether --with-linux-obj was given.
- if test "${with_linux_obj+set}" = set; then
--  withval="$with_linux_obj"
--  LINUX_OBJ=$with_linux_obj
-+  withval=$with_linux_obj; LINUX_OBJ=$with_linux_obj
- else
-   LINUX_OBJ=$LINUX
--fi;
--echo "$as_me:$LINENO: result: $LINUX_OBJ" >&5
--echo "${ECHO_T}$LINUX_OBJ" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $LINUX_OBJ" >&5
-+echo "${ECHO_T}$LINUX_OBJ" >&6; }
- 
- 
- # -------- check for .config --------
- 
--# Check whether --with-linux-config or --without-linux-config was given.
-+# Check whether --with-linux-config was given.
- if test "${with_linux_config+set}" = set; then
--  withval="$with_linux_config"
--  LINUX_CONFIG=$with_linux_config
-+  withval=$with_linux_config; LINUX_CONFIG=$with_linux_config
- else
-   LINUX_CONFIG=$LINUX_OBJ/.config
--fi;
-+fi
-+
- 
- 
--echo "$as_me:$LINENO: checking for /boot/kernel.h" >&5
--echo $ECHO_N "checking for /boot/kernel.h... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for /boot/kernel.h" >&5
-+echo $ECHO_N "checking for /boot/kernel.h... $ECHO_C" >&6; }
- if test "${lb_cv_file__boot_kernel_h+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4092,13 +4771,13 @@ else
-   lb_cv_file__boot_kernel_h=no
- fi
- fi
--echo "$as_me:$LINENO: result: $lb_cv_file__boot_kernel_h" >&5
--echo "${ECHO_T}$lb_cv_file__boot_kernel_h" >&6
-+{ echo "$as_me:$LINENO: result: $lb_cv_file__boot_kernel_h" >&5
-+echo "${ECHO_T}$lb_cv_file__boot_kernel_h" >&6; }
- if test $lb_cv_file__boot_kernel_h = yes; then
-   KERNEL_SOURCE_HEADER='/boot/kernel.h'
- else
--  echo "$as_me:$LINENO: checking for /var/adm/running-kernel.h" >&5
--echo $ECHO_N "checking for /var/adm/running-kernel.h... $ECHO_C" >&6
-+  { echo "$as_me:$LINENO: checking for /var/adm/running-kernel.h" >&5
-+echo $ECHO_N "checking for /var/adm/running-kernel.h... $ECHO_C" >&6; }
- if test "${lb_cv_file__var_adm_running_kernel_h+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4108,8 +4787,8 @@ else
-   lb_cv_file__var_adm_running_kernel_h=no
- fi
- fi
--echo "$as_me:$LINENO: result: $lb_cv_file__var_adm_running_kernel_h" >&5
--echo "${ECHO_T}$lb_cv_file__var_adm_running_kernel_h" >&6
-+{ echo "$as_me:$LINENO: result: $lb_cv_file__var_adm_running_kernel_h" >&5
-+echo "${ECHO_T}$lb_cv_file__var_adm_running_kernel_h" >&6; }
- if test $lb_cv_file__var_adm_running_kernel_h = yes; then
-   KERNEL_SOURCE_HEADER='/var/adm/running-kernel.h'
- fi
-@@ -4118,17 +4797,17 @@ fi
- 
- 
- 
--# Check whether --with-kernel-source-header or --without-kernel-source-header was given.
-+# Check whether --with-kernel-source-header was given.
- if test "${with_kernel_source_header+set}" = set; then
--  withval="$with_kernel_source_header"
--  KERNEL_SOURCE_HEADER=$with_kernel_source_header
--fi;
-+  withval=$with_kernel_source_header; KERNEL_SOURCE_HEADER=$with_kernel_source_header
-+fi
-+
- 
- # ------------ .config exists ----------------
- as_lb_File=`echo "lb_cv_file_$LINUX_CONFIG" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX_CONFIG" >&5
--echo $ECHO_N "checking for $LINUX_CONFIG... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX_CONFIG" >&5
-+echo $ECHO_N "checking for $LINUX_CONFIG... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX_CONFIG"; then
-@@ -4137,8 +4816,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -4153,9 +4833,9 @@ fi
- # and at more old has only one line
- # include <autoconf.h>
- as_lb_File=`echo "lb_cv_file_$LINUX_OBJ/include/linux/autoconf.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX_OBJ/include/linux/autoconf.h" >&5
--echo $ECHO_N "checking for $LINUX_OBJ/include/linux/autoconf.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX_OBJ/include/linux/autoconf.h" >&5
-+echo $ECHO_N "checking for $LINUX_OBJ/include/linux/autoconf.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX_OBJ/include/linux/autoconf.h"; then
-@@ -4164,8 +4844,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -4175,9 +4856,9 @@ echo "$as_me: error: Run make config in $LINUX." >&2;}
- fi
- 
- as_lb_File=`echo "lb_cv_file_$LINUX_OBJ/include/linux/version.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX_OBJ/include/linux/version.h" >&5
--echo $ECHO_N "checking for $LINUX_OBJ/include/linux/version.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX_OBJ/include/linux/version.h" >&5
-+echo $ECHO_N "checking for $LINUX_OBJ/include/linux/version.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX_OBJ/include/linux/version.h"; then
-@@ -4186,8 +4867,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   :
- else
-@@ -4209,9 +4891,9 @@ if grep rhconfig $LINUX_OBJ/include/linux/version.h >/dev/null ; then
- 	# enable extensive workarounds to get this to build
- 	# modules
- 	as_lb_File=`echo "lb_cv_file_$KERNEL_SOURCE_HEADER" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $KERNEL_SOURCE_HEADER" >&5
--echo $ECHO_N "checking for $KERNEL_SOURCE_HEADER... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $KERNEL_SOURCE_HEADER" >&5
-+echo $ECHO_N "checking for $KERNEL_SOURCE_HEADER... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$KERNEL_SOURCE_HEADER"; then
-@@ -4220,8 +4902,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   if test $KERNEL_SOURCE_HEADER = '/boot/kernel.h' ; then
- 			{ echo "$as_me:$LINENO: WARNING: Using /boot/kernel.h from RUNNING kernel." >&5
-@@ -4244,30 +4927,30 @@ fi
- ARCH_UM=
- UML_CFLAGS=
- 
--echo "$as_me:$LINENO: checking if you are running user mode linux for $target_cpu" >&5
--echo $ECHO_N "checking if you are running user mode linux for $target_cpu... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if you are running user mode linux for $target_cpu" >&5
-+echo $ECHO_N "checking if you are running user mode linux for $target_cpu... $ECHO_C" >&6; }
- if test -e $LINUX/include/asm-um ; then
- 	if test  X`ls -id $LINUX/include/asm/ 2>/dev/null | awk '{print $1}'` = X`ls -id $LINUX/include/asm-um 2>/dev/null | awk '{print $1}'` ; then
- 		ARCH_UM='ARCH=um'
- 		# see notes in Rules.in
- 		UML_CFLAGS='-O0'
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-     	else
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	fi
- else
--	echo "$as_me:$LINENO: result: no (asm-um missing)" >&5
--echo "${ECHO_T}no (asm-um missing)" >&6
-+	{ echo "$as_me:$LINENO: result: no (asm-um missing)" >&5
-+echo "${ECHO_T}no (asm-um missing)" >&6; }
- fi
- 
- 
- 
- as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/namei.h" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX/include/linux/namei.h" >&5
--echo $ECHO_N "checking for $LINUX/include/linux/namei.h... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX/include/linux/namei.h" >&5
-+echo $ECHO_N "checking for $LINUX/include/linux/namei.h... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX/include/linux/namei.h"; then
-@@ -4276,8 +4959,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
- 
-         	linux25="yes"
-@@ -4290,16 +4974,16 @@ else
- 
- fi
- 
--echo "$as_me:$LINENO: checking if you are using Linux 2.6" >&5
--echo $ECHO_N "checking if you are using Linux 2.6... $ECHO_C" >&6
--echo "$as_me:$LINENO: result: $linux25" >&5
--echo "${ECHO_T}$linux25" >&6
-+{ echo "$as_me:$LINENO: checking if you are using Linux 2.6" >&5
-+echo $ECHO_N "checking if you are using Linux 2.6... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: result: $linux25" >&5
-+echo "${ECHO_T}$linux25" >&6; }
- 
- MODULE_TARGET="SUBDIRS"
- if test $linux25 = "yes" ; then
- 	makerule="$PWD/build"
--	echo "$as_me:$LINENO: checking for external module build support" >&5
--echo $ECHO_N "checking for external module build support... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for external module build support" >&5
-+echo $ECHO_N "checking for external module build support... $ECHO_C" >&6; }
- 	rm -f build/conftest.i
- 	cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
-@@ -4318,7 +5002,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftest.i ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftest.i ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4330,8 +5014,8 @@ if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftes
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--			echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+			{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
-@@ -4357,7 +5041,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftest.i ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftest.i ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4369,8 +5053,8 @@ if { ac_try='cp conftest.c build && make -d $makerule LUSTRE_KERNEL_TEST=conftes
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--					echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+					{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
-@@ -4396,8 +5080,8 @@ fi
- 
- 
- # --- check that we can build modules at all
--echo "$as_me:$LINENO: checking that modules can be built at all" >&5
--echo $ECHO_N "checking that modules can be built at all... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking that modules can be built at all" >&5
-+echo $ECHO_N "checking that modules can be built at all... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4415,7 +5099,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4427,16 +5111,16 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	{ echo "$as_me:$LINENO: WARNING: Consult config.log for details." >&5
- echo "$as_me: WARNING: Consult config.log for details." >&2;}
- 	{ echo "$as_me:$LINENO: WARNING: If you are trying to build with a kernel-source rpm, consult build/README.kernel-source" >&5
-@@ -4450,8 +5134,8 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- 
- LINUXRELEASE=
- rm -f build/conftest.i
--echo "$as_me:$LINENO: checking for Linux release" >&5
--echo $ECHO_N "checking for Linux release... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for Linux release" >&5
-+echo $ECHO_N "checking for Linux release... $ECHO_C" >&6; }
- if test -s $LINUX_OBJ/include/linux/utsrelease.h ; then
- 	LINUXRELEASEHEADER=utsrelease.h
- else
-@@ -4481,7 +5165,7 @@ _ACEOF
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
- if { ac_try='cp conftest.c build && make -d
- 	$makerule LUSTRE_KERNEL_TEST=conftest.i
-- ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+ ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4503,8 +5187,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: unknown" >&5
--echo "${ECHO_T}unknown" >&6
-+	{ echo "$as_me:$LINENO: result: unknown" >&5
-+echo "${ECHO_T}unknown" >&6; }
- 	{ { echo "$as_me:$LINENO: error: Could not preprocess test program.  Consult config.log for details." >&5
- echo "$as_me: error: Could not preprocess test program.  Consult config.log for details." >&2;}
-    { (exit 1); exit 1; }; }
-@@ -4513,14 +5197,14 @@ fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- rm -f build/conftest.i
- if test x$LINUXRELEASE = x ; then
--	echo "$as_me:$LINENO: result: unknown" >&5
--echo "${ECHO_T}unknown" >&6
-+	{ echo "$as_me:$LINENO: result: unknown" >&5
-+echo "${ECHO_T}unknown" >&6; }
- 	{ { echo "$as_me:$LINENO: error: Could not determine Linux release version from linux/version.h." >&5
- echo "$as_me: error: Could not determine Linux release version from linux/version.h." >&2;}
-    { (exit 1); exit 1; }; }
- fi
--echo "$as_me:$LINENO: result: $LINUXRELEASE" >&5
--echo "${ECHO_T}$LINUXRELEASE" >&6
-+{ echo "$as_me:$LINENO: result: $LINUXRELEASE" >&5
-+echo "${ECHO_T}$LINUXRELEASE" >&6; }
- 
- 
- moduledir='/lib/modules/'$LINUXRELEASE/kernel
-@@ -4533,16 +5217,16 @@ modulenetdir='$(moduledir)/net/$(PACKAGE)'
- 
- 
- # ------------ RELEASE --------------------------------
--echo "$as_me:$LINENO: checking for Lustre release" >&5
--echo $ECHO_N "checking for Lustre release... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for Lustre release" >&5
-+echo $ECHO_N "checking for Lustre release... $ECHO_C" >&6; }
- RELEASE="`echo ${LINUXRELEASE} | tr '-' '_'`_`date +%Y%m%d%H%M`"
--echo "$as_me:$LINENO: result: $RELEASE" >&5
--echo "${ECHO_T}$RELEASE" >&6
-+{ echo "$as_me:$LINENO: result: $RELEASE" >&5
-+echo "${ECHO_T}$RELEASE" >&6; }
- 
- 
- # check is redhat/suse kernels
--echo "$as_me:$LINENO: checking that RedHat kernel" >&5
--echo $ECHO_N "checking that RedHat kernel... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking that RedHat kernel" >&5
-+echo $ECHO_N "checking that RedHat kernel... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4566,7 +5250,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4580,22 +5264,22 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
- 
- 		RHEL_KENEL="yes"
- 		RHEL_KERNEL="yes"
--		echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+		{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	        echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	        { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_SUSE_KERNEL" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_SUSE_KERNEL... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_SUSE_KERNEL" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_SUSE_KERNEL... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4619,7 +5303,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4631,8 +5315,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- SUSE_KERNEL="yes"
- 
- else
-@@ -4640,8 +5324,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
- fi
-@@ -4650,14 +5334,14 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- 
- 
- 
--echo "$as_me:$LINENO: checking Linux kernel architecture" >&5
--echo $ECHO_N "checking Linux kernel architecture... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking Linux kernel architecture" >&5
-+echo $ECHO_N "checking Linux kernel architecture... $ECHO_C" >&6; }
-           if rm -f $PWD/build/arch
-                  make -s --no-print-directory echoarch -f $PWD/build/Makefile \
-                      LUSTRE_LINUX_CONFIG=$LINUX_CONFIG -C $LINUX $ARCH_UM \
-                      ARCHFILE=$PWD/build/arch && LINUX_ARCH=`cat $PWD/build/arch`; then
--  echo "$as_me:$LINENO: result: $LINUX_ARCH" >&5
--echo "${ECHO_T}$LINUX_ARCH" >&6
-+  { echo "$as_me:$LINENO: result: $LINUX_ARCH" >&5
-+echo "${ECHO_T}$LINUX_ARCH" >&6; }
- else
-   { { echo "$as_me:$LINENO: error: Could not determine the kernel architecture." >&5
- echo "$as_me: error: Could not determine the kernel architecture." >&2;}
-@@ -4665,21 +5349,21 @@ echo "$as_me: error: Could not determine the kernel architecture." >&2;}
- fi
- 
-           rm -f build/arch
--echo "$as_me:$LINENO: checking name of module symbol version file" >&5
--echo $ECHO_N "checking name of module symbol version file... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking name of module symbol version file" >&5
-+echo $ECHO_N "checking name of module symbol version file... $ECHO_C" >&6; }
- 	if grep -q Modules.symvers $LINUX/scripts/Makefile.modpost ; then
- 		SYMVERFILE=Modules.symvers
- 	else
- 		SYMVERFILE=Module.symvers
- 	fi
--	echo "$as_me:$LINENO: result: $SYMVERFILE" >&5
--echo "${ECHO_T}$SYMVERFILE" >&6
-+	{ echo "$as_me:$LINENO: result: $SYMVERFILE" >&5
-+echo "${ECHO_T}$SYMVERFILE" >&6; }
- 
- 
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_MODULES" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_MODULES... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_MODULES" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_MODULES... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4703,7 +5387,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4715,8 +5399,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -4724,8 +5408,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 	{ { echo "$as_me:$LINENO: error: module support is required to build Lustre kernel modules." >&5
- echo "$as_me: error: module support is required to build Lustre kernel modules." >&2;}
-@@ -4736,8 +5420,8 @@ fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_MODVERSIONS" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_MODVERSIONS... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_MODVERSIONS" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_MODVERSIONS... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4761,7 +5445,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4773,8 +5457,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -4782,16 +5466,16 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 
- fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_KALLSYMS" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_KALLSYMS... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_KALLSYMS" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_KALLSYMS... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4815,7 +5499,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4827,8 +5511,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -4836,8 +5520,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- if test "x$ARCH_UM" = "x" ; then
- 	{ { echo "$as_me:$LINENO: error: Lustre requires that CONFIG_KALLSYMS is enabled in your kernel." >&5
-@@ -4850,8 +5534,8 @@ fi
- rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with CONFIG_KMOD" >&5
--echo $ECHO_N "checking if Linux was built with CONFIG_KMOD... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_KMOD" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_KMOD... $ECHO_C" >&6; }
- cat >conftest.c <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4875,7 +5559,7 @@ main (void)
- _ACEOF
- 
- rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
--if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-+if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -I$LINUX/arch/`uname -m|sed -e 's/ppc.*/powerpc/' -e 's/x86_64/x86/' -e 's/i.86/x86/'`/include -I$LINUX/include -I$LINUX_OBJ/include -I$LINUX_OBJ/include2 -include include/linux/autoconf.h" -o tmp_include_depends -o scripts -o include/config/MARKER -C $LINUX_OBJ EXTRA_CFLAGS="-Werror -fno-strict-aliasing-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM $MODULE_TARGET=$PWD/build'
-   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-   (eval $ac_try) 2>&5
-   ac_status=$?
-@@ -4887,8 +5571,8 @@ if { ac_try='cp conftest.c build && make -d modules ${LD:+"LD=$LD"} CC="$CC" -f
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- 
- else
-@@ -4896,8 +5580,8 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- 	{ echo "$as_me:$LINENO: WARNING: " >&5
- echo "$as_me: WARNING: " >&2;}
-@@ -4916,14 +5600,13 @@ rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.
- # it's ugly to be doing anything with OFED outside of the lnet module, but
- # this has to be done here so that the backports path is set before all of
- # the LN_PROG_LINUX checks are done
--echo "$as_me:$LINENO: checking whether to use any OFED backport headers" >&5
--echo $ECHO_N "checking whether to use any OFED backport headers... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether to use any OFED backport headers" >&5
-+echo $ECHO_N "checking whether to use any OFED backport headers... $ECHO_C" >&6; }
- # set default
- 
--# Check whether --with-o2ib or --without-o2ib was given.
-+# Check whether --with-o2ib was given.
- if test "${with_o2ib+set}" = set; then
--  withval="$with_o2ib"
--
-+  withval=$with_o2ib;
- 		case $with_o2ib in
- 		yes)    O2IBPATHS="$LINUX $LINUX/drivers/infiniband"
- 			ENABLEO2IB=2
-@@ -4940,10 +5623,11 @@ else
- 		O2IBPATHS="$LINUX $LINUX/drivers/infiniband"
- 		ENABLEO2IB=1
- 
--fi;
-+fi
-+
- if test $ENABLEO2IB -eq 0; then
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- else
- 	o2ib_found=false
- 	for O2IBPATH in $O2IBPATHS; do
-@@ -4956,8 +5640,8 @@ else
- 		fi
- 	done
- 	if ! $o2ib_found; then
--		echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 		case $ENABLEO2IB in
- 			1) ;;
- 			2) { { echo "$as_me:$LINENO: error: kernel OpenIB gen2 headers not present" >&5
-@@ -4979,11 +5663,11 @@ echo "$as_me: error: internal error" >&2;}
- 		if test -n "$BACKPORT_INCLUDES"; then
- 			OFED_BACKPORT_PATH=`echo $BACKPORT_INCLUDES | sed "s#.*/src/ofa_kernel/#$O2IBPATH/#"`
- 			EXTRA_LNET_INCLUDE="-I$OFED_BACKPORT_PATH $EXTRA_LNET_INCLUDE"
--			echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+			{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 		else
--			echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+			{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-                 fi
- 	fi
- fi
-@@ -4993,9 +5677,9 @@ if test x$linux25 = xyes ; then
- 
- # Find the modpost utility
- as_lb_File=`echo "lb_cv_file_$LINUX_OBJ/scripts/mod/modpost" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX_OBJ/scripts/mod/modpost" >&5
--echo $ECHO_N "checking for $LINUX_OBJ/scripts/mod/modpost... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX_OBJ/scripts/mod/modpost" >&5
-+echo $ECHO_N "checking for $LINUX_OBJ/scripts/mod/modpost... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX_OBJ/scripts/mod/modpost"; then
-@@ -5004,15 +5688,16 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   MODPOST=$LINUX_OBJ/scripts/mod/modpost
- else
-   as_lb_File=`echo "lb_cv_file_$LINUX_OBJ/scripts/modpost" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $LINUX_OBJ/scripts/modpost" >&5
--echo $ECHO_N "checking for $LINUX_OBJ/scripts/modpost... $ECHO_C" >&6
--if eval "test \"\${$as_lb_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for $LINUX_OBJ/scripts/modpost" >&5
-+echo $ECHO_N "checking for $LINUX_OBJ/scripts/modpost... $ECHO_C" >&6; }
-+if { as_var=$as_lb_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   if test -r "$LINUX_OBJ/scripts/modpost"; then
-@@ -5021,8 +5706,9 @@ else
-   eval "$as_lb_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_lb_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_lb_File'}'`" >&6
-+ac_res=`eval echo '${'$as_lb_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_lb_File'}'` = yes; then
-   MODPOST=$LINUX_OBJ/scripts/modpost
- else
-@@ -5038,11 +5724,11 @@ fi
- 
- 
- # Ensure it can run
--echo "$as_me:$LINENO: checking if modpost can be run" >&5
--echo $ECHO_N "checking if modpost can be run... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if modpost can be run" >&5
-+echo $ECHO_N "checking if modpost can be run... $ECHO_C" >&6; }
- if $MODPOST ; then
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- else
- 	{ { echo "$as_me:$LINENO: error: modpost can not be run." >&5
- echo "$as_me: error: modpost can not be run." >&2;}
-@@ -5050,15 +5736,15 @@ echo "$as_me: error: modpost can not be run." >&2;}
- fi
- 
- # Check if modpost supports (and therefore requires) -m
--echo "$as_me:$LINENO: checking if modpost supports -m" >&5
--echo $ECHO_N "checking if modpost supports -m... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if modpost supports -m" >&5
-+echo $ECHO_N "checking if modpost supports -m... $ECHO_C" >&6; }
- if $MODPOST -m 2>/dev/null ; then
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 	MODPOST_ARGS=-m
- else
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 	MODPOST_ARGS=""
- fi
- 
-@@ -5066,7 +5752,7 @@ fi
- fi
- fi
- 
--          ac_config_headers="$ac_config_headers config.h"
-+ac_config_headers="$ac_config_headers config.h"
- 
- CPPFLAGS="-include $PWD/config.h $CPPFLAGS"
- EXTRA_KCFLAGS="-include $PWD/config.h $EXTRA_KCFLAGS"
-@@ -5118,22 +5804,22 @@ fi
- LDISKFSDIR="$PWD/ldiskfs"
- 
- 
--echo "$as_me:$LINENO: checking whether to enable quilt for making ldiskfs" >&5
--echo $ECHO_N "checking whether to enable quilt for making ldiskfs... $ECHO_C" >&6
--# Check whether --enable-quilt or --disable-quilt was given.
-+{ echo "$as_me:$LINENO: checking whether to enable quilt for making ldiskfs" >&5
-+echo $ECHO_N "checking whether to enable quilt for making ldiskfs... $ECHO_C" >&6; }
-+# Check whether --enable-quilt was given.
- if test "${enable_quilt+set}" = set; then
--  enableval="$enable_quilt"
--
-+  enableval=$enable_quilt;
- else
-   enable_quilt='yes'
--fi;
--echo "$as_me:$LINENO: result: $enable_quilt" >&5
--echo "${ECHO_T}$enable_quilt" >&6
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_quilt" >&5
-+echo "${ECHO_T}$enable_quilt" >&6; }
- 
- # Extract the first word of "patch", so it can be a program name with args.
- set dummy patch; ac_word=$2
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_path_PATCH+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -5148,36 +5834,37 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-     ac_cv_path_PATCH="$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_PATCH" && ac_cv_path_PATCH="no"
-   ;;
- esac
- fi
- PATCH=$ac_cv_path_PATCH
--
- if test -n "$PATCH"; then
--  echo "$as_me:$LINENO: result: $PATCH" >&5
--echo "${ECHO_T}$PATCH" >&6
-+  { echo "$as_me:$LINENO: result: $PATCH" >&5
-+echo "${ECHO_T}$PATCH" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
- 
-+
- if test x$enable_quilt = xno ; then
-     QUILT="no"
- else
-     # Extract the first word of "quilt", so it can be a program name with args.
- set dummy quilt; ac_word=$2
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_path_QUILT+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -5192,28 +5879,29 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-     ac_cv_path_QUILT="$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_QUILT" && ac_cv_path_QUILT="no"
-   ;;
- esac
- fi
- QUILT=$ac_cv_path_QUILT
--
- if test -n "$QUILT"; then
--  echo "$as_me:$LINENO: result: $QUILT" >&5
--echo "${ECHO_T}$QUILT" >&6
-+  { echo "$as_me:$LINENO: result: $QUILT" >&5
-+echo "${ECHO_T}$QUILT" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
- fi
- 
- if test x$enable_ldiskfs$PATCH$QUILT = xyesnono ; then
-@@ -5297,8 +5985,8 @@ else
- fi
- 
- 
--echo "$as_me:$LINENO: checking which ldiskfs series to use" >&5
--echo $ECHO_N "checking which ldiskfs series to use... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking which ldiskfs series to use" >&5
-+echo $ECHO_N "checking which ldiskfs series to use... $ECHO_C" >&6; }
- case $LINUXRELEASE in
- 2.6.5*) LDISKFS_SERIES="2.6-suse.series" ;;
- 2.6.9*) LDISKFS_SERIES="2.6-rhel4.series" ;;
-@@ -5315,22 +6003,27 @@ case $LINUXRELEASE in
- 		        LDISKFS_SERIES="2.6-rhel5.series"
-                 fi
- 	else
-+	    if test -e $LINUX_OBJ/version.Debian; then
-+		LDISKFS_SERIES="2.6.18-debian.series"
-+	    else
- 		LDISKFS_SERIES="2.6.18-vanilla.series"
-+	    fi
- 	fi
- 	;;
- 2.6.22*) LDISKFS_SERIES="2.6.22-vanilla.series";;
-+2.6.26*) LDISKFS_SERIES="2.6.26-vanilla.series";;
- 2.6.27*) LDISKFS_SERIES="2.6-sles11.series";;
- *) { echo "$as_me:$LINENO: WARNING: Unknown kernel version $LINUXRELEASE, fix ldiskfs/configure.ac" >&5
- echo "$as_me: WARNING: Unknown kernel version $LINUXRELEASE, fix ldiskfs/configure.ac" >&2;}
- esac
--echo "$as_me:$LINENO: result: $LDISKFS_SERIES" >&5
--echo "${ECHO_T}$LDISKFS_SERIES" >&6
-+{ echo "$as_me:$LINENO: result: $LDISKFS_SERIES" >&5
-+echo "${ECHO_T}$LDISKFS_SERIES" >&6; }
- 
- 
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with symbol d_rehash_cond exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol d_rehash_cond exported... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol d_rehash_cond exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol d_rehash_cond exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]d_rehash_cond[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -5344,12 +6037,12 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_D_REHASH_COND 1
-@@ -5357,8 +6050,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_D_REHASH_COND 1
-@@ -5367,8 +6060,8 @@ _ACEOF
- fi
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with symbol __d_rehash exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol __d_rehash exported... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol __d_rehash exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol __d_rehash exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]__d_rehash[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -5382,12 +6075,12 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE___D_REHASH 1
-@@ -5395,8 +6088,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE___D_REHASH 1
-@@ -5405,8 +6098,8 @@ _ACEOF
- fi
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with symbol d_move_locked exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol d_move_locked exported... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol d_move_locked exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol d_move_locked exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]d_move_locked[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -5420,12 +6113,12 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_D_MOVE_LOCKED 1
-@@ -5433,8 +6126,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_D_MOVE_LOCKED 1
-@@ -5443,8 +6136,8 @@ _ACEOF
- fi
- 
- 
--echo "$as_me:$LINENO: checking if Linux was built with symbol __d_move exported" >&5
--echo $ECHO_N "checking if Linux was built with symbol __d_move exported... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol __d_move exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol __d_move exported... $ECHO_C" >&6; }
- grep -q -E '[[:space:]]__d_move[[:space:]]' $LINUX/$SYMVERFILE 2>/dev/null
- rc=$?
- if test $rc -ne 0; then
-@@ -5458,12 +6151,12 @@ if test $rc -ne 0; then
- 	fi
-     done
-     if test $export -eq 0; then
--    	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+    	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
-     else
--    	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE___D_MOVE 1
-@@ -5471,8 +6164,8 @@ _ACEOF
- 
-     fi
- else
--    echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE___D_MOVE 1
-@@ -5482,10 +6175,10 @@ fi
- 
- 
- 
--                                        ac_config_files="$ac_config_files Makefile autoMakefile Rules:build/Rules.in lustre-ldiskfs.spec"
-+ac_config_files="$ac_config_files Makefile autoMakefile Rules:build/Rules.in lustre-ldiskfs.spec"
- 
- 
--                    ac_config_files="$ac_config_files ldiskfs/autoMakefile ldiskfs/Makefile"
-+ac_config_files="$ac_config_files ldiskfs/autoMakefile ldiskfs/Makefile"
- 
- 
- MOSTLYCLEANFILES='.*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.* Modules.symvers Module.symvers'
-@@ -5509,39 +6202,58 @@ _ACEOF
- 
- # The following way of writing the cache mishandles newlines in values,
- # but we know of no workaround that is simple, portable, and efficient.
--# So, don't put newlines in cache variables' values.
-+# So, we kill variables containing newlines.
- # Ultrix sh set writes to stderr and can't be redirected directly,
- # and sets the high bit in the cache file unless we assign to the vars.
--{
-+(
-+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
-+    eval ac_val=\$$ac_var
-+    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;} ;;
-+      esac
-+      case $ac_var in #(
-+      _ | IFS | as_nl) ;; #(
-+      *) $as_unset $ac_var ;;
-+      esac ;;
-+    esac
-+  done
-+
-   (set) 2>&1 |
--    case `(ac_space=' '; set | grep ac_space) 2>&1` in
--    *ac_space=\ *)
-+    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 \).
-       sed -n \
- 	"s/'/'\\\\''/g;
- 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
--      ;;
-+      ;; #(
-     *)
-       # `set' quotes correctly as required by POSIX, so do not add quotes.
--      sed -n \
--	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
-+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-       ;;
--    esac;
--} |
-+    esac |
-+    sort
-+) |
-   sed '
-+     /^ac_cv_env_/b end
-      t clear
--     : clear
-+     :clear
-      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
-      t end
--     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
--     : 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 "updating cache $cache_file"
-+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-+     :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
-   else
--    echo "not updating unwritable cache $cache_file"
-+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
-+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
-   fi
- fi
- rm -f confcache
-@@ -5550,32 +6262,18 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix
- # Let make expand exec_prefix.
- test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
- 
--# VPATH may cause trouble with some makes, so we remove $(srcdir),
--# ${srcdir} and @srcdir@ 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/;
--s/:*$//;
--s/^[^=]*=[	 ]*$//;
--}'
--fi
--
- DEFS=-DHAVE_CONFIG_H
- 
- ac_libobjs=
- ac_ltlibobjs=
- for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
-   # 1. Remove the extension, and $U if already installed.
--  ac_i=`echo "$ac_i" |
--	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
--  # 2. Add them.
--  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
--  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
-+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-+  ac_i=`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'
- done
- LIBOBJS=$ac_libobjs
- 
-@@ -5662,17 +6360,45 @@ cat >>$CONFIG_STATUS <<\_ACEOF
- ## M4sh Initialization.  ##
- ## --------------------- ##
- 
--# Be Bourne compatible
-+# Be more Bourne compatible
-+DUALCASE=1; export DUALCASE # for MKS sh
- 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+"$@"}'='"$@"'
--elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
--  set -o posix
-+  setopt NO_GLOB_SUBST
-+else
-+  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=';'
-+  else
-+    PATH_SEPARATOR=:
-+  fi
-+  rm -f conf$$.sh
- fi
--DUALCASE=1; export DUALCASE # for MKS sh
- 
- # Support unset when possible.
- if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -5682,8 +6408,43 @@ else
- fi
- 
- 
-+# IFS
-+# We need space, tab and new line, in precisely that order.  Quoting is
-+# 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=$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
-+IFS=$as_save_IFS
-+
-+     ;;
-+esac
-+# We did not find ourselves, most probably we were run as `sh COMMAND'
-+# in which case we are not to be found in the path.
-+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; }
-+fi
-+
- # Work around bugs in pre-3.0 UWIN ksh.
--$as_unset ENV MAIL MAILPATH
-+for as_var in ENV MAIL MAILPATH
-+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+done
- PS1='$ '
- PS2='> '
- PS4='+ '
-@@ -5697,18 +6458,19 @@ 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
-+    ($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; then
-+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
-+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-   as_basename=basename
- else
-   as_basename=false
-@@ -5716,159 +6478,120 @@ fi
- 
- 
- # Name of the executable.
--as_me=`$as_basename "$0" ||
-+as_me=`$as_basename -- "$0" ||
- $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- 	 X"$0" : 'X\(//\)$' \| \
--	 X"$0" : 'X\(/\)$' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
- echo X/"$0" |
--    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
--  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\/\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
--
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
- 
--# PATH needs CR, and LINENO needs CR and PATH.
--# 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=';'
--  else
--    PATH_SEPARATOR=:
--  fi
--  rm -f conf$$.sh
--fi
-+# CDPATH.
-+$as_unset CDPATH
- 
- 
--  as_lineno_1=$LINENO
--  as_lineno_2=$LINENO
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
--  test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
--  # Find who we are.  Look in the path if we contain no path at all
--  # relative or not.
--  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
- 
--       ;;
--  esac
--  # We did not find ourselves, most probably we were run as `sh COMMAND'
--  # in which case we are not to be found in the path.
--  if test "x$as_myself" = x; then
--    as_myself=$0
--  fi
--  if test ! -f "$as_myself"; then
--    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
--echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
--   { (exit 1); exit 1; }; }
--  fi
--  case $CONFIG_SHELL in
--  '')
--    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
--do
--  IFS=$as_save_IFS
--  test -z "$as_dir" && as_dir=.
--  for as_base in sh bash ksh sh5; do
--	 case $as_dir in
--	 /*)
--	   if ("$as_dir/$as_base" -c '
-   as_lineno_1=$LINENO
-   as_lineno_2=$LINENO
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-   test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
--	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
--	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
--	     CONFIG_SHELL=$as_dir/$as_base
--	     export CONFIG_SHELL
--	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
--	   fi;;
--	 esac
--       done
--done
--;;
--  esac
-+  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 before each line; the second 'sed' does the real
--  # work.  The second script uses 'N' to pair each line-number line
--  # with the numbered line, and appends trailing '-' during
--  # substitution so that $LINENO is not a special case at line end.
-+  # 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
--  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
--  sed '=' <$as_myself |
-+  # 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
--      s,$,-,
--      : loop
--      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
-+      :loop
-+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-       t loop
--      s,-$,,
--      s,^['$as_cr_digits']*\n,,
-+      s/-\n.*//
-     ' >$as_me.lineno &&
--  chmod +x $as_me.lineno ||
--    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
--echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
-+  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 sensible to this).
--  . ./$as_me.lineno
-+  # original and so on.  Autoconf is especially sensitive to this).
-+  . "./$as_me.lineno"
-   # Exit status is that of the last command.
-   exit
- }
- 
- 
--case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
--  *c*,-n*) ECHO_N= ECHO_C='
--' ECHO_T='	' ;;
--  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
--  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
-+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
-+-n*)
-+  case `echo 'x\c'` in
-+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-+  *)   ECHO_C='\c';;
-+  esac;;
-+*)
-+  ECHO_N='-n';;
- esac
- 
--if expr a : '\(a\)' >/dev/null 2>&1; then
-+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
-+fi
- echo >conf$$.file
- if ln -s conf$$.file conf$$ 2>/dev/null; then
--  # We could just check for DJGPP; but this test a) works b) is more generic
--  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
--  if test -f conf$$.exe; then
--    # Don't use ln at all; we don't have any links
-+  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'
--  else
--    as_ln_s='ln -s'
--  fi
- elif ln conf$$.file conf$$ 2>/dev/null; then
-   as_ln_s=ln
- else
-   as_ln_s='cp -p'
- fi
--rm -f conf$$ conf$$.exe conf$$.file
-+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=:
-@@ -5877,7 +6600,28 @@ else
-   as_mkdir_p=false
- fi
- 
--as_executable_p="test -f"
-+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
- 
- # 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'"
-@@ -5886,31 +6630,14 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
- as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
- 
- 
--# IFS
--# We need space, tab and new line, in precisely that order.
--as_nl='
--'
--IFS=" 	$as_nl"
--
--# CDPATH.
--$as_unset CDPATH
--
- exec 6>&1
- 
--# Open the log real soon, to keep \$[0] and so on meaningful, and to
-+# 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.  Logging --version etc. is OK.
--exec 5>>config.log
--{
--  echo
--  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
--## Running $as_me. ##
--_ASBOX
--} >&5
--cat >&5 <<_CSEOF
--
-+# values after options handling.
-+ac_log="
- This file was extended by Lustre ldiskfs $as_me 3.0.9, which was
--generated by GNU Autoconf 2.59.  Invocation command line was
-+generated by GNU Autoconf 2.61.  Invocation command line was
- 
-   CONFIG_FILES    = $CONFIG_FILES
-   CONFIG_HEADERS  = $CONFIG_HEADERS
-@@ -5918,30 +6645,20 @@ generated by GNU Autoconf 2.59.  Invocation command line was
-   CONFIG_COMMANDS = $CONFIG_COMMANDS
-   $ $0 $@
- 
--_CSEOF
--echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
--echo >&5
-+on `(hostname || uname -n) 2>/dev/null | sed 1q`
-+"
-+
- _ACEOF
- 
-+cat >>$CONFIG_STATUS <<_ACEOF
- # Files that config.status was made for.
--if test -n "$ac_config_files"; then
--  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
--fi
-+config_files="$ac_config_files"
-+config_headers="$ac_config_headers"
-+config_commands="$ac_config_commands"
- 
--if test -n "$ac_config_headers"; then
--  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
--fi
--
--if test -n "$ac_config_links"; then
--  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
--fi
--
--if test -n "$ac_config_commands"; then
--  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
--fi
-+_ACEOF
- 
- cat >>$CONFIG_STATUS <<\_ACEOF
--
- ac_cs_usage="\
- \`$as_me' instantiates files from templates according to the
- current configuration.
-@@ -5949,7 +6666,7 @@ current configuration.
- Usage: $0 [OPTIONS] [FILE]...
- 
-   -h, --help       print this help, then exit
--  -V, --version    print version number, then exit
-+  -V, --version    print version number and configuration settings, then exit
-   -q, --quiet      do not print progress messages
-   -d, --debug      don't remove temporary files
-       --recheck    update $as_me by reconfiguring in the same conditions
-@@ -5968,19 +6685,21 @@ Configuration commands:
- $config_commands
- 
- Report bugs to <bug-autoconf at gnu.org>."
--_ACEOF
- 
-+_ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- ac_cs_version="\\
- Lustre ldiskfs config.status 3.0.9
--configured by $0, generated by GNU Autoconf 2.59,
--  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
-+configured by $0, generated by GNU Autoconf 2.61,
-+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
- 
--Copyright (C) 2003 Free Software Foundation, Inc.
-+Copyright (C) 2006 Free Software Foundation, Inc.
- This config.status script is free software; the Free Software Foundation
- gives unlimited permission to copy, distribute and modify it."
--srcdir=$srcdir
--INSTALL="$INSTALL"
-+
-+ac_pwd='$ac_pwd'
-+srcdir='$srcdir'
-+INSTALL='$INSTALL'
- _ACEOF
- 
- cat >>$CONFIG_STATUS <<\_ACEOF
-@@ -5991,39 +6710,24 @@ while test $# != 0
- do
-   case $1 in
-   --*=*)
--    ac_option=`expr "x$1" : 'x\([^=]*\)='`
--    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
-+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-     ac_shift=:
-     ;;
--  -*)
-+  *)
-     ac_option=$1
-     ac_optarg=$2
-     ac_shift=shift
-     ;;
--  *) # This is not an option, so the user has probably given explicit
--     # arguments.
--     ac_option=$1
--     ac_need_defaults=false;;
-   esac
- 
-   case $ac_option in
-   # Handling of the options.
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
-   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-     ac_cs_recheck=: ;;
--  --version | --vers* | -V )
--    echo "$ac_cs_version"; exit 0 ;;
--  --he | --h)
--    # Conflict between --help and --header
--    { { echo "$as_me:$LINENO: error: ambiguous option: $1
--Try \`$0 --help' for more information." >&5
--echo "$as_me: error: ambiguous option: $1
--Try \`$0 --help' for more information." >&2;}
--   { (exit 1); exit 1; }; };;
--  --help | --hel | -h )
--    echo "$ac_cs_usage"; exit 0 ;;
--  --debug | --d* | -d )
-+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-+    echo "$ac_cs_version"; exit ;;
-+  --debug | --debu | --deb | --de | --d | -d )
-     debug=: ;;
-   --file | --fil | --fi | --f )
-     $ac_shift
-@@ -6033,18 +6737,24 @@ Try \`$0 --help' for more information." >&2;}
-     $ac_shift
-     CONFIG_HEADERS="$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; }; };;
-+  --help | --hel | -h )
-+    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:$LINENO: error: unrecognized option: $1
--Try \`$0 --help' for more information." >&5
--echo "$as_me: error: unrecognized option: $1
--Try \`$0 --help' for more information." >&2;}
-+  -*) { echo "$as_me: error: unrecognized option: $1
-+Try \`$0 --help' for more information." >&2
-    { (exit 1); exit 1; }; } ;;
- 
--  *) ac_config_targets="$ac_config_targets $1" ;;
-+  *) ac_config_targets="$ac_config_targets $1"
-+     ac_need_defaults=false ;;
- 
-   esac
-   shift
-@@ -6060,42 +6770,54 @@ fi
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- if \$ac_cs_recheck; then
--  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
--  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
-+  CONFIG_SHELL=$SHELL
-+  export CONFIG_SHELL
-+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
- fi
- 
- _ACEOF
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+exec 5>>config.log
-+{
-+  echo
-+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-+## Running $as_me. ##
-+_ASBOX
-+  echo "$ac_log"
-+} >&5
- 
-+_ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- #
--# INIT-COMMANDS section.
-+# INIT-COMMANDS
- #
--
- AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
- 
- _ACEOF
- 
--
--
- cat >>$CONFIG_STATUS <<\_ACEOF
-+
-+# Handling of arguments.
- for ac_config_target in $ac_config_targets
- do
--  case "$ac_config_target" in
--  # Handling of arguments.
--  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
--  "autoMakefile" ) CONFIG_FILES="$CONFIG_FILES autoMakefile" ;;
--  "Rules" ) CONFIG_FILES="$CONFIG_FILES Rules:build/Rules.in" ;;
--  "lustre-ldiskfs.spec" ) CONFIG_FILES="$CONFIG_FILES lustre-ldiskfs.spec" ;;
--  "ldiskfs/autoMakefile" ) CONFIG_FILES="$CONFIG_FILES ldiskfs/autoMakefile" ;;
--  "ldiskfs/Makefile" ) CONFIG_FILES="$CONFIG_FILES ldiskfs/Makefile" ;;
--  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
--  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-+  case $ac_config_target in
-+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-+    "autoMakefile") CONFIG_FILES="$CONFIG_FILES autoMakefile" ;;
-+    "Rules") CONFIG_FILES="$CONFIG_FILES Rules:build/Rules.in" ;;
-+    "lustre-ldiskfs.spec") CONFIG_FILES="$CONFIG_FILES lustre-ldiskfs.spec" ;;
-+    "ldiskfs/autoMakefile") CONFIG_FILES="$CONFIG_FILES ldiskfs/autoMakefile" ;;
-+    "ldiskfs/Makefile") CONFIG_FILES="$CONFIG_FILES ldiskfs/Makefile" ;;
-+
-   *) { { 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; }; };;
-   esac
- done
- 
-+
- # If the user did not use the arguments to specify the items to instantiate,
- # then the envvar interface is used.  Set only those that are not.
- # We use the long form for the default assignment because of an extremely
-@@ -6107,627 +6829,616 @@ if $ac_need_defaults; then
- fi
- 
- # Have a temporary directory for convenience.  Make it in the build tree
--# simply because there is no reason to put it here, and in addition,
-+# simply because there is no reason against having it here, and in addition,
- # creating and moving files from /tmp can sometimes cause problems.
--# Create a temporary directory, and hook for its removal unless debugging.
-+# Hook for its removal unless debugging.
-+# Note that there is a small window in which the directory will not be cleaned:
-+# after its creation but before its name has been assigned to `$tmp'.
- $debug ||
- {
--  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
-+  tmp=
-+  trap 'exit_status=$?
-+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
-+' 0
-   trap '{ (exit 1); exit 1; }' 1 2 13 15
- }
--
- # Create a (secure) tmp directory for tmp files.
- 
- {
--  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
-+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-   test -n "$tmp" && test -d "$tmp"
- }  ||
- {
--  tmp=./confstat$$-$RANDOM
--  (umask 077 && mkdir $tmp)
-+  tmp=./conf$$-$RANDOM
-+  (umask 077 && mkdir "$tmp")
- } ||
- {
-    echo "$me: cannot create a temporary directory in ." >&2
-    { (exit 1); exit 1; }
- }
- 
--_ACEOF
--
--cat >>$CONFIG_STATUS <<_ACEOF
--
- #
--# CONFIG_FILES section.
-+# Set up the sed scripts for CONFIG_FILES section.
- #
- 
- # No need to generate the scripts if there are no CONFIG_FILES.
- # This happens for instance when ./config.status config.h
--if test -n "\$CONFIG_FILES"; then
--  # Protect against being on the right side of a sed subst in config.status.
--  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
--   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
--s, at SHELL@,$SHELL,;t t
--s, at PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
--s, at PACKAGE_NAME@,$PACKAGE_NAME,;t t
--s, at PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
--s, at PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
--s, at PACKAGE_STRING@,$PACKAGE_STRING,;t t
--s, at PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
--s, at exec_prefix@,$exec_prefix,;t t
--s, at prefix@,$prefix,;t t
--s, at program_transform_name@,$program_transform_name,;t t
--s, at bindir@,$bindir,;t t
--s, at sbindir@,$sbindir,;t t
--s, at libexecdir@,$libexecdir,;t t
--s, at datadir@,$datadir,;t t
--s, at sysconfdir@,$sysconfdir,;t t
--s, at sharedstatedir@,$sharedstatedir,;t t
--s, at localstatedir@,$localstatedir,;t t
--s, at libdir@,$libdir,;t t
--s, at includedir@,$includedir,;t t
--s, at oldincludedir@,$oldincludedir,;t t
--s, at infodir@,$infodir,;t t
--s, at mandir@,$mandir,;t t
--s, at build_alias@,$build_alias,;t t
--s, at host_alias@,$host_alias,;t t
--s, at target_alias@,$target_alias,;t t
--s, at DEFS@,$DEFS,;t t
--s, at ECHO_C@,$ECHO_C,;t t
--s, at ECHO_N@,$ECHO_N,;t t
--s, at ECHO_T@,$ECHO_T,;t t
--s, at LIBS@,$LIBS,;t t
--s, at build@,$build,;t t
--s, at build_cpu@,$build_cpu,;t t
--s, at build_vendor@,$build_vendor,;t t
--s, at build_os@,$build_os,;t t
--s, at host@,$host,;t t
--s, at host_cpu@,$host_cpu,;t t
--s, at host_vendor@,$host_vendor,;t t
--s, at host_os@,$host_os,;t t
--s, at target@,$target,;t t
--s, at target_cpu@,$target_cpu,;t t
--s, at target_vendor@,$target_vendor,;t t
--s, at target_os@,$target_os,;t t
--s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
--s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
--s, at INSTALL_DATA@,$INSTALL_DATA,;t t
--s, at CYGPATH_W@,$CYGPATH_W,;t t
--s, at PACKAGE@,$PACKAGE,;t t
--s, at VERSION@,$VERSION,;t t
--s, at ACLOCAL@,$ACLOCAL,;t t
--s, at AUTOCONF@,$AUTOCONF,;t t
--s, at AUTOMAKE@,$AUTOMAKE,;t t
--s, at AUTOHEADER@,$AUTOHEADER,;t t
--s, at MAKEINFO@,$MAKEINFO,;t t
--s, at AMTAR@,$AMTAR,;t t
--s, at install_sh@,$install_sh,;t t
--s, at STRIP@,$STRIP,;t t
--s, at ac_ct_STRIP@,$ac_ct_STRIP,;t t
--s, at INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
--s, at AWK@,$AWK,;t t
--s, at SET_MAKE@,$SET_MAKE,;t t
--s, at am__leading_dot@,$am__leading_dot,;t t
--s, at CC@,$CC,;t t
--s, at CFLAGS@,$CFLAGS,;t t
--s, at LDFLAGS@,$LDFLAGS,;t t
--s, at CPPFLAGS@,$CPPFLAGS,;t t
--s, at ac_ct_CC@,$ac_ct_CC,;t t
--s, at EXEEXT@,$EXEEXT,;t t
--s, at OBJEXT@,$OBJEXT,;t t
--s, at DEPDIR@,$DEPDIR,;t t
--s, at am__include@,$am__include,;t t
--s, at am__quote@,$am__quote,;t t
--s, at AMDEP_TRUE@,$AMDEP_TRUE,;t t
--s, at AMDEP_FALSE@,$AMDEP_FALSE,;t t
--s, at AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
--s, at CCDEPMODE@,$CCDEPMODE,;t t
--s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
--s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
--s, at lb_target_os@,$lb_target_os,;t t
--s, at INCLUDE_RULES@,$INCLUDE_RULES,;t t
--s, at RANLIB@,$RANLIB,;t t
--s, at ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
--s, at CPP@,$CPP,;t t
--s, at EGREP@,$EGREP,;t t
--s, at LLCPPFLAGS@,$LLCPPFLAGS,;t t
--s, at LLCFLAGS@,$LLCFLAGS,;t t
--s, at EXTRA_KCFLAGS@,$EXTRA_KCFLAGS,;t t
--s, at LINUX@,$LINUX,;t t
--s, at LINUX_OBJ@,$LINUX_OBJ,;t t
--s, at LINUX_CONFIG@,$LINUX_CONFIG,;t t
--s, at ARCH_UM@,$ARCH_UM,;t t
--s, at UML_CFLAGS@,$UML_CFLAGS,;t t
--s, at MODULE_TARGET@,$MODULE_TARGET,;t t
--s, at linux25@,$linux25,;t t
--s, at KMODEXT@,$KMODEXT,;t t
--s, at LINUXRELEASE@,$LINUXRELEASE,;t t
--s, at moduledir@,$moduledir,;t t
--s, at modulefsdir@,$modulefsdir,;t t
--s, at modulenetdir@,$modulenetdir,;t t
--s, at RELEASE@,$RELEASE,;t t
--s, at SYMVERFILE@,$SYMVERFILE,;t t
--s, at MODPOST@,$MODPOST,;t t
--s, at MODPOST_ARGS@,$MODPOST_ARGS,;t t
--s, at MODULES_TRUE@,$MODULES_TRUE,;t t
--s, at MODULES_FALSE@,$MODULES_FALSE,;t t
--s, at LINUX_TRUE@,$LINUX_TRUE,;t t
--s, at LINUX_FALSE@,$LINUX_FALSE,;t t
--s, at DARWIN_TRUE@,$DARWIN_TRUE,;t t
--s, at DARWIN_FALSE@,$DARWIN_FALSE,;t t
--s, at LINUX25_TRUE@,$LINUX25_TRUE,;t t
--s, at LINUX25_FALSE@,$LINUX25_FALSE,;t t
--s, at LDISKFSDIR@,$LDISKFSDIR,;t t
--s, at PATCH@,$PATCH,;t t
--s, at QUILT@,$QUILT,;t t
--s, at USE_QUILT_TRUE@,$USE_QUILT_TRUE,;t t
--s, at USE_QUILT_FALSE@,$USE_QUILT_FALSE,;t t
--s, at BACKFS@,$BACKFS,;t t
--s, at BACKFSU@,$BACKFSU,;t t
--s, at USE_EXT4_TRUE@,$USE_EXT4_TRUE,;t t
--s, at USE_EXT4_FALSE@,$USE_EXT4_FALSE,;t t
--s, at LDISKFS_SERIES@,$LDISKFS_SERIES,;t t
--s, at ac_configure_args@,$ac_configure_args,;t t
--s, at MOSTLYCLEANFILES@,$MOSTLYCLEANFILES,;t t
--s, at LIBOBJS@,$LIBOBJS,;t t
--s, at LTLIBOBJS@,$LTLIBOBJS,;t t
--CEOF
-+if test -n "$CONFIG_FILES"; then
- 
- _ACEOF
- 
--  cat >>$CONFIG_STATUS <<\_ACEOF
--  # Split the substitutions into bite-sized pieces for seds with
--  # small command number limits, like on Digital OSF/1 and HP-UX.
--  ac_max_sed_lines=48
--  ac_sed_frag=1 # Number of current file.
--  ac_beg=1 # First line for current file.
--  ac_end=$ac_max_sed_lines # Line after last line for current file.
--  ac_more_lines=:
--  ac_sed_cmds=
--  while $ac_more_lines; do
--    if test $ac_beg -gt 1; then
--      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
--    else
--      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
--    fi
--    if test ! -s $tmp/subs.frag; then
--      ac_more_lines=false
--    else
--      # The purpose of the label and of the branching condition is to
--      # speed up the sed processing (if there are no `@' at all, there
--      # is no need to browse any of the substitutions).
--      # These are the two extra sed commands mentioned above.
--      (echo ':t
--  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
--      if test -z "$ac_sed_cmds"; then
--	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
--      else
--	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
--      fi
--      ac_sed_frag=`expr $ac_sed_frag + 1`
--      ac_beg=$ac_end
--      ac_end=`expr $ac_end + $ac_max_sed_lines`
--    fi
--  done
--  if test -z "$ac_sed_cmds"; then
--    ac_sed_cmds=cat
-+
-+
-+ac_delim='%!_!# '
-+for ac_last_try in false false false false false :; do
-+  cat >conf$$subs.sed <<_ACEOF
-+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
-+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
-+target!$target$ac_delim
-+target_cpu!$target_cpu$ac_delim
-+target_vendor!$target_vendor$ac_delim
-+target_os!$target_os$ac_delim
-+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
-+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
-+INSTALL_DATA!$INSTALL_DATA$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
-+AMTAR!$AMTAR$ac_delim
-+install_sh!$install_sh$ac_delim
-+STRIP!$STRIP$ac_delim
-+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
-+AWK!$AWK$ac_delim
-+SET_MAKE!$SET_MAKE$ac_delim
-+am__leading_dot!$am__leading_dot$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
-+lb_target_os!$lb_target_os$ac_delim
-+INCLUDE_RULES!$INCLUDE_RULES$ac_delim
-+RANLIB!$RANLIB$ac_delim
-+CPP!$CPP$ac_delim
-+GREP!$GREP$ac_delim
-+EGREP!$EGREP$ac_delim
-+LLCPPFLAGS!$LLCPPFLAGS$ac_delim
-+LLCFLAGS!$LLCFLAGS$ac_delim
-+EXTRA_KCFLAGS!$EXTRA_KCFLAGS$ac_delim
-+LINUX!$LINUX$ac_delim
-+LINUX_OBJ!$LINUX_OBJ$ac_delim
-+LINUX_CONFIG!$LINUX_CONFIG$ac_delim
-+ARCH_UM!$ARCH_UM$ac_delim
-+UML_CFLAGS!$UML_CFLAGS$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
--fi # test -n "$CONFIG_FILES"
-+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`
-+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
- _ACEOF
-+
-+
-+ac_delim='%!_!# '
-+for ac_last_try in false false false false false :; do
-+  cat >conf$$subs.sed <<_ACEOF
-+MODULE_TARGET!$MODULE_TARGET$ac_delim
-+linux25!$linux25$ac_delim
-+KMODEXT!$KMODEXT$ac_delim
-+LINUXRELEASE!$LINUXRELEASE$ac_delim
-+moduledir!$moduledir$ac_delim
-+modulefsdir!$modulefsdir$ac_delim
-+modulenetdir!$modulenetdir$ac_delim
-+RELEASE!$RELEASE$ac_delim
-+SYMVERFILE!$SYMVERFILE$ac_delim
-+MODPOST!$MODPOST$ac_delim
-+MODPOST_ARGS!$MODPOST_ARGS$ac_delim
-+MODULES_TRUE!$MODULES_TRUE$ac_delim
-+MODULES_FALSE!$MODULES_FALSE$ac_delim
-+LINUX_TRUE!$LINUX_TRUE$ac_delim
-+LINUX_FALSE!$LINUX_FALSE$ac_delim
-+DARWIN_TRUE!$DARWIN_TRUE$ac_delim
-+DARWIN_FALSE!$DARWIN_FALSE$ac_delim
-+LINUX25_TRUE!$LINUX25_TRUE$ac_delim
-+LINUX25_FALSE!$LINUX25_FALSE$ac_delim
-+LDISKFSDIR!$LDISKFSDIR$ac_delim
-+PATCH!$PATCH$ac_delim
-+QUILT!$QUILT$ac_delim
-+USE_QUILT_TRUE!$USE_QUILT_TRUE$ac_delim
-+USE_QUILT_FALSE!$USE_QUILT_FALSE$ac_delim
-+BACKFS!$BACKFS$ac_delim
-+BACKFSU!$BACKFSU$ac_delim
-+USE_EXT4_TRUE!$USE_EXT4_TRUE$ac_delim
-+USE_EXT4_FALSE!$USE_EXT4_FALSE$ac_delim
-+LDISKFS_SERIES!$LDISKFS_SERIES$ac_delim
-+ac_configure_args!$ac_configure_args$ac_delim
-+MOSTLYCLEANFILES!$MOSTLYCLEANFILES$ac_delim
-+LIBOBJS!$LIBOBJS$ac_delim
-+LTLIBOBJS!$LTLIBOBJS$ac_delim
-+_ACEOF
-+
-+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 33; 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`
-+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
-+_ACEOF
-+
-+
-+# VPATH may cause trouble with some makes, so we remove $(srcdir),
-+# ${srcdir} and @srcdir@ 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/
-+s/:*$//
-+s/^[^=]*=[	 ]*$//
-+}'
-+fi
-+
- cat >>$CONFIG_STATUS <<\_ACEOF
--for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
--  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
--  case $ac_file in
--  - | *:- | *:-:* ) # input from stdin
--	cat >$tmp/stdin
--	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  * )   ac_file_in=$ac_file.in ;;
-+fi # test -n "$CONFIG_FILES"
-+
-+
-+for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
-+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; }; };;
-+  :[FH]-) ac_tag=-:-;;
-+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-+  esac
-+  ac_save_IFS=$IFS
-+  IFS=:
-+  set x $ac_tag
-+  IFS=$ac_save_IFS
-+  shift
-+  ac_file=$1
-+  shift
-+
-+  case $ac_mode in
-+  :L) ac_source=$1;;
-+  :[FH])
-+    ac_file_inputs=
-+    for ac_f
-+    do
-+      case $ac_f in
-+      -) ac_f="$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 `:'.
-+	 test -f "$ac_f" ||
-+	   case $ac_f in
-+	   [\\/$]*) 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; }; };;
-+      esac
-+      ac_file_inputs="$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."
-+    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;}
-+    fi
-+
-+    case $ac_tag in
-+    *:-:* | *:-) cat >"$tmp/stdin";;
-+    esac
-+    ;;
-   esac
- 
--  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
--  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
-+  ac_dir=`$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 ||
-+	 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'`
--  { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
-+    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 test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+    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 ||
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$as_dir" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    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 ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
--echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-+    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; }; }; }
--
-   ac_builddir=.
- 
--if test "$ac_dir" != .; then
-+case "$ac_dir" in
-+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-+*)
-   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
-+  # A ".." for each directory in $ac_dir_suffix.
-+  ac_top_builddir_sub=`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/ ;;
-+  esac ;;
-+esac
-+ac_abs_top_builddir=$ac_pwd
-+ac_abs_builddir=$ac_pwd$ac_dir_suffix
-+# for backward compatibility:
-+ac_top_builddir=$ac_top_build_prefix
- 
- case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
-+  .)  # We are building in place.
-     ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_top_srcdir=$ac_top_builddir_sub
-+    ac_abs_top_srcdir=$ac_pwd ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute name.
-     ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-+    ac_top_srcdir=$srcdir
-+    ac_abs_top_srcdir=$srcdir ;;
-+  *) # Relative name.
-+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_build_prefix$srcdir
-+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
- esac
-+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
- 
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
--esac
- 
-+  case $ac_mode in
-+  :F)
-+  #
-+  # CONFIG_FILE
-+  #
- 
-   case $INSTALL in
-   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
--  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
-+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
-   esac
-+_ACEOF
- 
--  if test x"$ac_file" != x-; then
--    { echo "$as_me:$LINENO: creating $ac_file" >&5
--echo "$as_me: creating $ac_file" >&6;}
--    rm -f "$ac_file"
--  fi
--  # 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.  */
--  if test x"$ac_file" = x-; then
--    configure_input=
--  else
--    configure_input="$ac_file.  "
--  fi
--  configure_input=$configure_input"Generated from `echo $ac_file_in |
--				     sed 's,.*/,,'` by configure."
--
--  # First look for the input files in the build tree, otherwise in the
--  # src tree.
--  ac_file_inputs=`IFS=:
--    for f in $ac_file_in; do
--      case $f in
--      -) echo $tmp/stdin ;;
--      [\\/$]*)
--	 # Absolute (can't be DOS-style, as IFS=:)
--	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 echo "$f";;
--      *) # Relative
--	 if test -f "$f"; then
--	   # Build tree
--	   echo "$f"
--	 elif test -f "$srcdir/$f"; then
--	   # Source tree
--	   echo "$srcdir/$f"
--	 else
--	   # /dev/null tree
--	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 fi;;
--      esac
--    done` || { (exit 1); exit 1; }
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+# 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/ {
-+  p
-+  q
-+}
-+/@datadir@/p
-+/@docdir@/p
-+/@infodir@/p
-+/@localedir@/p
-+/@mandir@/p
-+' $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;}
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
-+  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' ;;
-+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
- $extrasub
- _ACEOF
- cat >>$CONFIG_STATUS <<\_ACEOF
- :t
- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
--s, at configure_input@,$configure_input,;t t
--s, at srcdir@,$ac_srcdir,;t t
--s, at abs_srcdir@,$ac_abs_srcdir,;t t
--s, at top_srcdir@,$ac_top_srcdir,;t t
--s, at abs_top_srcdir@,$ac_abs_top_srcdir,;t t
--s, at builddir@,$ac_builddir,;t t
--s, at abs_builddir@,$ac_abs_builddir,;t t
--s, at top_builddir@,$ac_top_builddir,;t t
--s, at abs_top_builddir@,$ac_abs_top_builddir,;t t
--s, at INSTALL@,$ac_INSTALL,;t t
--" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
--  rm -f $tmp/stdin
--  if test x"$ac_file" != x-; then
--    mv $tmp/out $ac_file
--  else
--    cat $tmp/out
--    rm -f $tmp/out
--  fi
--
--done
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
--
--#
--# CONFIG_HEADER section.
--#
--
--# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
--# NAME is the cpp macro being defined and VALUE is the value it is being given.
--#
--# ac_d sets the value in "#define NAME VALUE" lines.
--ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
--ac_dB='[	 ].*$,\1#\2'
--ac_dC=' '
--ac_dD=',;t'
--# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
--ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
--ac_uB='$,\1#\2define\3'
--ac_uC=' '
--ac_uD=',;t'
--
--for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
--  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
-+s&@configure_input@&$configure_input&;t t
-+s&@top_builddir@&$ac_top_builddir_sub&;t t
-+s&@srcdir@&$ac_srcdir&;t t
-+s&@abs_srcdir@&$ac_abs_srcdir&;t t
-+s&@top_srcdir@&$ac_top_srcdir&;t t
-+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
-+s&@builddir@&$ac_builddir&;t t
-+s&@abs_builddir@&$ac_abs_builddir&;t t
-+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
-+s&@INSTALL@&$ac_INSTALL&;t t
-+$ac_datarootdir_hack
-+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
-+
-+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;}
-+
-+  rm -f "$tmp/stdin"
-   case $ac_file in
--  - | *:- | *:-:* ) # input from stdin
--	cat >$tmp/stdin
--	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  * )   ac_file_in=$ac_file.in ;;
-+  -) cat "$tmp/out"; rm -f "$tmp/out";;
-+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
-   esac
--
--  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
--echo "$as_me: creating $ac_file" >&6;}
--
--  # First look for the input files in the build tree, otherwise in the
--  # src tree.
--  ac_file_inputs=`IFS=:
--    for f in $ac_file_in; do
--      case $f in
--      -) echo $tmp/stdin ;;
--      [\\/$]*)
--	 # Absolute (can't be DOS-style, as IFS=:)
--	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 # Do quote $f, to prevent DOS paths from being IFS'd.
--	 echo "$f";;
--      *) # Relative
--	 if test -f "$f"; then
--	   # Build tree
--	   echo "$f"
--	 elif test -f "$srcdir/$f"; then
--	   # Source tree
--	   echo "$srcdir/$f"
--	 else
--	   # /dev/null tree
--	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 fi;;
--      esac
--    done` || { (exit 1); exit 1; }
--  # Remove the trailing spaces.
--  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
--
-+ ;;
-+  :H)
-+  #
-+  # CONFIG_HEADER
-+  #
- _ACEOF
- 
--# Transform confdefs.h into two sed scripts, `conftest.defines' and
--# `conftest.undefs', that substitutes the proper values into
--# config.h.in to produce config.h.  The first handles `#define'
--# templates, and the second `#undef' templates.
--# And first: Protect against being on the right side of a sed subst in
--# config.status.  Protect against being in an unquoted here document
--# in config.status.
--rm -f conftest.defines conftest.undefs
--# Using a here document instead of a string reduces the quoting nightmare.
--# Putting comments in sed scripts is not portable.
--#
--# `end' is used to avoid that the second main sed command (meant for
--# 0-ary CPP macros) applies to n-ary macro definitions.
--# See the Autoconf documentation for `clear'.
--cat >confdef2sed.sed <<\_ACEOF
--s/[\\&,]/\\&/g
--s,[\\$`],\\&,g
--t clear
--: clear
--s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
--t end
--s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
--: end
--_ACEOF
--# If some macros were called several times there might be several times
--# the same #defines, which is useless.  Nevertheless, we may not want to
--# sort them, since we want the *last* AC-DEFINE to be honored.
--uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
--sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
--rm -f confdef2sed.sed
--
--# This sed command replaces #undef with comments.  This is necessary, for
-+# 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.
--cat >>conftest.undefs <<\_ACEOF
--s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
--_ACEOF
--
--# Break up conftest.defines because some shells have a limit on the size
--# of here documents, and old seds have small limits too (100 cmds).
--echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
--echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
--echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
--echo '  :' >>$CONFIG_STATUS
--rm -f conftest.tail
--while grep . conftest.defines >/dev/null
-+# (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 limited-size here document to $tmp/defines.sed.
--  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
--  # Speed up: don't consider the non `#define' lines.
--  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
--  # Work around the forget-to-reset-the-flag bug.
--  echo 't clr' >>$CONFIG_STATUS
--  echo ': clr' >>$CONFIG_STATUS
--  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
-+  # 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 $tmp/in >$tmp/out
--  rm -f $tmp/in
--  mv $tmp/out $tmp/in
--' >>$CONFIG_STATUS
--  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
-+    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
--echo '  fi # grep' >>$CONFIG_STATUS
--echo >>$CONFIG_STATUS
--
--# Break up conftest.undefs because some shells have a limit on the size
--# of here documents, and old seds have small limits too (100 cmds).
--echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
--rm -f conftest.tail
--while grep . conftest.undefs >/dev/null
--do
--  # Write a limited-size here document to $tmp/undefs.sed.
--  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
--  # Speed up: don't consider the non `#undef'
--  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
--  # Work around the forget-to-reset-the-flag bug.
--  echo 't clr' >>$CONFIG_STATUS
--  echo ': clr' >>$CONFIG_STATUS
--  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
--  echo 'CEOF
--  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
--  rm -f $tmp/in
--  mv $tmp/out $tmp/in
--' >>$CONFIG_STATUS
--  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
--  rm -f conftest.undefs
--  mv conftest.tail conftest.undefs
--done
--rm -f conftest.undefs
-+rm -f conftest.defines conftest.tail
- 
-+echo "ac_result=$ac_in" >>$CONFIG_STATUS
- cat >>$CONFIG_STATUS <<\_ACEOF
--  # 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.  */
--  if test x"$ac_file" = x-; then
--    echo "/* Generated by configure.  */" >$tmp/config.h
--  else
--    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
--  fi
--  cat $tmp/in >>$tmp/config.h
--  rm -f $tmp/in
-   if test x"$ac_file" != x-; then
--    if diff $ac_file $tmp/config.h >/dev/null 2>&1; 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;}
-     else
--      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
--$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'`
--      { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
--    as_dirs=
--    while test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
--$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" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
--    done
--    test ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
--echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
--   { (exit 1); exit 1; }; }; }
--
-       rm -f $ac_file
--      mv $tmp/config.h $ac_file
-+      mv "$tmp/config.h" $ac_file
-     fi
-   else
--    cat $tmp/config.h
--    rm -f $tmp/config.h
-+    echo "/* $configure_input  */"
-+    cat "$ac_result"
-   fi
-+  rm -f "$tmp/out12"
- # Compute $ac_file's index in $config_headers.
- _am_stamp_count=1
- for _am_header in $config_headers :; do
-@@ -6738,135 +7449,39 @@ for _am_header in $config_headers :; do
-       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-   esac
- done
--echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
-+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 ||
-+	 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'`/stamp-h$_am_stamp_count
--done
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
--
--#
--# CONFIG_COMMANDS section.
--#
--for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
--  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
--  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
--  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
--$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
--	 X"$ac_dest" : 'X\(//\)[^/]' \| \
--	 X"$ac_dest" : 'X\(//\)$' \| \
--	 X"$ac_dest" : 'X\(/\)' \| \
--	 .     : '\(.\)' 2>/dev/null ||
--echo X"$ac_dest" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
--  { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
--    as_dirs=
--    while test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
--$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" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
--    done
--    test ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
--echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
--   { (exit 1); exit 1; }; }; }
--
--  ac_builddir=.
--
--if test "$ac_dir" != .; then
--  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
--
--case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
--    ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
--    ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
--esac
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`/stamp-h$_am_stamp_count
-+ ;;
- 
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
--esac
-+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
-+echo "$as_me: executing $ac_file commands" >&6;}
-+ ;;
-+  esac
- 
- 
--  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
--echo "$as_me: executing $ac_dest commands" >&6;}
--  case $ac_dest in
--    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
-+  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.
-@@ -6876,18 +7491,29 @@ echo "$as_me: executing $ac_dest commands" >&6;}
-   # each Makefile.in and add a new line on top of each file to say so.
-   # So let's grep whole file.
-   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
--    dirpart=`(dirname "$mf") 2>/dev/null ||
-+    dirpart=`$as_dirname -- "$mf" ||
- $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- 	 X"$mf" : 'X\(//\)[^/]' \| \
- 	 X"$mf" : 'X\(//\)$' \| \
--	 X"$mf" : 'X\(/\)' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$mf" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-   else
-     continue
-   fi
-@@ -6915,53 +7541,79 @@ echo X"$mf" |
-        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
-     # Make sure the directory exists.
-     test -f "$dirpart/$file" && continue
--    fdir=`(dirname "$file") 2>/dev/null ||
-+    fdir=`$as_dirname -- "$file" ||
- $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- 	 X"$file" : 'X\(//\)[^/]' \| \
- 	 X"$file" : 'X\(//\)$' \| \
--	 X"$file" : 'X\(/\)' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 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'`
--    { if $as_mkdir_p; then
--    mkdir -p $dirpart/$fdir
--  else
--    as_dir=$dirpart/$fdir
-+    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 test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+    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 ||
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$as_dir" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    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 ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
--echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
-+    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
-  ;;
-+
-   esac
--done
--_ACEOF
-+done # for ac_tag
- 
--cat >>$CONFIG_STATUS <<\_ACEOF
- 
- { (exit 0); exit 0; }
- _ACEOF
-diff --git a/ldiskfs/ldiskfs/autoMakefile.in b/ldiskfs/ldiskfs/autoMakefile.in
-index b22941f..56723b6 100644
---- a/ldiskfs/ldiskfs/autoMakefile.in
-+++ b/ldiskfs/ldiskfs/autoMakefile.in
-@@ -65,6 +65,7 @@ ECHO_T = @ECHO_T@
- EGREP = @EGREP@
- EXEEXT = @EXEEXT@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
-+GREP = @GREP@
- INCLUDE_RULES = @INCLUDE_RULES@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -119,8 +120,6 @@ USE_QUILT_TRUE = @USE_QUILT_TRUE@
- VERSION = @VERSION@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
- am__include = @am__include@
-@@ -133,12 +132,16 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
-+docdir = @docdir@
-+dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@
- host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
-@@ -146,14 +149,17 @@ lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
- mandir = @mandir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
-diff --git a/libsysio/Makefile.in b/libsysio/Makefile.in
-index c4dd212..ffca501 100644
---- a/libsysio/Makefile.in
-+++ b/libsysio/Makefile.in
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.9.6 from Makefile.am.
-+# Makefile.in generated by automake 1.7.9 from Makefile.am.
- # @configure_input@
- 
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005  Free Software Foundation, Inc.
-+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-+# 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.
-@@ -26,6 +26,7 @@ pkgdatadir = $(datadir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
- top_builddir = .
-+
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
- INSTALL = @INSTALL@
- install_sh_DATA = $(install_sh) -c -m 644
-@@ -42,107 +43,6 @@ POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
--DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
--	$(srcdir)/Makefile.in $(top_srcdir)/Rules.make \
--	$(top_srcdir)/configure $(top_srcdir)/dev/stdfd/module.mk \
--	$(top_srcdir)/drivers/incore/module.mk \
--	$(top_srcdir)/drivers/native/module.mk \
--	$(top_srcdir)/drivers/sockets/module.mk \
--	$(top_srcdir)/drivers/yod/module.mk \
--	$(top_srcdir)/include/module.mk $(top_srcdir)/src/module.mk \
--	$(top_srcdir)/tests/module.mk AUTHORS COPYING ChangeLog \
--	INSTALL NEWS compile config.guess config.sub depcomp \
--	install-sh missing mkinstalldirs
--subdir = .
--ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.in
--am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
--	$(ACLOCAL_M4)
--am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
-- configure.lineno configure.status.lineno
--mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--CONFIG_CLEAN_FILES =
--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|^.*/||'`;
--am__installdirs = "$(DESTDIR)$(libdir)"
--libLIBRARIES_INSTALL = $(INSTALL_DATA)
--LIBRARIES = $(lib_LIBRARIES)
--AR = ar
--ARFLAGS = cru
--__LIBBUILD_DIR__libsysio_a_AR = $(AR) $(ARFLAGS)
--__LIBBUILD_DIR__libsysio_a_LIBADD =
--am____LIBBUILD_DIR__libsysio_a_SOURCES_DIST = src/access.c src/chdir.c \
--	src/chmod.c src/chown.c src/dev.c src/dup.c src/fcntl.c \
--	src/fs.c src/fsync.c src/getdirentries.c src/init.c \
--	src/inode.c src/ioctl.c src/ioctx.c src/iowait.c src/link.c \
--	src/lseek.c src/mkdir.c src/mknod.c src/mount.c src/namei.c \
--	src/open.c src/rw.c src/reconcile.c src/rename.c src/rmdir.c \
--	src/stat64.c src/stat.c src/stddir.c src/readdir.c \
--	src/readdir64.c src/symlink.c src/readlink.c src/truncate.c \
--	src/unlink.c src/utime.c src/file.c src/file_hack.c \
--	src/stdlib.c dev/stdfd/stdfd.c drivers/incore/fs_incore.c \
--	drivers/sockets/sockets.c drivers/native/fs_native.c \
--	drivers/yod/fs_yod.c
--am__dirstamp = $(am__leading_dot)dirstamp
-- at WITH_LUSTRE_HACK_FALSE@am__objects_1 = src/file.$(OBJEXT)
-- at WITH_LUSTRE_HACK_TRUE@am__objects_1 = src/file_hack.$(OBJEXT)
-- at WITH_LUSTRE_HACK_TRUE@am__objects_2 = src/stdlib.$(OBJEXT)
--am__objects_3 = src/access.$(OBJEXT) src/chdir.$(OBJEXT) \
--	src/chmod.$(OBJEXT) src/chown.$(OBJEXT) src/dev.$(OBJEXT) \
--	src/dup.$(OBJEXT) src/fcntl.$(OBJEXT) src/fs.$(OBJEXT) \
--	src/fsync.$(OBJEXT) src/getdirentries.$(OBJEXT) \
--	src/init.$(OBJEXT) src/inode.$(OBJEXT) src/ioctl.$(OBJEXT) \
--	src/ioctx.$(OBJEXT) src/iowait.$(OBJEXT) src/link.$(OBJEXT) \
--	src/lseek.$(OBJEXT) src/mkdir.$(OBJEXT) src/mknod.$(OBJEXT) \
--	src/mount.$(OBJEXT) src/namei.$(OBJEXT) src/open.$(OBJEXT) \
--	src/rw.$(OBJEXT) src/reconcile.$(OBJEXT) src/rename.$(OBJEXT) \
--	src/rmdir.$(OBJEXT) src/stat64.$(OBJEXT) src/stat.$(OBJEXT) \
--	src/stddir.$(OBJEXT) src/readdir.$(OBJEXT) \
--	src/readdir64.$(OBJEXT) src/symlink.$(OBJEXT) \
--	src/readlink.$(OBJEXT) src/truncate.$(OBJEXT) \
--	src/unlink.$(OBJEXT) src/utime.$(OBJEXT) $(am__objects_1) \
--	$(am__objects_2)
--am__objects_4 = dev/stdfd/stdfd.$(OBJEXT)
-- at WITH_STDFD_DEV_TRUE@am__objects_5 = $(am__objects_4)
--am__objects_6 = drivers/incore/fs_incore.$(OBJEXT)
-- at WITH_INCORE_DRIVER_TRUE@am__objects_7 = $(am__objects_6)
--am__objects_8 = drivers/sockets/sockets.$(OBJEXT)
-- at WITH_SOCKETS_DRIVER_TRUE@am__objects_9 = $(am__objects_8)
--am__objects_10 = drivers/native/fs_native.$(OBJEXT)
-- at WITH_NATIVE_DRIVER_TRUE@am__objects_11 = $(am__objects_10)
-- at WITH_CPLANT_YOD_TRUE@am__objects_12 = drivers/yod/fs_yod.$(OBJEXT)
-- at WITH_CPLANT_YOD_TRUE@am__objects_13 = $(am__objects_12)
--am___LIBBUILD_DIR__libsysio_a_OBJECTS = $(am__objects_3) \
--	$(am__objects_5) $(am__objects_7) $(am__objects_9) \
--	$(am__objects_11) $(am__objects_13)
--__LIBBUILD_DIR__libsysio_a_OBJECTS =  \
--	$(am___LIBBUILD_DIR__libsysio_a_OBJECTS)
--DEFAULT_INCLUDES = -I. -I$(srcdir)
--depcomp = $(SHELL) $(top_srcdir)/depcomp
--am__depfiles_maybe = depfiles
--COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
--	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
--CCLD = $(CC)
--LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--SOURCES = $(__LIBBUILD_DIR__libsysio_a_SOURCES)
--DIST_SOURCES = $(am____LIBBUILD_DIR__libsysio_a_SOURCES_DIST)
--ETAGS = etags
--CTAGS = ctags
--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); }; }
--DIST_ARCHIVES = $(distdir).tar.gz
--GZIP_ENV = --best
--distuninstallcheck_listfiles = find . -type f -print
--distcleancheck_listfiles = find . -type f -print
- ACLOCAL = @ACLOCAL@
- AMDEP_FALSE = @AMDEP_FALSE@
- AMDEP_TRUE = @AMDEP_TRUE@
-@@ -166,6 +66,7 @@ ECHO_N = @ECHO_N@
- ECHO_T = @ECHO_T@
- EGREP = @EGREP@
- EXEEXT = @EXEEXT@
-+GREP = @GREP@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
-@@ -211,15 +112,11 @@ WITH_TESTS_FALSE = @WITH_TESTS_FALSE@
- WITH_TESTS_TRUE = @WITH_TESTS_TRUE@
- ZERO_SUM_MEMORY = @ZERO_SUM_MEMORY@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
- am__include = @am__include@
- am__leading_dot = @am__leading_dot@
- am__quote = @am__quote@
--am__tar = @am__tar@
--am__untar = @am__untar@
- bindir = @bindir@
- build = @build@
- build_alias = @build_alias@
-@@ -227,23 +124,29 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
-+docdir = @docdir@
-+dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@
- host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
-+localedir = @localedir@
- localstatedir = @localstatedir@
- mandir = @mandir@
--mkdir_p = @mkdir_p@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
-@@ -253,12 +156,16 @@ target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
- AUTOMAKE_OPTIONS = 1.6
-- at WITH_TESTS_FALSE@TESTDIR = 
-+
- @WITH_TESTS_TRUE at TESTDIR = tests
-- at WITH_LUSTRE_HACK_FALSE@FILE_SUPPORT = src/file.c
-+ at WITH_TESTS_FALSE@TESTDIR = 
-+
- @WITH_LUSTRE_HACK_TRUE at FILE_SUPPORT = src/file_hack.c
-- at WITH_LUSTRE_HACK_FALSE@LUSTRE_SRCDIR_SRCS = 
-+ at WITH_LUSTRE_HACK_FALSE@FILE_SUPPORT = src/file.c
-+
- @WITH_LUSTRE_HACK_TRUE at LUSTRE_SRCDIR_SRCS = src/stdlib.c
-+ at WITH_LUSTRE_HACK_FALSE@LUSTRE_SRCDIR_SRCS = 
-+
- SRCDIR_SRCS = src/access.c src/chdir.c src/chmod.c \
- 	src/chown.c src/dev.c src/dup.c src/fcntl.c \
- 	src/fs.c src/fsync.c \
-@@ -273,6 +180,7 @@ SRCDIR_SRCS = src/access.c src/chdir.c src/chmod.c \
- 	src/truncate.c src/unlink.c src/utime.c \
- 	$(FILE_SUPPORT) $(LUSTRE_SRCDIR_SRCS)
- 
-+
- SRCDIR_EXTRA = src/module.mk
- INCLUDE_EXTRA = include/dev.h include/file.h include/fs.h \
- 	include/inode.h include/mount.h include/sysio.h include/sysio-cmn.h \
-@@ -298,21 +206,29 @@ NATIVE_EXTRA = drivers/native/fs_native.h drivers/native/module.mk
- YOD_EXTRA = include/cplant-yod.h drivers/yod/fs_yod.h drivers/yod/module.mk
- SOCKETS_SRCS = drivers/sockets/sockets.c
- SOCKETS_EXTRA = drivers/sockets/module.mk
-+
- lib_LIBRARIES = ${LIBBUILD_DIR}/libsysio.a
- @WITH_STDFD_DEV_FALSE at OPTIONAL_STDFD_SRCS = 
-+
- @WITH_STDFD_DEV_TRUE at OPTIONAL_STDFD_SRCS = $(STDFD_SRCS)
- @WITH_INCORE_DRIVER_FALSE at OPTIONAL_INCORE_SRCS = 
-+
- @WITH_INCORE_DRIVER_TRUE at OPTIONAL_INCORE_SRCS = $(INCORE_SRCS)
-- at WITH_NATIVE_DRIVER_FALSE@OPTIONAL_NATIVE_SRCS = 
-+
- @WITH_NATIVE_DRIVER_TRUE at OPTIONAL_NATIVE_SRCS = $(NATIVE_SRCS)
-+ at WITH_NATIVE_DRIVER_FALSE@OPTIONAL_NATIVE_SRCS = 
- @WITH_SOCKETS_DRIVER_FALSE at OPTIONAL_SOCKETS_SRCS = 
-+
- @WITH_SOCKETS_DRIVER_TRUE at OPTIONAL_SOCKETS_SRCS = $(SOCKETS_SRCS)
- @WITH_CPLANT_YOD_FALSE at OPTIONAL_YOD_SRCS = 
-+
- @WITH_CPLANT_YOD_TRUE at OPTIONAL_YOD_SRCS = $(YOD_SRCS)
- 
- # it would be better that let configure script check this
- @WITH_LUSTRE_HACK_TRUE at OPTIONAL_LUSTRE_CFLAGS = -fPIC
-+
- AM_CFLAGS = $(OPTIONAL_LUSTRE_CFLAGS)
-+
- __LIBBUILD_DIR__libsysio_a_SOURCES = \
- 	$(SRCDIR_SRCS) \
- 	$(OPTIONAL_STDFD_SRCS) \
-@@ -324,90 +240,188 @@ __LIBBUILD_DIR__libsysio_a_SOURCES = \
- @WITH_STDFD_DEV_TRUE at STDFD_DEV_CPPFLAGS = -DSTDFD_DEV=1 -I$(top_srcdir)/dev/stdfd
- @WITH_STDFD_DEV_FALSE at STFD_DEV_CPPFLAGS = 
- @WITH_SOCKETS_DRIVER_FALSE at SOCKETS_CPPFLAGS = 
-+
- @WITH_SOCKETS_DRIVER_TRUE at SOCKETS_CPPFLAGS = -DWITH_SOCKETS=1
-+
- DEV_CPPFLAGS = $(STDFD_DEV_CPPFLAGS)
--AM_CPPFLAGS = $(TRACING) $(AUTOMOUNT) $(ZERO_SUM_MEMORY) \
--	$(DEV_CPPFLAGS) $(SOCKETS_CPPFLAGS) $(DEFER_INIT_CWD) \
--	$(SYSIO_LABEL_NAMES) -I$(top_srcdir)/include \
--	${YOD_DRIVER_FLAGS}
-+
-+AM_CPPFLAGS = \
-+	$(TRACING) \
-+	$(AUTOMOUNT) $(ZERO_SUM_MEMORY) $(DEV_CPPFLAGS) $(SOCKETS_CPPFLAGS) \
-+	$(DEFER_INIT_CWD) $(SYSIO_LABEL_NAMES) -I$(top_srcdir)/include \
-+${YOD_DRIVER_FLAGS}
-+
- EXTRA_DIST = Rules.make misc/init-env.sh $(TESTS_EXTRA) $(SRCDIR_EXTRA) \
- 	$(INCLUDE_EXTRA) $(STDFD_EXTRA) $(INCORE_EXTRA) \
- 	$(SOCKETS_EXTRA) $(NATIVE_EXTRA) $(YOD_EXTRA)
- 
-+subdir = .
-+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-+CONFIG_CLEAN_FILES =
-+LIBRARIES = $(lib_LIBRARIES)
-+
-+__LIBBUILD_DIR__libsysio_a_AR = $(AR) cru
-+__LIBBUILD_DIR__libsysio_a_LIBADD =
-+am____LIBBUILD_DIR__libsysio_a_SOURCES_DIST = src/access.c src/chdir.c \
-+	src/chmod.c src/chown.c src/dev.c src/dup.c src/fcntl.c \
-+	src/fs.c src/fsync.c src/getdirentries.c src/init.c src/inode.c \
-+	src/ioctl.c src/ioctx.c src/iowait.c src/link.c src/lseek.c \
-+	src/mkdir.c src/mknod.c src/mount.c src/namei.c src/open.c \
-+	src/rw.c src/reconcile.c src/rename.c src/rmdir.c src/stat64.c \
-+	src/stat.c src/stddir.c src/readdir.c src/readdir64.c \
-+	src/symlink.c src/readlink.c src/truncate.c src/unlink.c \
-+	src/utime.c src/file_hack.c src/file.c src/stdlib.c \
-+	dev/stdfd/stdfd.c drivers/incore/fs_incore.c \
-+	drivers/sockets/sockets.c drivers/native/fs_native.c \
-+	drivers/yod/fs_yod.c
-+am__dirstamp = $(am__leading_dot)dirstamp
-+ at WITH_LUSTRE_HACK_TRUE@am__objects_1 = src/file_hack.$(OBJEXT)
-+ at WITH_LUSTRE_HACK_FALSE@am__objects_1 = src/file.$(OBJEXT)
-+ at WITH_LUSTRE_HACK_TRUE@am__objects_2 = src/stdlib.$(OBJEXT)
-+ at WITH_LUSTRE_HACK_FALSE@am__objects_2 =
-+am__objects_3 = src/access.$(OBJEXT) src/chdir.$(OBJEXT) \
-+	src/chmod.$(OBJEXT) src/chown.$(OBJEXT) src/dev.$(OBJEXT) \
-+	src/dup.$(OBJEXT) src/fcntl.$(OBJEXT) src/fs.$(OBJEXT) \
-+	src/fsync.$(OBJEXT) src/getdirentries.$(OBJEXT) \
-+	src/init.$(OBJEXT) src/inode.$(OBJEXT) src/ioctl.$(OBJEXT) \
-+	src/ioctx.$(OBJEXT) src/iowait.$(OBJEXT) src/link.$(OBJEXT) \
-+	src/lseek.$(OBJEXT) src/mkdir.$(OBJEXT) src/mknod.$(OBJEXT) \
-+	src/mount.$(OBJEXT) src/namei.$(OBJEXT) src/open.$(OBJEXT) \
-+	src/rw.$(OBJEXT) src/reconcile.$(OBJEXT) src/rename.$(OBJEXT) \
-+	src/rmdir.$(OBJEXT) src/stat64.$(OBJEXT) src/stat.$(OBJEXT) \
-+	src/stddir.$(OBJEXT) src/readdir.$(OBJEXT) \
-+	src/readdir64.$(OBJEXT) src/symlink.$(OBJEXT) \
-+	src/readlink.$(OBJEXT) src/truncate.$(OBJEXT) \
-+	src/unlink.$(OBJEXT) src/utime.$(OBJEXT) $(am__objects_1) \
-+	$(am__objects_2)
-+am__objects_4 = dev/stdfd/stdfd.$(OBJEXT)
-+ at WITH_STDFD_DEV_TRUE@am__objects_5 = $(am__objects_4)
-+ at WITH_STDFD_DEV_FALSE@am__objects_5 =
-+am__objects_6 = drivers/incore/fs_incore.$(OBJEXT)
-+ at WITH_INCORE_DRIVER_TRUE@am__objects_7 = $(am__objects_6)
-+ at WITH_INCORE_DRIVER_FALSE@am__objects_7 =
-+am__objects_8 = drivers/sockets/sockets.$(OBJEXT)
-+ at WITH_SOCKETS_DRIVER_TRUE@am__objects_9 = $(am__objects_8)
-+ at WITH_SOCKETS_DRIVER_FALSE@am__objects_9 =
-+am__objects_10 = drivers/native/fs_native.$(OBJEXT)
-+ at WITH_NATIVE_DRIVER_TRUE@am__objects_11 = $(am__objects_10)
-+ at WITH_NATIVE_DRIVER_FALSE@am__objects_11 =
-+ at WITH_CPLANT_YOD_TRUE@am__objects_12 = drivers/yod/fs_yod.$(OBJEXT)
-+ at WITH_CPLANT_YOD_FALSE@am__objects_12 =
-+ at WITH_CPLANT_YOD_TRUE@am__objects_13 = $(am__objects_12)
-+ at WITH_CPLANT_YOD_FALSE@am__objects_13 =
-+am___LIBBUILD_DIR__libsysio_a_OBJECTS = $(am__objects_3) \
-+	$(am__objects_5) $(am__objects_7) $(am__objects_9) \
-+	$(am__objects_11) $(am__objects_13)
-+__LIBBUILD_DIR__libsysio_a_OBJECTS = \
-+	$(am___LIBBUILD_DIR__libsysio_a_OBJECTS)
-+
-+DEFAULT_INCLUDES =  -I. -I$(srcdir)
-+depcomp = $(SHELL) $(top_srcdir)/depcomp
-+am__depfiles_maybe = depfiles
-+ at AMDEP_TRUE@DEP_FILES = dev/stdfd/$(DEPDIR)/stdfd.Po \
-+ at AMDEP_TRUE@	drivers/incore/$(DEPDIR)/fs_incore.Po \
-+ at AMDEP_TRUE@	drivers/native/$(DEPDIR)/fs_native.Po \
-+ at AMDEP_TRUE@	drivers/sockets/$(DEPDIR)/sockets.Po \
-+ at AMDEP_TRUE@	drivers/yod/$(DEPDIR)/fs_yod.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/access.Po src/$(DEPDIR)/chdir.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/chmod.Po src/$(DEPDIR)/chown.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/dev.Po src/$(DEPDIR)/dup.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/fcntl.Po src/$(DEPDIR)/file.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/file_hack.Po src/$(DEPDIR)/fs.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/fsync.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/getdirentries.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/init.Po src/$(DEPDIR)/inode.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/ioctl.Po src/$(DEPDIR)/ioctx.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/iowait.Po src/$(DEPDIR)/link.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/lseek.Po src/$(DEPDIR)/mkdir.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/mknod.Po src/$(DEPDIR)/mount.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/namei.Po src/$(DEPDIR)/open.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/readdir.Po src/$(DEPDIR)/readdir64.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/readlink.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/reconcile.Po src/$(DEPDIR)/rename.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/rmdir.Po src/$(DEPDIR)/rw.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/stat.Po src/$(DEPDIR)/stat64.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/stddir.Po src/$(DEPDIR)/stdlib.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/symlink.Po src/$(DEPDIR)/truncate.Po \
-+ at AMDEP_TRUE@	src/$(DEPDIR)/unlink.Po src/$(DEPDIR)/utime.Po
-+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-+CCLD = $(CC)
-+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-+DIST_SOURCES = $(am____LIBBUILD_DIR__libsysio_a_SOURCES_DIST)
-+DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \
-+	$(top_srcdir)/Rules.make $(top_srcdir)/dev/stdfd/module.mk \
-+	$(top_srcdir)/drivers/incore/module.mk \
-+	$(top_srcdir)/drivers/native/module.mk \
-+	$(top_srcdir)/drivers/sockets/module.mk \
-+	$(top_srcdir)/drivers/yod/module.mk \
-+	$(top_srcdir)/include/module.mk $(top_srcdir)/src/module.mk \
-+	$(top_srcdir)/tests/module.mk AUTHORS COPYING ChangeLog INSTALL \
-+	Makefile.am NEWS aclocal.m4 compile config.guess config.sub \
-+	configure configure.in depcomp install-sh missing mkinstalldirs
-+SOURCES = $(__LIBBUILD_DIR__libsysio_a_SOURCES)
-+
- all: all-am
- 
- .SUFFIXES:
- .SUFFIXES: .c .o .obj
--am--refresh:
--	@:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/src/module.mk $(top_srcdir)/include/module.mk $(top_srcdir)/tests/module.mk $(top_srcdir)/dev/stdfd/module.mk $(top_srcdir)/drivers/incore/module.mk $(top_srcdir)/drivers/native/module.mk $(top_srcdir)/drivers/yod/module.mk $(top_srcdir)/drivers/sockets/module.mk $(top_srcdir)/Rules.make $(am__configure_deps)
--	@for dep in $?; do \
--	  case '$(am__configure_deps)' in \
--	    *$$dep*) \
--	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
--	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
--		&& exit 0; \
--	      exit 1;; \
--	  esac; \
--	done; \
--	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
-+
-+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
-+ configure.lineno
-+$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/src/module.mk $(top_srcdir)/include/module.mk $(top_srcdir)/tests/module.mk $(top_srcdir)/dev/stdfd/module.mk $(top_srcdir)/drivers/incore/module.mk $(top_srcdir)/drivers/native/module.mk $(top_srcdir)/drivers/yod/module.mk $(top_srcdir)/drivers/sockets/module.mk $(top_srcdir)/Rules.make $(top_srcdir)/configure.in $(ACLOCAL_M4)
- 	cd $(top_srcdir) && \
- 	  $(AUTOMAKE) --gnu  Makefile
--.PRECIOUS: Makefile
--Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
--	@case '$?' in \
--	  *config.status*) \
--	    echo ' $(SHELL) ./config.status'; \
--	    $(SHELL) ./config.status;; \
--	  *) \
--	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
--	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
--	esac;
--
--$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
--	$(SHELL) ./config.status --recheck
-+Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
-+	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-+	$(SHELL) ./config.status --recheck
-+$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
- 	cd $(srcdir) && $(AUTOCONF)
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+
-+$(ACLOCAL_M4):  configure.in 
- 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-+
-+AR = ar
-+libLIBRARIES_INSTALL = $(INSTALL_DATA)
- install-libLIBRARIES: $(lib_LIBRARIES)
- 	@$(NORMAL_INSTALL)
--	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
-+	$(mkinstalldirs) $(DESTDIR)$(libdir)
- 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
- 	  if test -f $$p; then \
--	    f=$(am__strip_dir) \
--	    echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
--	    $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
-+	    f="`echo $$p | sed -e 's|^.*/||'`"; \
-+	    echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \
-+	    $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \
- 	  else :; fi; \
- 	done
- 	@$(POST_INSTALL)
- 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
- 	  if test -f $$p; then \
--	    p=$(am__strip_dir) \
--	    echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
--	    $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
-+	    p="`echo $$p | sed -e 's|^.*/||'`"; \
-+	    echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
-+	    $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
- 	  else :; fi; \
- 	done
- 
- uninstall-libLIBRARIES:
- 	@$(NORMAL_UNINSTALL)
- 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
--	  p=$(am__strip_dir) \
--	  echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
--	  rm -f "$(DESTDIR)$(libdir)/$$p"; \
-+	  p="`echo $$p | sed -e 's|^.*/||'`"; \
-+	  echo " rm -f $(DESTDIR)$(libdir)/$$p"; \
-+	  rm -f $(DESTDIR)$(libdir)/$$p; \
- 	done
- 
- clean-libLIBRARIES:
- 	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
- src/$(am__dirstamp):
--	@$(mkdir_p) src
-+	@$(mkinstalldirs) src
- 	@: > src/$(am__dirstamp)
- src/$(DEPDIR)/$(am__dirstamp):
--	@$(mkdir_p) src/$(DEPDIR)
-+	@$(mkinstalldirs) src/$(DEPDIR)
- 	@: > src/$(DEPDIR)/$(am__dirstamp)
--src/access.$(OBJEXT): src/$(am__dirstamp) \
--	src/$(DEPDIR)/$(am__dirstamp)
-+src/access.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/chdir.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/chmod.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/chown.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
-@@ -422,8 +436,7 @@ src/init.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/inode.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/ioctl.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/ioctx.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
--src/iowait.$(OBJEXT): src/$(am__dirstamp) \
--	src/$(DEPDIR)/$(am__dirstamp)
-+src/iowait.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/link.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/lseek.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/mkdir.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
-@@ -434,74 +447,67 @@ src/open.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/rw.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/reconcile.$(OBJEXT): src/$(am__dirstamp) \
- 	src/$(DEPDIR)/$(am__dirstamp)
--src/rename.$(OBJEXT): src/$(am__dirstamp) \
--	src/$(DEPDIR)/$(am__dirstamp)
-+src/rename.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/rmdir.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
--src/stat64.$(OBJEXT): src/$(am__dirstamp) \
--	src/$(DEPDIR)/$(am__dirstamp)
-+src/stat64.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/stat.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
--src/stddir.$(OBJEXT): src/$(am__dirstamp) \
--	src/$(DEPDIR)/$(am__dirstamp)
--src/readdir.$(OBJEXT): src/$(am__dirstamp) \
--	src/$(DEPDIR)/$(am__dirstamp)
-+src/stddir.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
-+src/readdir.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/readdir64.$(OBJEXT): src/$(am__dirstamp) \
- 	src/$(DEPDIR)/$(am__dirstamp)
--src/symlink.$(OBJEXT): src/$(am__dirstamp) \
--	src/$(DEPDIR)/$(am__dirstamp)
-+src/symlink.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/readlink.$(OBJEXT): src/$(am__dirstamp) \
- 	src/$(DEPDIR)/$(am__dirstamp)
- src/truncate.$(OBJEXT): src/$(am__dirstamp) \
- 	src/$(DEPDIR)/$(am__dirstamp)
--src/unlink.$(OBJEXT): src/$(am__dirstamp) \
--	src/$(DEPDIR)/$(am__dirstamp)
-+src/unlink.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/utime.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
--src/file.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- src/file_hack.$(OBJEXT): src/$(am__dirstamp) \
- 	src/$(DEPDIR)/$(am__dirstamp)
--src/stdlib.$(OBJEXT): src/$(am__dirstamp) \
--	src/$(DEPDIR)/$(am__dirstamp)
-+src/file.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
-+src/stdlib.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
- dev/stdfd/$(am__dirstamp):
--	@$(mkdir_p) dev/stdfd
-+	@$(mkinstalldirs) dev/stdfd
- 	@: > dev/stdfd/$(am__dirstamp)
- dev/stdfd/$(DEPDIR)/$(am__dirstamp):
--	@$(mkdir_p) dev/stdfd/$(DEPDIR)
-+	@$(mkinstalldirs) dev/stdfd/$(DEPDIR)
- 	@: > dev/stdfd/$(DEPDIR)/$(am__dirstamp)
- dev/stdfd/stdfd.$(OBJEXT): dev/stdfd/$(am__dirstamp) \
- 	dev/stdfd/$(DEPDIR)/$(am__dirstamp)
- drivers/incore/$(am__dirstamp):
--	@$(mkdir_p) drivers/incore
-+	@$(mkinstalldirs) drivers/incore
- 	@: > drivers/incore/$(am__dirstamp)
- drivers/incore/$(DEPDIR)/$(am__dirstamp):
--	@$(mkdir_p) drivers/incore/$(DEPDIR)
-+	@$(mkinstalldirs) drivers/incore/$(DEPDIR)
- 	@: > drivers/incore/$(DEPDIR)/$(am__dirstamp)
- drivers/incore/fs_incore.$(OBJEXT): drivers/incore/$(am__dirstamp) \
- 	drivers/incore/$(DEPDIR)/$(am__dirstamp)
- drivers/sockets/$(am__dirstamp):
--	@$(mkdir_p) drivers/sockets
-+	@$(mkinstalldirs) drivers/sockets
- 	@: > drivers/sockets/$(am__dirstamp)
- drivers/sockets/$(DEPDIR)/$(am__dirstamp):
--	@$(mkdir_p) drivers/sockets/$(DEPDIR)
-+	@$(mkinstalldirs) drivers/sockets/$(DEPDIR)
- 	@: > drivers/sockets/$(DEPDIR)/$(am__dirstamp)
- drivers/sockets/sockets.$(OBJEXT): drivers/sockets/$(am__dirstamp) \
- 	drivers/sockets/$(DEPDIR)/$(am__dirstamp)
- drivers/native/$(am__dirstamp):
--	@$(mkdir_p) drivers/native
-+	@$(mkinstalldirs) drivers/native
- 	@: > drivers/native/$(am__dirstamp)
- drivers/native/$(DEPDIR)/$(am__dirstamp):
--	@$(mkdir_p) drivers/native/$(DEPDIR)
-+	@$(mkinstalldirs) drivers/native/$(DEPDIR)
- 	@: > drivers/native/$(DEPDIR)/$(am__dirstamp)
- drivers/native/fs_native.$(OBJEXT): drivers/native/$(am__dirstamp) \
- 	drivers/native/$(DEPDIR)/$(am__dirstamp)
- drivers/yod/$(am__dirstamp):
--	@$(mkdir_p) drivers/yod
-+	@$(mkinstalldirs) drivers/yod
- 	@: > drivers/yod/$(am__dirstamp)
- drivers/yod/$(DEPDIR)/$(am__dirstamp):
--	@$(mkdir_p) drivers/yod/$(DEPDIR)
-+	@$(mkinstalldirs) drivers/yod/$(DEPDIR)
- 	@: > drivers/yod/$(DEPDIR)/$(am__dirstamp)
- drivers/yod/fs_yod.$(OBJEXT): drivers/yod/$(am__dirstamp) \
- 	drivers/yod/$(DEPDIR)/$(am__dirstamp)
- ${LIBBUILD_DIR}/$(am__dirstamp):
--	@$(mkdir_p) ${LIBBUILD_DIR}
-+	@$(mkinstalldirs) ${LIBBUILD_DIR}
- 	@: > ${LIBBUILD_DIR}/$(am__dirstamp)
- ${LIBBUILD_DIR}/libsysio.a: $(__LIBBUILD_DIR__libsysio_a_OBJECTS) $(__LIBBUILD_DIR__libsysio_a_DEPENDENCIES) ${LIBBUILD_DIR}/$(am__dirstamp)
- 	-rm -f ${LIBBUILD_DIR}/libsysio.a
-@@ -509,7 +515,7 @@ ${LIBBUILD_DIR}/libsysio.a: $(__LIBBUILD_DIR__libsysio_a_OBJECTS) $(__LIBBUILD_D
- 	$(RANLIB) ${LIBBUILD_DIR}/libsysio.a
- 
- mostlyclean-compile:
--	-rm -f *.$(OBJEXT)
-+	-rm -f *.$(OBJEXT) core *.core
- 	-rm -f dev/stdfd/stdfd.$(OBJEXT)
- 	-rm -f drivers/incore/fs_incore.$(OBJEXT)
- 	-rm -f drivers/native/fs_native.$(OBJEXT)
-@@ -604,22 +610,1004 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote at src/$(DEPDIR)/utime.Po at am__quote@
- 
- .c.o:
-- at am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
-- at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
-- at am__fastdepCC_TRUE@	then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ $<
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
- 
- .c.obj:
-- at am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
-- at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
-- at am__fastdepCC_TRUE@	then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
-+
-+src/access.o: src/access.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/access.o -MD -MP -MF "src/$(DEPDIR)/access.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/access.o `test -f 'src/access.c' || echo '$(srcdir)/'`src/access.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/access.Tpo" "src/$(DEPDIR)/access.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/access.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/access.c' object='src/access.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/access.Po' tmpdepfile='src/$(DEPDIR)/access.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/access.o `test -f 'src/access.c' || echo '$(srcdir)/'`src/access.c
-+
-+src/access.obj: src/access.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/access.obj -MD -MP -MF "src/$(DEPDIR)/access.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/access.obj `if test -f 'src/access.c'; then $(CYGPATH_W) 'src/access.c'; else $(CYGPATH_W) '$(srcdir)/src/access.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/access.Tpo" "src/$(DEPDIR)/access.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/access.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/access.c' object='src/access.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/access.Po' tmpdepfile='src/$(DEPDIR)/access.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/access.obj `if test -f 'src/access.c'; then $(CYGPATH_W) 'src/access.c'; else $(CYGPATH_W) '$(srcdir)/src/access.c'; fi`
-+
-+src/chdir.o: src/chdir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/chdir.o -MD -MP -MF "src/$(DEPDIR)/chdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/chdir.o `test -f 'src/chdir.c' || echo '$(srcdir)/'`src/chdir.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/chdir.Tpo" "src/$(DEPDIR)/chdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/chdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/chdir.c' object='src/chdir.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/chdir.Po' tmpdepfile='src/$(DEPDIR)/chdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/chdir.o `test -f 'src/chdir.c' || echo '$(srcdir)/'`src/chdir.c
-+
-+src/chdir.obj: src/chdir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/chdir.obj -MD -MP -MF "src/$(DEPDIR)/chdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/chdir.obj `if test -f 'src/chdir.c'; then $(CYGPATH_W) 'src/chdir.c'; else $(CYGPATH_W) '$(srcdir)/src/chdir.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/chdir.Tpo" "src/$(DEPDIR)/chdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/chdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/chdir.c' object='src/chdir.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/chdir.Po' tmpdepfile='src/$(DEPDIR)/chdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/chdir.obj `if test -f 'src/chdir.c'; then $(CYGPATH_W) 'src/chdir.c'; else $(CYGPATH_W) '$(srcdir)/src/chdir.c'; fi`
-+
-+src/chmod.o: src/chmod.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/chmod.o -MD -MP -MF "src/$(DEPDIR)/chmod.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/chmod.o `test -f 'src/chmod.c' || echo '$(srcdir)/'`src/chmod.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/chmod.Tpo" "src/$(DEPDIR)/chmod.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/chmod.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/chmod.c' object='src/chmod.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/chmod.Po' tmpdepfile='src/$(DEPDIR)/chmod.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/chmod.o `test -f 'src/chmod.c' || echo '$(srcdir)/'`src/chmod.c
-+
-+src/chmod.obj: src/chmod.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/chmod.obj -MD -MP -MF "src/$(DEPDIR)/chmod.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/chmod.obj `if test -f 'src/chmod.c'; then $(CYGPATH_W) 'src/chmod.c'; else $(CYGPATH_W) '$(srcdir)/src/chmod.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/chmod.Tpo" "src/$(DEPDIR)/chmod.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/chmod.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/chmod.c' object='src/chmod.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/chmod.Po' tmpdepfile='src/$(DEPDIR)/chmod.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/chmod.obj `if test -f 'src/chmod.c'; then $(CYGPATH_W) 'src/chmod.c'; else $(CYGPATH_W) '$(srcdir)/src/chmod.c'; fi`
-+
-+src/chown.o: src/chown.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/chown.o -MD -MP -MF "src/$(DEPDIR)/chown.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/chown.o `test -f 'src/chown.c' || echo '$(srcdir)/'`src/chown.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/chown.Tpo" "src/$(DEPDIR)/chown.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/chown.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/chown.c' object='src/chown.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/chown.Po' tmpdepfile='src/$(DEPDIR)/chown.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/chown.o `test -f 'src/chown.c' || echo '$(srcdir)/'`src/chown.c
-+
-+src/chown.obj: src/chown.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/chown.obj -MD -MP -MF "src/$(DEPDIR)/chown.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/chown.obj `if test -f 'src/chown.c'; then $(CYGPATH_W) 'src/chown.c'; else $(CYGPATH_W) '$(srcdir)/src/chown.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/chown.Tpo" "src/$(DEPDIR)/chown.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/chown.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/chown.c' object='src/chown.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/chown.Po' tmpdepfile='src/$(DEPDIR)/chown.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/chown.obj `if test -f 'src/chown.c'; then $(CYGPATH_W) 'src/chown.c'; else $(CYGPATH_W) '$(srcdir)/src/chown.c'; fi`
-+
-+src/dev.o: src/dev.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dev.o -MD -MP -MF "src/$(DEPDIR)/dev.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/dev.o `test -f 'src/dev.c' || echo '$(srcdir)/'`src/dev.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/dev.Tpo" "src/$(DEPDIR)/dev.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/dev.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/dev.c' object='src/dev.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/dev.Po' tmpdepfile='src/$(DEPDIR)/dev.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dev.o `test -f 'src/dev.c' || echo '$(srcdir)/'`src/dev.c
-+
-+src/dev.obj: src/dev.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dev.obj -MD -MP -MF "src/$(DEPDIR)/dev.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/dev.obj `if test -f 'src/dev.c'; then $(CYGPATH_W) 'src/dev.c'; else $(CYGPATH_W) '$(srcdir)/src/dev.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/dev.Tpo" "src/$(DEPDIR)/dev.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/dev.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/dev.c' object='src/dev.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/dev.Po' tmpdepfile='src/$(DEPDIR)/dev.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dev.obj `if test -f 'src/dev.c'; then $(CYGPATH_W) 'src/dev.c'; else $(CYGPATH_W) '$(srcdir)/src/dev.c'; fi`
-+
-+src/dup.o: src/dup.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dup.o -MD -MP -MF "src/$(DEPDIR)/dup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/dup.o `test -f 'src/dup.c' || echo '$(srcdir)/'`src/dup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/dup.Tpo" "src/$(DEPDIR)/dup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/dup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/dup.c' object='src/dup.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/dup.Po' tmpdepfile='src/$(DEPDIR)/dup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dup.o `test -f 'src/dup.c' || echo '$(srcdir)/'`src/dup.c
-+
-+src/dup.obj: src/dup.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/dup.obj -MD -MP -MF "src/$(DEPDIR)/dup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/dup.obj `if test -f 'src/dup.c'; then $(CYGPATH_W) 'src/dup.c'; else $(CYGPATH_W) '$(srcdir)/src/dup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/dup.Tpo" "src/$(DEPDIR)/dup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/dup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/dup.c' object='src/dup.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/dup.Po' tmpdepfile='src/$(DEPDIR)/dup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/dup.obj `if test -f 'src/dup.c'; then $(CYGPATH_W) 'src/dup.c'; else $(CYGPATH_W) '$(srcdir)/src/dup.c'; fi`
-+
-+src/fcntl.o: src/fcntl.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/fcntl.o -MD -MP -MF "src/$(DEPDIR)/fcntl.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/fcntl.o `test -f 'src/fcntl.c' || echo '$(srcdir)/'`src/fcntl.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/fcntl.Tpo" "src/$(DEPDIR)/fcntl.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/fcntl.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/fcntl.c' object='src/fcntl.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/fcntl.Po' tmpdepfile='src/$(DEPDIR)/fcntl.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/fcntl.o `test -f 'src/fcntl.c' || echo '$(srcdir)/'`src/fcntl.c
-+
-+src/fcntl.obj: src/fcntl.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/fcntl.obj -MD -MP -MF "src/$(DEPDIR)/fcntl.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/fcntl.obj `if test -f 'src/fcntl.c'; then $(CYGPATH_W) 'src/fcntl.c'; else $(CYGPATH_W) '$(srcdir)/src/fcntl.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/fcntl.Tpo" "src/$(DEPDIR)/fcntl.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/fcntl.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/fcntl.c' object='src/fcntl.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/fcntl.Po' tmpdepfile='src/$(DEPDIR)/fcntl.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/fcntl.obj `if test -f 'src/fcntl.c'; then $(CYGPATH_W) 'src/fcntl.c'; else $(CYGPATH_W) '$(srcdir)/src/fcntl.c'; fi`
-+
-+src/fs.o: src/fs.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/fs.o -MD -MP -MF "src/$(DEPDIR)/fs.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/fs.o `test -f 'src/fs.c' || echo '$(srcdir)/'`src/fs.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/fs.Tpo" "src/$(DEPDIR)/fs.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/fs.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/fs.c' object='src/fs.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/fs.Po' tmpdepfile='src/$(DEPDIR)/fs.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/fs.o `test -f 'src/fs.c' || echo '$(srcdir)/'`src/fs.c
-+
-+src/fs.obj: src/fs.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/fs.obj -MD -MP -MF "src/$(DEPDIR)/fs.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/fs.obj `if test -f 'src/fs.c'; then $(CYGPATH_W) 'src/fs.c'; else $(CYGPATH_W) '$(srcdir)/src/fs.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/fs.Tpo" "src/$(DEPDIR)/fs.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/fs.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/fs.c' object='src/fs.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/fs.Po' tmpdepfile='src/$(DEPDIR)/fs.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/fs.obj `if test -f 'src/fs.c'; then $(CYGPATH_W) 'src/fs.c'; else $(CYGPATH_W) '$(srcdir)/src/fs.c'; fi`
-+
-+src/fsync.o: src/fsync.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/fsync.o -MD -MP -MF "src/$(DEPDIR)/fsync.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/fsync.o `test -f 'src/fsync.c' || echo '$(srcdir)/'`src/fsync.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/fsync.Tpo" "src/$(DEPDIR)/fsync.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/fsync.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/fsync.c' object='src/fsync.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/fsync.Po' tmpdepfile='src/$(DEPDIR)/fsync.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/fsync.o `test -f 'src/fsync.c' || echo '$(srcdir)/'`src/fsync.c
-+
-+src/fsync.obj: src/fsync.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/fsync.obj -MD -MP -MF "src/$(DEPDIR)/fsync.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/fsync.obj `if test -f 'src/fsync.c'; then $(CYGPATH_W) 'src/fsync.c'; else $(CYGPATH_W) '$(srcdir)/src/fsync.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/fsync.Tpo" "src/$(DEPDIR)/fsync.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/fsync.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/fsync.c' object='src/fsync.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/fsync.Po' tmpdepfile='src/$(DEPDIR)/fsync.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/fsync.obj `if test -f 'src/fsync.c'; then $(CYGPATH_W) 'src/fsync.c'; else $(CYGPATH_W) '$(srcdir)/src/fsync.c'; fi`
-+
-+src/getdirentries.o: src/getdirentries.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/getdirentries.o -MD -MP -MF "src/$(DEPDIR)/getdirentries.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/getdirentries.o `test -f 'src/getdirentries.c' || echo '$(srcdir)/'`src/getdirentries.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/getdirentries.Tpo" "src/$(DEPDIR)/getdirentries.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/getdirentries.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/getdirentries.c' object='src/getdirentries.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/getdirentries.Po' tmpdepfile='src/$(DEPDIR)/getdirentries.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/getdirentries.o `test -f 'src/getdirentries.c' || echo '$(srcdir)/'`src/getdirentries.c
-+
-+src/getdirentries.obj: src/getdirentries.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/getdirentries.obj -MD -MP -MF "src/$(DEPDIR)/getdirentries.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/getdirentries.obj `if test -f 'src/getdirentries.c'; then $(CYGPATH_W) 'src/getdirentries.c'; else $(CYGPATH_W) '$(srcdir)/src/getdirentries.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/getdirentries.Tpo" "src/$(DEPDIR)/getdirentries.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/getdirentries.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/getdirentries.c' object='src/getdirentries.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/getdirentries.Po' tmpdepfile='src/$(DEPDIR)/getdirentries.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/getdirentries.obj `if test -f 'src/getdirentries.c'; then $(CYGPATH_W) 'src/getdirentries.c'; else $(CYGPATH_W) '$(srcdir)/src/getdirentries.c'; fi`
-+
-+src/init.o: src/init.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/init.o -MD -MP -MF "src/$(DEPDIR)/init.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/init.o `test -f 'src/init.c' || echo '$(srcdir)/'`src/init.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/init.Tpo" "src/$(DEPDIR)/init.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/init.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/init.c' object='src/init.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/init.Po' tmpdepfile='src/$(DEPDIR)/init.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/init.o `test -f 'src/init.c' || echo '$(srcdir)/'`src/init.c
-+
-+src/init.obj: src/init.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/init.obj -MD -MP -MF "src/$(DEPDIR)/init.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/init.obj `if test -f 'src/init.c'; then $(CYGPATH_W) 'src/init.c'; else $(CYGPATH_W) '$(srcdir)/src/init.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/init.Tpo" "src/$(DEPDIR)/init.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/init.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/init.c' object='src/init.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/init.Po' tmpdepfile='src/$(DEPDIR)/init.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/init.obj `if test -f 'src/init.c'; then $(CYGPATH_W) 'src/init.c'; else $(CYGPATH_W) '$(srcdir)/src/init.c'; fi`
-+
-+src/inode.o: src/inode.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/inode.o -MD -MP -MF "src/$(DEPDIR)/inode.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/inode.o `test -f 'src/inode.c' || echo '$(srcdir)/'`src/inode.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/inode.Tpo" "src/$(DEPDIR)/inode.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/inode.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/inode.c' object='src/inode.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/inode.Po' tmpdepfile='src/$(DEPDIR)/inode.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/inode.o `test -f 'src/inode.c' || echo '$(srcdir)/'`src/inode.c
-+
-+src/inode.obj: src/inode.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/inode.obj -MD -MP -MF "src/$(DEPDIR)/inode.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/inode.obj `if test -f 'src/inode.c'; then $(CYGPATH_W) 'src/inode.c'; else $(CYGPATH_W) '$(srcdir)/src/inode.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/inode.Tpo" "src/$(DEPDIR)/inode.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/inode.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/inode.c' object='src/inode.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/inode.Po' tmpdepfile='src/$(DEPDIR)/inode.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/inode.obj `if test -f 'src/inode.c'; then $(CYGPATH_W) 'src/inode.c'; else $(CYGPATH_W) '$(srcdir)/src/inode.c'; fi`
-+
-+src/ioctl.o: src/ioctl.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ioctl.o -MD -MP -MF "src/$(DEPDIR)/ioctl.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/ioctl.o `test -f 'src/ioctl.c' || echo '$(srcdir)/'`src/ioctl.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/ioctl.Tpo" "src/$(DEPDIR)/ioctl.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/ioctl.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/ioctl.c' object='src/ioctl.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/ioctl.Po' tmpdepfile='src/$(DEPDIR)/ioctl.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ioctl.o `test -f 'src/ioctl.c' || echo '$(srcdir)/'`src/ioctl.c
-+
-+src/ioctl.obj: src/ioctl.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ioctl.obj -MD -MP -MF "src/$(DEPDIR)/ioctl.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/ioctl.obj `if test -f 'src/ioctl.c'; then $(CYGPATH_W) 'src/ioctl.c'; else $(CYGPATH_W) '$(srcdir)/src/ioctl.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/ioctl.Tpo" "src/$(DEPDIR)/ioctl.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/ioctl.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/ioctl.c' object='src/ioctl.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/ioctl.Po' tmpdepfile='src/$(DEPDIR)/ioctl.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ioctl.obj `if test -f 'src/ioctl.c'; then $(CYGPATH_W) 'src/ioctl.c'; else $(CYGPATH_W) '$(srcdir)/src/ioctl.c'; fi`
-+
-+src/ioctx.o: src/ioctx.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ioctx.o -MD -MP -MF "src/$(DEPDIR)/ioctx.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/ioctx.o `test -f 'src/ioctx.c' || echo '$(srcdir)/'`src/ioctx.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/ioctx.Tpo" "src/$(DEPDIR)/ioctx.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/ioctx.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/ioctx.c' object='src/ioctx.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/ioctx.Po' tmpdepfile='src/$(DEPDIR)/ioctx.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ioctx.o `test -f 'src/ioctx.c' || echo '$(srcdir)/'`src/ioctx.c
-+
-+src/ioctx.obj: src/ioctx.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/ioctx.obj -MD -MP -MF "src/$(DEPDIR)/ioctx.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/ioctx.obj `if test -f 'src/ioctx.c'; then $(CYGPATH_W) 'src/ioctx.c'; else $(CYGPATH_W) '$(srcdir)/src/ioctx.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/ioctx.Tpo" "src/$(DEPDIR)/ioctx.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/ioctx.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/ioctx.c' object='src/ioctx.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/ioctx.Po' tmpdepfile='src/$(DEPDIR)/ioctx.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/ioctx.obj `if test -f 'src/ioctx.c'; then $(CYGPATH_W) 'src/ioctx.c'; else $(CYGPATH_W) '$(srcdir)/src/ioctx.c'; fi`
-+
-+src/iowait.o: src/iowait.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/iowait.o -MD -MP -MF "src/$(DEPDIR)/iowait.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/iowait.o `test -f 'src/iowait.c' || echo '$(srcdir)/'`src/iowait.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/iowait.Tpo" "src/$(DEPDIR)/iowait.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/iowait.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/iowait.c' object='src/iowait.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/iowait.Po' tmpdepfile='src/$(DEPDIR)/iowait.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/iowait.o `test -f 'src/iowait.c' || echo '$(srcdir)/'`src/iowait.c
-+
-+src/iowait.obj: src/iowait.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/iowait.obj -MD -MP -MF "src/$(DEPDIR)/iowait.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/iowait.obj `if test -f 'src/iowait.c'; then $(CYGPATH_W) 'src/iowait.c'; else $(CYGPATH_W) '$(srcdir)/src/iowait.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/iowait.Tpo" "src/$(DEPDIR)/iowait.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/iowait.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/iowait.c' object='src/iowait.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/iowait.Po' tmpdepfile='src/$(DEPDIR)/iowait.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/iowait.obj `if test -f 'src/iowait.c'; then $(CYGPATH_W) 'src/iowait.c'; else $(CYGPATH_W) '$(srcdir)/src/iowait.c'; fi`
-+
-+src/link.o: src/link.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/link.o -MD -MP -MF "src/$(DEPDIR)/link.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/link.o `test -f 'src/link.c' || echo '$(srcdir)/'`src/link.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/link.Tpo" "src/$(DEPDIR)/link.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/link.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/link.c' object='src/link.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/link.Po' tmpdepfile='src/$(DEPDIR)/link.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/link.o `test -f 'src/link.c' || echo '$(srcdir)/'`src/link.c
-+
-+src/link.obj: src/link.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/link.obj -MD -MP -MF "src/$(DEPDIR)/link.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/link.obj `if test -f 'src/link.c'; then $(CYGPATH_W) 'src/link.c'; else $(CYGPATH_W) '$(srcdir)/src/link.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/link.Tpo" "src/$(DEPDIR)/link.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/link.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/link.c' object='src/link.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/link.Po' tmpdepfile='src/$(DEPDIR)/link.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/link.obj `if test -f 'src/link.c'; then $(CYGPATH_W) 'src/link.c'; else $(CYGPATH_W) '$(srcdir)/src/link.c'; fi`
-+
-+src/lseek.o: src/lseek.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/lseek.o -MD -MP -MF "src/$(DEPDIR)/lseek.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/lseek.o `test -f 'src/lseek.c' || echo '$(srcdir)/'`src/lseek.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/lseek.Tpo" "src/$(DEPDIR)/lseek.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/lseek.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/lseek.c' object='src/lseek.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/lseek.Po' tmpdepfile='src/$(DEPDIR)/lseek.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/lseek.o `test -f 'src/lseek.c' || echo '$(srcdir)/'`src/lseek.c
-+
-+src/lseek.obj: src/lseek.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/lseek.obj -MD -MP -MF "src/$(DEPDIR)/lseek.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/lseek.obj `if test -f 'src/lseek.c'; then $(CYGPATH_W) 'src/lseek.c'; else $(CYGPATH_W) '$(srcdir)/src/lseek.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/lseek.Tpo" "src/$(DEPDIR)/lseek.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/lseek.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/lseek.c' object='src/lseek.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/lseek.Po' tmpdepfile='src/$(DEPDIR)/lseek.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/lseek.obj `if test -f 'src/lseek.c'; then $(CYGPATH_W) 'src/lseek.c'; else $(CYGPATH_W) '$(srcdir)/src/lseek.c'; fi`
-+
-+src/mkdir.o: src/mkdir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/mkdir.o -MD -MP -MF "src/$(DEPDIR)/mkdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/mkdir.o `test -f 'src/mkdir.c' || echo '$(srcdir)/'`src/mkdir.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/mkdir.Tpo" "src/$(DEPDIR)/mkdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/mkdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/mkdir.c' object='src/mkdir.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/mkdir.Po' tmpdepfile='src/$(DEPDIR)/mkdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/mkdir.o `test -f 'src/mkdir.c' || echo '$(srcdir)/'`src/mkdir.c
-+
-+src/mkdir.obj: src/mkdir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/mkdir.obj -MD -MP -MF "src/$(DEPDIR)/mkdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/mkdir.obj `if test -f 'src/mkdir.c'; then $(CYGPATH_W) 'src/mkdir.c'; else $(CYGPATH_W) '$(srcdir)/src/mkdir.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/mkdir.Tpo" "src/$(DEPDIR)/mkdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/mkdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/mkdir.c' object='src/mkdir.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/mkdir.Po' tmpdepfile='src/$(DEPDIR)/mkdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/mkdir.obj `if test -f 'src/mkdir.c'; then $(CYGPATH_W) 'src/mkdir.c'; else $(CYGPATH_W) '$(srcdir)/src/mkdir.c'; fi`
-+
-+src/mknod.o: src/mknod.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/mknod.o -MD -MP -MF "src/$(DEPDIR)/mknod.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/mknod.o `test -f 'src/mknod.c' || echo '$(srcdir)/'`src/mknod.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/mknod.Tpo" "src/$(DEPDIR)/mknod.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/mknod.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/mknod.c' object='src/mknod.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/mknod.Po' tmpdepfile='src/$(DEPDIR)/mknod.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/mknod.o `test -f 'src/mknod.c' || echo '$(srcdir)/'`src/mknod.c
-+
-+src/mknod.obj: src/mknod.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/mknod.obj -MD -MP -MF "src/$(DEPDIR)/mknod.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/mknod.obj `if test -f 'src/mknod.c'; then $(CYGPATH_W) 'src/mknod.c'; else $(CYGPATH_W) '$(srcdir)/src/mknod.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/mknod.Tpo" "src/$(DEPDIR)/mknod.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/mknod.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/mknod.c' object='src/mknod.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/mknod.Po' tmpdepfile='src/$(DEPDIR)/mknod.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/mknod.obj `if test -f 'src/mknod.c'; then $(CYGPATH_W) 'src/mknod.c'; else $(CYGPATH_W) '$(srcdir)/src/mknod.c'; fi`
-+
-+src/mount.o: src/mount.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/mount.o -MD -MP -MF "src/$(DEPDIR)/mount.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/mount.o `test -f 'src/mount.c' || echo '$(srcdir)/'`src/mount.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/mount.Tpo" "src/$(DEPDIR)/mount.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/mount.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/mount.c' object='src/mount.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/mount.Po' tmpdepfile='src/$(DEPDIR)/mount.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/mount.o `test -f 'src/mount.c' || echo '$(srcdir)/'`src/mount.c
-+
-+src/mount.obj: src/mount.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/mount.obj -MD -MP -MF "src/$(DEPDIR)/mount.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/mount.obj `if test -f 'src/mount.c'; then $(CYGPATH_W) 'src/mount.c'; else $(CYGPATH_W) '$(srcdir)/src/mount.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/mount.Tpo" "src/$(DEPDIR)/mount.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/mount.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/mount.c' object='src/mount.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/mount.Po' tmpdepfile='src/$(DEPDIR)/mount.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/mount.obj `if test -f 'src/mount.c'; then $(CYGPATH_W) 'src/mount.c'; else $(CYGPATH_W) '$(srcdir)/src/mount.c'; fi`
-+
-+src/namei.o: src/namei.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/namei.o -MD -MP -MF "src/$(DEPDIR)/namei.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/namei.o `test -f 'src/namei.c' || echo '$(srcdir)/'`src/namei.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/namei.Tpo" "src/$(DEPDIR)/namei.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/namei.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/namei.c' object='src/namei.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/namei.Po' tmpdepfile='src/$(DEPDIR)/namei.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/namei.o `test -f 'src/namei.c' || echo '$(srcdir)/'`src/namei.c
-+
-+src/namei.obj: src/namei.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/namei.obj -MD -MP -MF "src/$(DEPDIR)/namei.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/namei.obj `if test -f 'src/namei.c'; then $(CYGPATH_W) 'src/namei.c'; else $(CYGPATH_W) '$(srcdir)/src/namei.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/namei.Tpo" "src/$(DEPDIR)/namei.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/namei.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/namei.c' object='src/namei.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/namei.Po' tmpdepfile='src/$(DEPDIR)/namei.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/namei.obj `if test -f 'src/namei.c'; then $(CYGPATH_W) 'src/namei.c'; else $(CYGPATH_W) '$(srcdir)/src/namei.c'; fi`
-+
-+src/open.o: src/open.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/open.o -MD -MP -MF "src/$(DEPDIR)/open.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/open.o `test -f 'src/open.c' || echo '$(srcdir)/'`src/open.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/open.Tpo" "src/$(DEPDIR)/open.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/open.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/open.c' object='src/open.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/open.Po' tmpdepfile='src/$(DEPDIR)/open.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/open.o `test -f 'src/open.c' || echo '$(srcdir)/'`src/open.c
-+
-+src/open.obj: src/open.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/open.obj -MD -MP -MF "src/$(DEPDIR)/open.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/open.obj `if test -f 'src/open.c'; then $(CYGPATH_W) 'src/open.c'; else $(CYGPATH_W) '$(srcdir)/src/open.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/open.Tpo" "src/$(DEPDIR)/open.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/open.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/open.c' object='src/open.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/open.Po' tmpdepfile='src/$(DEPDIR)/open.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/open.obj `if test -f 'src/open.c'; then $(CYGPATH_W) 'src/open.c'; else $(CYGPATH_W) '$(srcdir)/src/open.c'; fi`
-+
-+src/rw.o: src/rw.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/rw.o -MD -MP -MF "src/$(DEPDIR)/rw.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/rw.o `test -f 'src/rw.c' || echo '$(srcdir)/'`src/rw.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/rw.Tpo" "src/$(DEPDIR)/rw.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/rw.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/rw.c' object='src/rw.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/rw.Po' tmpdepfile='src/$(DEPDIR)/rw.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/rw.o `test -f 'src/rw.c' || echo '$(srcdir)/'`src/rw.c
-+
-+src/rw.obj: src/rw.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/rw.obj -MD -MP -MF "src/$(DEPDIR)/rw.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/rw.obj `if test -f 'src/rw.c'; then $(CYGPATH_W) 'src/rw.c'; else $(CYGPATH_W) '$(srcdir)/src/rw.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/rw.Tpo" "src/$(DEPDIR)/rw.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/rw.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/rw.c' object='src/rw.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/rw.Po' tmpdepfile='src/$(DEPDIR)/rw.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/rw.obj `if test -f 'src/rw.c'; then $(CYGPATH_W) 'src/rw.c'; else $(CYGPATH_W) '$(srcdir)/src/rw.c'; fi`
-+
-+src/reconcile.o: src/reconcile.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/reconcile.o -MD -MP -MF "src/$(DEPDIR)/reconcile.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/reconcile.o `test -f 'src/reconcile.c' || echo '$(srcdir)/'`src/reconcile.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/reconcile.Tpo" "src/$(DEPDIR)/reconcile.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/reconcile.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/reconcile.c' object='src/reconcile.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/reconcile.Po' tmpdepfile='src/$(DEPDIR)/reconcile.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/reconcile.o `test -f 'src/reconcile.c' || echo '$(srcdir)/'`src/reconcile.c
-+
-+src/reconcile.obj: src/reconcile.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/reconcile.obj -MD -MP -MF "src/$(DEPDIR)/reconcile.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/reconcile.obj `if test -f 'src/reconcile.c'; then $(CYGPATH_W) 'src/reconcile.c'; else $(CYGPATH_W) '$(srcdir)/src/reconcile.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/reconcile.Tpo" "src/$(DEPDIR)/reconcile.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/reconcile.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/reconcile.c' object='src/reconcile.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/reconcile.Po' tmpdepfile='src/$(DEPDIR)/reconcile.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/reconcile.obj `if test -f 'src/reconcile.c'; then $(CYGPATH_W) 'src/reconcile.c'; else $(CYGPATH_W) '$(srcdir)/src/reconcile.c'; fi`
-+
-+src/rename.o: src/rename.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/rename.o -MD -MP -MF "src/$(DEPDIR)/rename.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/rename.o `test -f 'src/rename.c' || echo '$(srcdir)/'`src/rename.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/rename.Tpo" "src/$(DEPDIR)/rename.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/rename.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/rename.c' object='src/rename.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/rename.Po' tmpdepfile='src/$(DEPDIR)/rename.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/rename.o `test -f 'src/rename.c' || echo '$(srcdir)/'`src/rename.c
-+
-+src/rename.obj: src/rename.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/rename.obj -MD -MP -MF "src/$(DEPDIR)/rename.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/rename.obj `if test -f 'src/rename.c'; then $(CYGPATH_W) 'src/rename.c'; else $(CYGPATH_W) '$(srcdir)/src/rename.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/rename.Tpo" "src/$(DEPDIR)/rename.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/rename.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/rename.c' object='src/rename.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/rename.Po' tmpdepfile='src/$(DEPDIR)/rename.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/rename.obj `if test -f 'src/rename.c'; then $(CYGPATH_W) 'src/rename.c'; else $(CYGPATH_W) '$(srcdir)/src/rename.c'; fi`
-+
-+src/rmdir.o: src/rmdir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/rmdir.o -MD -MP -MF "src/$(DEPDIR)/rmdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/rmdir.o `test -f 'src/rmdir.c' || echo '$(srcdir)/'`src/rmdir.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/rmdir.Tpo" "src/$(DEPDIR)/rmdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/rmdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/rmdir.c' object='src/rmdir.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/rmdir.Po' tmpdepfile='src/$(DEPDIR)/rmdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/rmdir.o `test -f 'src/rmdir.c' || echo '$(srcdir)/'`src/rmdir.c
-+
-+src/rmdir.obj: src/rmdir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/rmdir.obj -MD -MP -MF "src/$(DEPDIR)/rmdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/rmdir.obj `if test -f 'src/rmdir.c'; then $(CYGPATH_W) 'src/rmdir.c'; else $(CYGPATH_W) '$(srcdir)/src/rmdir.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/rmdir.Tpo" "src/$(DEPDIR)/rmdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/rmdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/rmdir.c' object='src/rmdir.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/rmdir.Po' tmpdepfile='src/$(DEPDIR)/rmdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/rmdir.obj `if test -f 'src/rmdir.c'; then $(CYGPATH_W) 'src/rmdir.c'; else $(CYGPATH_W) '$(srcdir)/src/rmdir.c'; fi`
-+
-+src/stat64.o: src/stat64.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/stat64.o -MD -MP -MF "src/$(DEPDIR)/stat64.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/stat64.o `test -f 'src/stat64.c' || echo '$(srcdir)/'`src/stat64.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/stat64.Tpo" "src/$(DEPDIR)/stat64.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/stat64.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/stat64.c' object='src/stat64.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/stat64.Po' tmpdepfile='src/$(DEPDIR)/stat64.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/stat64.o `test -f 'src/stat64.c' || echo '$(srcdir)/'`src/stat64.c
-+
-+src/stat64.obj: src/stat64.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/stat64.obj -MD -MP -MF "src/$(DEPDIR)/stat64.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/stat64.obj `if test -f 'src/stat64.c'; then $(CYGPATH_W) 'src/stat64.c'; else $(CYGPATH_W) '$(srcdir)/src/stat64.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/stat64.Tpo" "src/$(DEPDIR)/stat64.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/stat64.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/stat64.c' object='src/stat64.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/stat64.Po' tmpdepfile='src/$(DEPDIR)/stat64.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/stat64.obj `if test -f 'src/stat64.c'; then $(CYGPATH_W) 'src/stat64.c'; else $(CYGPATH_W) '$(srcdir)/src/stat64.c'; fi`
-+
-+src/stat.o: src/stat.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/stat.o -MD -MP -MF "src/$(DEPDIR)/stat.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/stat.o `test -f 'src/stat.c' || echo '$(srcdir)/'`src/stat.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/stat.Tpo" "src/$(DEPDIR)/stat.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/stat.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/stat.c' object='src/stat.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/stat.Po' tmpdepfile='src/$(DEPDIR)/stat.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/stat.o `test -f 'src/stat.c' || echo '$(srcdir)/'`src/stat.c
-+
-+src/stat.obj: src/stat.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/stat.obj -MD -MP -MF "src/$(DEPDIR)/stat.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/stat.obj `if test -f 'src/stat.c'; then $(CYGPATH_W) 'src/stat.c'; else $(CYGPATH_W) '$(srcdir)/src/stat.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/stat.Tpo" "src/$(DEPDIR)/stat.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/stat.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/stat.c' object='src/stat.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/stat.Po' tmpdepfile='src/$(DEPDIR)/stat.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/stat.obj `if test -f 'src/stat.c'; then $(CYGPATH_W) 'src/stat.c'; else $(CYGPATH_W) '$(srcdir)/src/stat.c'; fi`
-+
-+src/stddir.o: src/stddir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/stddir.o -MD -MP -MF "src/$(DEPDIR)/stddir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/stddir.o `test -f 'src/stddir.c' || echo '$(srcdir)/'`src/stddir.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/stddir.Tpo" "src/$(DEPDIR)/stddir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/stddir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/stddir.c' object='src/stddir.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/stddir.Po' tmpdepfile='src/$(DEPDIR)/stddir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/stddir.o `test -f 'src/stddir.c' || echo '$(srcdir)/'`src/stddir.c
-+
-+src/stddir.obj: src/stddir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/stddir.obj -MD -MP -MF "src/$(DEPDIR)/stddir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/stddir.obj `if test -f 'src/stddir.c'; then $(CYGPATH_W) 'src/stddir.c'; else $(CYGPATH_W) '$(srcdir)/src/stddir.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/stddir.Tpo" "src/$(DEPDIR)/stddir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/stddir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/stddir.c' object='src/stddir.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/stddir.Po' tmpdepfile='src/$(DEPDIR)/stddir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/stddir.obj `if test -f 'src/stddir.c'; then $(CYGPATH_W) 'src/stddir.c'; else $(CYGPATH_W) '$(srcdir)/src/stddir.c'; fi`
-+
-+src/readdir.o: src/readdir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/readdir.o -MD -MP -MF "src/$(DEPDIR)/readdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/readdir.o `test -f 'src/readdir.c' || echo '$(srcdir)/'`src/readdir.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/readdir.Tpo" "src/$(DEPDIR)/readdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/readdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/readdir.c' object='src/readdir.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/readdir.Po' tmpdepfile='src/$(DEPDIR)/readdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/readdir.o `test -f 'src/readdir.c' || echo '$(srcdir)/'`src/readdir.c
-+
-+src/readdir.obj: src/readdir.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/readdir.obj -MD -MP -MF "src/$(DEPDIR)/readdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/readdir.obj `if test -f 'src/readdir.c'; then $(CYGPATH_W) 'src/readdir.c'; else $(CYGPATH_W) '$(srcdir)/src/readdir.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/readdir.Tpo" "src/$(DEPDIR)/readdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/readdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/readdir.c' object='src/readdir.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/readdir.Po' tmpdepfile='src/$(DEPDIR)/readdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/readdir.obj `if test -f 'src/readdir.c'; then $(CYGPATH_W) 'src/readdir.c'; else $(CYGPATH_W) '$(srcdir)/src/readdir.c'; fi`
-+
-+src/readdir64.o: src/readdir64.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/readdir64.o -MD -MP -MF "src/$(DEPDIR)/readdir64.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/readdir64.o `test -f 'src/readdir64.c' || echo '$(srcdir)/'`src/readdir64.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/readdir64.Tpo" "src/$(DEPDIR)/readdir64.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/readdir64.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/readdir64.c' object='src/readdir64.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/readdir64.Po' tmpdepfile='src/$(DEPDIR)/readdir64.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/readdir64.o `test -f 'src/readdir64.c' || echo '$(srcdir)/'`src/readdir64.c
-+
-+src/readdir64.obj: src/readdir64.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/readdir64.obj -MD -MP -MF "src/$(DEPDIR)/readdir64.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/readdir64.obj `if test -f 'src/readdir64.c'; then $(CYGPATH_W) 'src/readdir64.c'; else $(CYGPATH_W) '$(srcdir)/src/readdir64.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/readdir64.Tpo" "src/$(DEPDIR)/readdir64.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/readdir64.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/readdir64.c' object='src/readdir64.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/readdir64.Po' tmpdepfile='src/$(DEPDIR)/readdir64.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/readdir64.obj `if test -f 'src/readdir64.c'; then $(CYGPATH_W) 'src/readdir64.c'; else $(CYGPATH_W) '$(srcdir)/src/readdir64.c'; fi`
-+
-+src/symlink.o: src/symlink.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/symlink.o -MD -MP -MF "src/$(DEPDIR)/symlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/symlink.o `test -f 'src/symlink.c' || echo '$(srcdir)/'`src/symlink.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/symlink.Tpo" "src/$(DEPDIR)/symlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/symlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/symlink.c' object='src/symlink.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/symlink.Po' tmpdepfile='src/$(DEPDIR)/symlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/symlink.o `test -f 'src/symlink.c' || echo '$(srcdir)/'`src/symlink.c
-+
-+src/symlink.obj: src/symlink.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/symlink.obj -MD -MP -MF "src/$(DEPDIR)/symlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/symlink.obj `if test -f 'src/symlink.c'; then $(CYGPATH_W) 'src/symlink.c'; else $(CYGPATH_W) '$(srcdir)/src/symlink.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/symlink.Tpo" "src/$(DEPDIR)/symlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/symlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/symlink.c' object='src/symlink.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/symlink.Po' tmpdepfile='src/$(DEPDIR)/symlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/symlink.obj `if test -f 'src/symlink.c'; then $(CYGPATH_W) 'src/symlink.c'; else $(CYGPATH_W) '$(srcdir)/src/symlink.c'; fi`
-+
-+src/readlink.o: src/readlink.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/readlink.o -MD -MP -MF "src/$(DEPDIR)/readlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/readlink.o `test -f 'src/readlink.c' || echo '$(srcdir)/'`src/readlink.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/readlink.Tpo" "src/$(DEPDIR)/readlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/readlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/readlink.c' object='src/readlink.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/readlink.Po' tmpdepfile='src/$(DEPDIR)/readlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/readlink.o `test -f 'src/readlink.c' || echo '$(srcdir)/'`src/readlink.c
-+
-+src/readlink.obj: src/readlink.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/readlink.obj -MD -MP -MF "src/$(DEPDIR)/readlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/readlink.obj `if test -f 'src/readlink.c'; then $(CYGPATH_W) 'src/readlink.c'; else $(CYGPATH_W) '$(srcdir)/src/readlink.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/readlink.Tpo" "src/$(DEPDIR)/readlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/readlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/readlink.c' object='src/readlink.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/readlink.Po' tmpdepfile='src/$(DEPDIR)/readlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/readlink.obj `if test -f 'src/readlink.c'; then $(CYGPATH_W) 'src/readlink.c'; else $(CYGPATH_W) '$(srcdir)/src/readlink.c'; fi`
-+
-+src/truncate.o: src/truncate.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/truncate.o -MD -MP -MF "src/$(DEPDIR)/truncate.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/truncate.o `test -f 'src/truncate.c' || echo '$(srcdir)/'`src/truncate.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/truncate.Tpo" "src/$(DEPDIR)/truncate.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/truncate.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/truncate.c' object='src/truncate.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/truncate.Po' tmpdepfile='src/$(DEPDIR)/truncate.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/truncate.o `test -f 'src/truncate.c' || echo '$(srcdir)/'`src/truncate.c
-+
-+src/truncate.obj: src/truncate.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/truncate.obj -MD -MP -MF "src/$(DEPDIR)/truncate.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/truncate.obj `if test -f 'src/truncate.c'; then $(CYGPATH_W) 'src/truncate.c'; else $(CYGPATH_W) '$(srcdir)/src/truncate.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/truncate.Tpo" "src/$(DEPDIR)/truncate.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/truncate.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/truncate.c' object='src/truncate.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/truncate.Po' tmpdepfile='src/$(DEPDIR)/truncate.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/truncate.obj `if test -f 'src/truncate.c'; then $(CYGPATH_W) 'src/truncate.c'; else $(CYGPATH_W) '$(srcdir)/src/truncate.c'; fi`
-+
-+src/unlink.o: src/unlink.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/unlink.o -MD -MP -MF "src/$(DEPDIR)/unlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/unlink.o `test -f 'src/unlink.c' || echo '$(srcdir)/'`src/unlink.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/unlink.Tpo" "src/$(DEPDIR)/unlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/unlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/unlink.c' object='src/unlink.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/unlink.Po' tmpdepfile='src/$(DEPDIR)/unlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/unlink.o `test -f 'src/unlink.c' || echo '$(srcdir)/'`src/unlink.c
-+
-+src/unlink.obj: src/unlink.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/unlink.obj -MD -MP -MF "src/$(DEPDIR)/unlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/unlink.obj `if test -f 'src/unlink.c'; then $(CYGPATH_W) 'src/unlink.c'; else $(CYGPATH_W) '$(srcdir)/src/unlink.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/unlink.Tpo" "src/$(DEPDIR)/unlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/unlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/unlink.c' object='src/unlink.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/unlink.Po' tmpdepfile='src/$(DEPDIR)/unlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/unlink.obj `if test -f 'src/unlink.c'; then $(CYGPATH_W) 'src/unlink.c'; else $(CYGPATH_W) '$(srcdir)/src/unlink.c'; fi`
-+
-+src/utime.o: src/utime.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utime.o -MD -MP -MF "src/$(DEPDIR)/utime.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/utime.o `test -f 'src/utime.c' || echo '$(srcdir)/'`src/utime.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/utime.Tpo" "src/$(DEPDIR)/utime.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/utime.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/utime.c' object='src/utime.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/utime.Po' tmpdepfile='src/$(DEPDIR)/utime.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utime.o `test -f 'src/utime.c' || echo '$(srcdir)/'`src/utime.c
-+
-+src/utime.obj: src/utime.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/utime.obj -MD -MP -MF "src/$(DEPDIR)/utime.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/utime.obj `if test -f 'src/utime.c'; then $(CYGPATH_W) 'src/utime.c'; else $(CYGPATH_W) '$(srcdir)/src/utime.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/utime.Tpo" "src/$(DEPDIR)/utime.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/utime.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/utime.c' object='src/utime.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/utime.Po' tmpdepfile='src/$(DEPDIR)/utime.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/utime.obj `if test -f 'src/utime.c'; then $(CYGPATH_W) 'src/utime.c'; else $(CYGPATH_W) '$(srcdir)/src/utime.c'; fi`
-+
-+src/file_hack.o: src/file_hack.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/file_hack.o -MD -MP -MF "src/$(DEPDIR)/file_hack.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/file_hack.o `test -f 'src/file_hack.c' || echo '$(srcdir)/'`src/file_hack.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/file_hack.Tpo" "src/$(DEPDIR)/file_hack.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/file_hack.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/file_hack.c' object='src/file_hack.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/file_hack.Po' tmpdepfile='src/$(DEPDIR)/file_hack.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/file_hack.o `test -f 'src/file_hack.c' || echo '$(srcdir)/'`src/file_hack.c
-+
-+src/file_hack.obj: src/file_hack.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/file_hack.obj -MD -MP -MF "src/$(DEPDIR)/file_hack.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/file_hack.obj `if test -f 'src/file_hack.c'; then $(CYGPATH_W) 'src/file_hack.c'; else $(CYGPATH_W) '$(srcdir)/src/file_hack.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/file_hack.Tpo" "src/$(DEPDIR)/file_hack.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/file_hack.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/file_hack.c' object='src/file_hack.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/file_hack.Po' tmpdepfile='src/$(DEPDIR)/file_hack.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/file_hack.obj `if test -f 'src/file_hack.c'; then $(CYGPATH_W) 'src/file_hack.c'; else $(CYGPATH_W) '$(srcdir)/src/file_hack.c'; fi`
-+
-+src/file.o: src/file.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/file.o -MD -MP -MF "src/$(DEPDIR)/file.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/file.o `test -f 'src/file.c' || echo '$(srcdir)/'`src/file.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/file.Tpo" "src/$(DEPDIR)/file.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/file.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/file.c' object='src/file.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/file.Po' tmpdepfile='src/$(DEPDIR)/file.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/file.o `test -f 'src/file.c' || echo '$(srcdir)/'`src/file.c
-+
-+src/file.obj: src/file.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/file.obj -MD -MP -MF "src/$(DEPDIR)/file.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/file.obj `if test -f 'src/file.c'; then $(CYGPATH_W) 'src/file.c'; else $(CYGPATH_W) '$(srcdir)/src/file.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/file.Tpo" "src/$(DEPDIR)/file.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/file.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/file.c' object='src/file.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/file.Po' tmpdepfile='src/$(DEPDIR)/file.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/file.obj `if test -f 'src/file.c'; then $(CYGPATH_W) 'src/file.c'; else $(CYGPATH_W) '$(srcdir)/src/file.c'; fi`
-+
-+src/stdlib.o: src/stdlib.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/stdlib.o -MD -MP -MF "src/$(DEPDIR)/stdlib.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/stdlib.o `test -f 'src/stdlib.c' || echo '$(srcdir)/'`src/stdlib.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/stdlib.Tpo" "src/$(DEPDIR)/stdlib.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/stdlib.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/stdlib.c' object='src/stdlib.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/stdlib.Po' tmpdepfile='src/$(DEPDIR)/stdlib.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/stdlib.o `test -f 'src/stdlib.c' || echo '$(srcdir)/'`src/stdlib.c
-+
-+src/stdlib.obj: src/stdlib.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT src/stdlib.obj -MD -MP -MF "src/$(DEPDIR)/stdlib.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o src/stdlib.obj `if test -f 'src/stdlib.c'; then $(CYGPATH_W) 'src/stdlib.c'; else $(CYGPATH_W) '$(srcdir)/src/stdlib.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "src/$(DEPDIR)/stdlib.Tpo" "src/$(DEPDIR)/stdlib.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "src/$(DEPDIR)/stdlib.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='src/stdlib.c' object='src/stdlib.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='src/$(DEPDIR)/stdlib.Po' tmpdepfile='src/$(DEPDIR)/stdlib.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o src/stdlib.obj `if test -f 'src/stdlib.c'; then $(CYGPATH_W) 'src/stdlib.c'; else $(CYGPATH_W) '$(srcdir)/src/stdlib.c'; fi`
-+
-+dev/stdfd/stdfd.o: dev/stdfd/stdfd.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dev/stdfd/stdfd.o -MD -MP -MF "dev/stdfd/$(DEPDIR)/stdfd.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o dev/stdfd/stdfd.o `test -f 'dev/stdfd/stdfd.c' || echo '$(srcdir)/'`dev/stdfd/stdfd.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "dev/stdfd/$(DEPDIR)/stdfd.Tpo" "dev/stdfd/$(DEPDIR)/stdfd.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "dev/stdfd/$(DEPDIR)/stdfd.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dev/stdfd/stdfd.c' object='dev/stdfd/stdfd.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='dev/stdfd/$(DEPDIR)/stdfd.Po' tmpdepfile='dev/stdfd/$(DEPDIR)/stdfd.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dev/stdfd/stdfd.o `test -f 'dev/stdfd/stdfd.c' || echo '$(srcdir)/'`dev/stdfd/stdfd.c
-+
-+dev/stdfd/stdfd.obj: dev/stdfd/stdfd.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dev/stdfd/stdfd.obj -MD -MP -MF "dev/stdfd/$(DEPDIR)/stdfd.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o dev/stdfd/stdfd.obj `if test -f 'dev/stdfd/stdfd.c'; then $(CYGPATH_W) 'dev/stdfd/stdfd.c'; else $(CYGPATH_W) '$(srcdir)/dev/stdfd/stdfd.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "dev/stdfd/$(DEPDIR)/stdfd.Tpo" "dev/stdfd/$(DEPDIR)/stdfd.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "dev/stdfd/$(DEPDIR)/stdfd.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dev/stdfd/stdfd.c' object='dev/stdfd/stdfd.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='dev/stdfd/$(DEPDIR)/stdfd.Po' tmpdepfile='dev/stdfd/$(DEPDIR)/stdfd.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dev/stdfd/stdfd.obj `if test -f 'dev/stdfd/stdfd.c'; then $(CYGPATH_W) 'dev/stdfd/stdfd.c'; else $(CYGPATH_W) '$(srcdir)/dev/stdfd/stdfd.c'; fi`
-+
-+drivers/incore/fs_incore.o: drivers/incore/fs_incore.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT drivers/incore/fs_incore.o -MD -MP -MF "drivers/incore/$(DEPDIR)/fs_incore.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o drivers/incore/fs_incore.o `test -f 'drivers/incore/fs_incore.c' || echo '$(srcdir)/'`drivers/incore/fs_incore.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "drivers/incore/$(DEPDIR)/fs_incore.Tpo" "drivers/incore/$(DEPDIR)/fs_incore.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "drivers/incore/$(DEPDIR)/fs_incore.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/incore/fs_incore.c' object='drivers/incore/fs_incore.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='drivers/incore/$(DEPDIR)/fs_incore.Po' tmpdepfile='drivers/incore/$(DEPDIR)/fs_incore.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o drivers/incore/fs_incore.o `test -f 'drivers/incore/fs_incore.c' || echo '$(srcdir)/'`drivers/incore/fs_incore.c
-+
-+drivers/incore/fs_incore.obj: drivers/incore/fs_incore.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT drivers/incore/fs_incore.obj -MD -MP -MF "drivers/incore/$(DEPDIR)/fs_incore.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o drivers/incore/fs_incore.obj `if test -f 'drivers/incore/fs_incore.c'; then $(CYGPATH_W) 'drivers/incore/fs_incore.c'; else $(CYGPATH_W) '$(srcdir)/drivers/incore/fs_incore.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "drivers/incore/$(DEPDIR)/fs_incore.Tpo" "drivers/incore/$(DEPDIR)/fs_incore.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "drivers/incore/$(DEPDIR)/fs_incore.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/incore/fs_incore.c' object='drivers/incore/fs_incore.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='drivers/incore/$(DEPDIR)/fs_incore.Po' tmpdepfile='drivers/incore/$(DEPDIR)/fs_incore.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o drivers/incore/fs_incore.obj `if test -f 'drivers/incore/fs_incore.c'; then $(CYGPATH_W) 'drivers/incore/fs_incore.c'; else $(CYGPATH_W) '$(srcdir)/drivers/incore/fs_incore.c'; fi`
-+
-+drivers/sockets/sockets.o: drivers/sockets/sockets.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT drivers/sockets/sockets.o -MD -MP -MF "drivers/sockets/$(DEPDIR)/sockets.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o drivers/sockets/sockets.o `test -f 'drivers/sockets/sockets.c' || echo '$(srcdir)/'`drivers/sockets/sockets.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "drivers/sockets/$(DEPDIR)/sockets.Tpo" "drivers/sockets/$(DEPDIR)/sockets.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "drivers/sockets/$(DEPDIR)/sockets.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/sockets/sockets.c' object='drivers/sockets/sockets.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='drivers/sockets/$(DEPDIR)/sockets.Po' tmpdepfile='drivers/sockets/$(DEPDIR)/sockets.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o drivers/sockets/sockets.o `test -f 'drivers/sockets/sockets.c' || echo '$(srcdir)/'`drivers/sockets/sockets.c
-+
-+drivers/sockets/sockets.obj: drivers/sockets/sockets.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT drivers/sockets/sockets.obj -MD -MP -MF "drivers/sockets/$(DEPDIR)/sockets.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o drivers/sockets/sockets.obj `if test -f 'drivers/sockets/sockets.c'; then $(CYGPATH_W) 'drivers/sockets/sockets.c'; else $(CYGPATH_W) '$(srcdir)/drivers/sockets/sockets.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "drivers/sockets/$(DEPDIR)/sockets.Tpo" "drivers/sockets/$(DEPDIR)/sockets.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "drivers/sockets/$(DEPDIR)/sockets.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/sockets/sockets.c' object='drivers/sockets/sockets.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='drivers/sockets/$(DEPDIR)/sockets.Po' tmpdepfile='drivers/sockets/$(DEPDIR)/sockets.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o drivers/sockets/sockets.obj `if test -f 'drivers/sockets/sockets.c'; then $(CYGPATH_W) 'drivers/sockets/sockets.c'; else $(CYGPATH_W) '$(srcdir)/drivers/sockets/sockets.c'; fi`
-+
-+drivers/native/fs_native.o: drivers/native/fs_native.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT drivers/native/fs_native.o -MD -MP -MF "drivers/native/$(DEPDIR)/fs_native.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o drivers/native/fs_native.o `test -f 'drivers/native/fs_native.c' || echo '$(srcdir)/'`drivers/native/fs_native.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "drivers/native/$(DEPDIR)/fs_native.Tpo" "drivers/native/$(DEPDIR)/fs_native.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "drivers/native/$(DEPDIR)/fs_native.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/native/fs_native.c' object='drivers/native/fs_native.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='drivers/native/$(DEPDIR)/fs_native.Po' tmpdepfile='drivers/native/$(DEPDIR)/fs_native.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o drivers/native/fs_native.o `test -f 'drivers/native/fs_native.c' || echo '$(srcdir)/'`drivers/native/fs_native.c
-+
-+drivers/native/fs_native.obj: drivers/native/fs_native.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT drivers/native/fs_native.obj -MD -MP -MF "drivers/native/$(DEPDIR)/fs_native.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o drivers/native/fs_native.obj `if test -f 'drivers/native/fs_native.c'; then $(CYGPATH_W) 'drivers/native/fs_native.c'; else $(CYGPATH_W) '$(srcdir)/drivers/native/fs_native.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "drivers/native/$(DEPDIR)/fs_native.Tpo" "drivers/native/$(DEPDIR)/fs_native.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "drivers/native/$(DEPDIR)/fs_native.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/native/fs_native.c' object='drivers/native/fs_native.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='drivers/native/$(DEPDIR)/fs_native.Po' tmpdepfile='drivers/native/$(DEPDIR)/fs_native.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o drivers/native/fs_native.obj `if test -f 'drivers/native/fs_native.c'; then $(CYGPATH_W) 'drivers/native/fs_native.c'; else $(CYGPATH_W) '$(srcdir)/drivers/native/fs_native.c'; fi`
-+
-+drivers/yod/fs_yod.o: drivers/yod/fs_yod.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT drivers/yod/fs_yod.o -MD -MP -MF "drivers/yod/$(DEPDIR)/fs_yod.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o drivers/yod/fs_yod.o `test -f 'drivers/yod/fs_yod.c' || echo '$(srcdir)/'`drivers/yod/fs_yod.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "drivers/yod/$(DEPDIR)/fs_yod.Tpo" "drivers/yod/$(DEPDIR)/fs_yod.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "drivers/yod/$(DEPDIR)/fs_yod.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/yod/fs_yod.c' object='drivers/yod/fs_yod.o' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='drivers/yod/$(DEPDIR)/fs_yod.Po' tmpdepfile='drivers/yod/$(DEPDIR)/fs_yod.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o drivers/yod/fs_yod.o `test -f 'drivers/yod/fs_yod.c' || echo '$(srcdir)/'`drivers/yod/fs_yod.c
-+
-+drivers/yod/fs_yod.obj: drivers/yod/fs_yod.c
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT drivers/yod/fs_yod.obj -MD -MP -MF "drivers/yod/$(DEPDIR)/fs_yod.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o drivers/yod/fs_yod.obj `if test -f 'drivers/yod/fs_yod.c'; then $(CYGPATH_W) 'drivers/yod/fs_yod.c'; else $(CYGPATH_W) '$(srcdir)/drivers/yod/fs_yod.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "drivers/yod/$(DEPDIR)/fs_yod.Tpo" "drivers/yod/$(DEPDIR)/fs_yod.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "drivers/yod/$(DEPDIR)/fs_yod.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drivers/yod/fs_yod.c' object='drivers/yod/fs_yod.obj' libtool=no @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='drivers/yod/$(DEPDIR)/fs_yod.Po' tmpdepfile='drivers/yod/$(DEPDIR)/fs_yod.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o drivers/yod/fs_yod.obj `if test -f 'drivers/yod/fs_yod.c'; then $(CYGPATH_W) 'drivers/yod/fs_yod.c'; else $(CYGPATH_W) '$(srcdir)/drivers/yod/fs_yod.c'; fi`
- uninstall-info-am:
- 
-+ETAGS = etags
-+ETAGSFLAGS =
-+
-+CTAGS = ctags
-+CTAGSFLAGS =
-+
-+tags: TAGS
-+
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- 	unique=`for i in $$list; do \
-@@ -628,7 +1616,6 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- 	  $(AWK) '    { files[$$0] = 1; } \
- 	       END { for (i in files) print i; }'`; \
- 	mkid -fID $$unique
--tags: TAGS
- 
- TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
- 		$(TAGS_FILES) $(LISP)
-@@ -640,11 +1627,10 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
- 	  done | \
- 	  $(AWK) '    { files[$$0] = 1; } \
- 	       END { for (i in files) print i; }'`; \
--	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
--	  test -n "$$unique" || unique=$$empty_fix; \
--	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
--	    $$tags $$unique; \
--	fi
-+	test -z "$(ETAGS_ARGS)$$tags$$unique" \
-+	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-+	     $$tags $$unique
-+
- ctags: CTAGS
- CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
- 		$(TAGS_FILES) $(LISP)
-@@ -667,11 +1653,24 @@ GTAGS:
- 
- distclean-tags:
- 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-+
-+top_distdir = .
-+distdir = $(PACKAGE)-$(VERSION)
-+
-+am__remove_distdir = \
-+  { test ! -d $(distdir) \
-+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-+         && rm -fr $(distdir); }; }
-+
-+GZIP_ENV = --best
-+distuninstallcheck_listfiles = find . -type f -print
-+distcleancheck_listfiles = find . -type f -print
- 
- distdir: $(DISTFILES)
- 	$(am__remove_distdir)
- 	mkdir $(distdir)
--	$(mkdir_p) $(distdir)/dev/stdfd $(distdir)/drivers/incore $(distdir)/drivers/native $(distdir)/drivers/sockets $(distdir)/drivers/yod $(distdir)/include $(distdir)/misc $(distdir)/src $(distdir)/tests
-+	$(mkinstalldirs) $(distdir)/./dev/stdfd $(distdir)/./drivers/incore $(distdir)/./drivers/native $(distdir)/./drivers/sockets $(distdir)/./drivers/yod $(distdir)/./include $(distdir)/./src $(distdir)/./tests $(distdir)/dev/stdfd $(distdir)/drivers/incore $(distdir)/drivers/native $(distdir)/drivers/sockets $(distdir)/drivers/yod $(distdir)/include $(distdir)/misc $(distdir)/src $(distdir)/tests
- 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
- 	list='$(DISTFILES)'; for file in $$list; do \
-@@ -683,7 +1682,7 @@ distdir: $(DISTFILES)
- 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
- 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- 	    dir="/$$dir"; \
--	    $(mkdir_p) "$(distdir)$$dir"; \
-+	    $(mkinstalldirs) "$(distdir)$$dir"; \
- 	  else \
- 	    dir=''; \
- 	  fi; \
-@@ -704,46 +1703,19 @@ distdir: $(DISTFILES)
- 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
- 	|| chmod -R a+r $(distdir)
- dist-gzip: distdir
--	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
--	$(am__remove_distdir)
--
--dist-bzip2: distdir
--	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
--	$(am__remove_distdir)
--
--dist-tarZ: distdir
--	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
--	$(am__remove_distdir)
--
--dist-shar: distdir
--	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
--	$(am__remove_distdir)
--
--dist-zip: distdir
--	-rm -f $(distdir).zip
--	zip -rq $(distdir).zip $(distdir)
-+	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- 	$(am__remove_distdir)
- 
- dist dist-all: distdir
--	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-+	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- 	$(am__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
- # tarfile.
- distcheck: dist
--	case '$(DIST_ARCHIVES)' in \
--	*.tar.gz*) \
--	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
--	*.tar.bz2*) \
--	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
--	*.tar.Z*) \
--	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
--	*.shar.gz*) \
--	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
--	*.zip*) \
--	  unzip $(distdir).zip ;;\
--	esac
-+	$(am__remove_distdir)
-+	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
- 	chmod -R a-w $(distdir); chmod a+w $(distdir)
- 	mkdir $(distdir)/_build
- 	mkdir $(distdir)/_inst
-@@ -763,20 +1735,19 @@ distcheck: dist
- 	        distuninstallcheck \
- 	  && chmod -R a-w "$$dc_install_base" \
- 	  && ({ \
--	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
-+	       (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
- 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
- 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
- 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
- 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
- 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
- 	  && rm -rf "$$dc_destdir" \
--	  && $(MAKE) $(AM_MAKEFLAGS) dist \
--	  && rm -rf $(DIST_ARCHIVES) \
-+	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
-+	  && rm -f $(distdir).tar.gz \
- 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
- 	$(am__remove_distdir)
--	@(echo "$(distdir) archives ready for distribution: "; \
--	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
--	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
-+	@echo "$(distdir).tar.gz is ready for distribution" | \
-+	  sed 'h;s/./=/g;p;x;p;x'
- distuninstallcheck:
- 	@cd $(distuninstallcheck_dir) \
- 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
-@@ -798,10 +1769,9 @@ distcleancheck: distclean
- check-am: all-am
- check: check-am
- all-am: Makefile $(LIBRARIES)
-+
- installdirs:
--	for dir in "$(DESTDIR)$(libdir)"; do \
--	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
--	done
-+	$(mkinstalldirs) $(DESTDIR)$(libdir)
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
-@@ -821,24 +1791,26 @@ mostlyclean-generic:
- clean-generic:
- 
- distclean-generic:
--	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
--	-rm -f ${LIBBUILD_DIR}/$(am__dirstamp)
--	-rm -f dev/stdfd/$(DEPDIR)/$(am__dirstamp)
-+	-rm -f $(CONFIG_CLEAN_FILES)
- 	-rm -f dev/stdfd/$(am__dirstamp)
--	-rm -f drivers/incore/$(DEPDIR)/$(am__dirstamp)
--	-rm -f drivers/incore/$(am__dirstamp)
- 	-rm -f drivers/native/$(DEPDIR)/$(am__dirstamp)
-+	-rm -f drivers/yod/$(am__dirstamp)
-+	-rm -f drivers/yod/$(DEPDIR)/$(am__dirstamp)
- 	-rm -f drivers/native/$(am__dirstamp)
--	-rm -f drivers/sockets/$(DEPDIR)/$(am__dirstamp)
-+	-rm -f src/$(am__dirstamp)
-+	-rm -f dev/stdfd/$(DEPDIR)/$(am__dirstamp)
-+	-rm -f drivers/incore/$(am__dirstamp)
- 	-rm -f drivers/sockets/$(am__dirstamp)
--	-rm -f drivers/yod/$(DEPDIR)/$(am__dirstamp)
--	-rm -f drivers/yod/$(am__dirstamp)
-+	-rm -f drivers/sockets/$(DEPDIR)/$(am__dirstamp)
-+	-rm -f drivers/incore/$(DEPDIR)/$(am__dirstamp)
-+	-rm -f ${LIBBUILD_DIR}/$(am__dirstamp)
- 	-rm -f src/$(DEPDIR)/$(am__dirstamp)
--	-rm -f src/$(am__dirstamp)
- 
- maintainer-clean-generic:
- 	@echo "This command is intended for maintainers to use"
- 	@echo "it deletes files that may require special tools to rebuild."
-+clean: clean-am
-+
- clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
- 
- distclean: distclean-am
-@@ -852,8 +1824,6 @@ dvi: dvi-am
- 
- dvi-am:
- 
--html: html-am
--
- info: info-am
- 
- info-am:
-@@ -889,15 +1859,14 @@ ps-am:
- 
- uninstall-am: uninstall-info-am uninstall-libLIBRARIES
- 
--.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
--	clean-generic clean-libLIBRARIES ctags dist dist-all \
--	dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip distcheck \
-+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
-+	clean-libLIBRARIES ctags dist dist-all dist-gzip distcheck \
- 	distclean distclean-compile distclean-generic distclean-tags \
--	distcleancheck distdir distuninstallcheck dvi dvi-am html \
--	html-am info info-am install install-am install-data \
--	install-data-am install-exec install-exec-am install-info \
--	install-info-am install-libLIBRARIES install-man install-strip \
--	installcheck installcheck-am installdirs maintainer-clean \
-+	distcleancheck distdir distuninstallcheck dvi dvi-am info \
-+	info-am install install-am install-data install-data-am \
-+	install-exec install-exec-am install-info install-info-am \
-+	install-libLIBRARIES install-man install-strip 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-info-am uninstall-libLIBRARIES
-diff --git a/libsysio/aclocal.m4 b/libsysio/aclocal.m4
-index b236478..7270897 100644
---- a/libsysio/aclocal.m4
-+++ b/libsysio/aclocal.m4
-@@ -1,7 +1,7 @@
--# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
-+# generated automatically by aclocal 1.7.9 -*- Autoconf -*-
- 
--# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
--# 2005  Free Software Foundation, Inc.
-+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
-+# 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,32 +11,332 @@
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
- 
--# Copyright (C) 2002, 2003, 2005  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.
-+# Do all the work for Automake.                            -*- Autoconf -*-
-+
-+# 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.
-+
-+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-+# 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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+# serial 10
-+
-+AC_PREREQ([2.54])
-+
-+# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
-+# the ones we care about.
-+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
-+
-+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
-+# AM_INIT_AUTOMAKE([OPTIONS])
-+# -----------------------------------------------
-+# The call with PACKAGE and VERSION arguments is the old style
-+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
-+# and VERSION should now be passed to AC_INIT and removed from
-+# the call to AM_INIT_AUTOMAKE.
-+# We support both call styles for the transition.  After
-+# the next Automake release, Autoconf can make the AC_INIT
-+# arguments mandatory, and then we can depend on a new Autoconf
-+# release and drop the old call support.
-+AC_DEFUN([AM_INIT_AUTOMAKE],
-+[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
-+ AC_REQUIRE([AC_PROG_INSTALL])dnl
-+# test to see if srcdir already configured
-+if test "`cd $srcdir && pwd`" != "`pwd`" &&
-+   test -f $srcdir/config.status; then
-+  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
-+fi
-+
-+# test whether we have cygpath
-+if test -z "$CYGPATH_W"; then
-+  if (cygpath --version) >/dev/null 2>/dev/null; then
-+    CYGPATH_W='cygpath -w'
-+  else
-+    CYGPATH_W=echo
-+  fi
-+fi
-+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_SUBST([PACKAGE], [$1])dnl
-+ AC_SUBST([VERSION], [$2])],
-+[_AM_SET_OPTIONS([$1])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
-+
-+# 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_MISSING_PROG(AMTAR, tar)
-+AM_PROG_INSTALL_SH
-+AM_PROG_INSTALL_STRIP
-+# 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([no-dependencies],,
-+[AC_PROVIDE_IFELSE([AC_PROG_CC],
-+                  [_AM_DEPENDENCIES(CC)],
-+                  [define([AC_PROG_CC],
-+                          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
-+])
-+])
-+
-+
-+# When config.status generates a header, we must update the stamp-h file.
-+# This file resides in the same directory as the config header
-+# that is generated.  The stamp files are numbered to have different names.
-+
-+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
-+# loop where config.status creates the headers, so we can generate
-+# our stamp files there.
-+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
-+[# Compute $1's index in $config_headers.
-+_am_stamp_count=1
-+for _am_header in $config_headers :; do
-+  case $_am_header in
-+    $1 | $1:* )
-+      break ;;
-+    * )
-+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-+  esac
-+done
-+echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
-+
-+# Copyright 2002  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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 
- # AM_AUTOMAKE_VERSION(VERSION)
- # ----------------------------
- # Automake X.Y traces this macro to ensure aclocal.m4 has been
- # generated from the m4 files accompanying Automake X.Y.
--AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
-+AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
- 
- # AM_SET_CURRENT_AUTOMAKE_VERSION
- # -------------------------------
- # Call AM_AUTOMAKE_VERSION so it can be traced.
- # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
--	 [AM_AUTOMAKE_VERSION([1.9.6])])
-+	 [AM_AUTOMAKE_VERSION([1.7.9])])
-+
-+# Helper functions for option handling.                    -*- Autoconf -*-
-+
-+# Copyright 2001, 2002  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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+# serial 2
-+
-+# _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)])
- 
--# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
-+# _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)])])
-+
-+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
-+# -------------------------------------------
-+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
-+AC_DEFUN([_AM_IF_OPTION],
-+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
- 
--# Copyright (C) 2001, 2003, 2005  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.
-+# Check to make sure that the build environment is sane.
-+#
-+
-+# Copyright 1996, 1997, 2000, 2001 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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+# serial 3
-+
-+# 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
-+# 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
-+
-+   test "$[2]" = conftest.file
-+   )
-+then
-+   # Ok.
-+   :
-+else
-+   AC_MSG_ERROR([newly created file is older than distributed files!
-+Check your system clock])
-+fi
-+AC_MSG_RESULT(yes)])
-+
-+#  -*- Autoconf -*-
-+
-+
-+# Copyright 1997, 1999, 2000, 2001 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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+# serial 3
-+
-+# AM_MISSING_PROG(NAME, PROGRAM)
-+# ------------------------------
-+AC_DEFUN([AM_MISSING_PROG],
-+[AC_REQUIRE([AM_MISSING_HAS_RUN])
-+$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.
-+AC_DEFUN([AM_MISSING_HAS_RUN],
-+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
-+# Use eval to expand $SHELL
-+if eval "$MISSING --run true"; then
-+  am_missing_run="$MISSING --run "
-+else
-+  am_missing_run=
-+  AC_MSG_WARN([`missing' script is too old or missing])
-+fi
-+])
-+
-+# AM_AUX_DIR_EXPAND
-+
-+# Copyright 2001 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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
- 
- # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
- # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
-@@ -76,55 +376,131 @@ AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- # absolute PATH.  The drawback is that using absolute paths prevent a
- # configured tree to be moved without reconfiguration.
- 
--AC_DEFUN([AM_AUX_DIR_EXPAND],
--[dnl Rely on autoconf to set up CDPATH properly.
--AC_PREREQ([2.50])dnl
-+# Rely on autoconf to set up CDPATH properly.
-+AC_PREREQ([2.50])
-+
-+AC_DEFUN([AM_AUX_DIR_EXPAND], [
- # expand $ac_aux_dir to an absolute path
- am_aux_dir=`cd $ac_aux_dir && pwd`
- ])
- 
--# AM_CONDITIONAL                                            -*- Autoconf -*-
-+# AM_PROG_INSTALL_SH
-+# ------------------
-+# Define $install_sh.
- 
--# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
--# 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.
-+# Copyright 2001 Free Software Foundation, Inc.
- 
--# serial 7
-+# 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.
- 
--# 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_SUBST([$1_TRUE])
--AC_SUBST([$1_FALSE])
--if $2; then
--  $1_TRUE=
--  $1_FALSE='#'
-+# 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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+AC_DEFUN([AM_PROG_INSTALL_SH],
-+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-+install_sh=${install_sh-"$am_aux_dir/install-sh"}
-+AC_SUBST(install_sh)])
-+
-+# AM_PROG_INSTALL_STRIP
-+
-+# Copyright 2001 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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+# 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
-+# 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
-+# 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'.
-+if test "$cross_compiling" != no; then
-+  AC_CHECK_TOOL([STRIP], [strip], :)
-+fi
-+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
-+AC_SUBST([INSTALL_STRIP_PROGRAM])])
-+
-+#                                                          -*- Autoconf -*-
-+# Copyright (C) 2003  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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+# serial 1
-+
-+# Check whether the underlying file-system supports filenames
-+# with a leading dot.  For instance MS-DOS doesn't.
-+AC_DEFUN([AM_SET_LEADING_DOT],
-+[rm -rf .tst 2>/dev/null
-+mkdir .tst 2>/dev/null
-+if test -d .tst; then
-+  am__leading_dot=.
- else
--  $1_TRUE='#'
--  $1_FALSE=
-+  am__leading_dot=_
- fi
--AC_CONFIG_COMMANDS_PRE(
--[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
--  AC_MSG_ERROR([[conditional "$1" was never defined.
--Usually this means the macro was only invoked conditionally.]])
--fi])])
-+rmdir .tst 2>/dev/null
-+AC_SUBST([am__leading_dot])])
- 
-+# serial 5						-*- Autoconf -*-
- 
--# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
--# 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.
-+# Copyright (C) 1999, 2000, 2001, 2002, 2003  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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
- 
--# serial 8
- 
- # 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,
-@@ -133,6 +509,7 @@ fi])])
- # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
- 
- 
-+
- # _AM_DEPENDENCIES(NAME)
- # ----------------------
- # See how the compiler implements dependency checking.
-@@ -191,9 +568,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
-     : > 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
-+      : > sub/conftst$i.h
-     done
-     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
- 
-@@ -221,14 +596,9 @@ AC_CACHE_CHECK([dependency style of $depcc],
-        grep sub/conftest.${OBJEXT-o} 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 -fno-strict-aliasing).  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
-+      # (even with -Werror).  So we grep stderr for any message
-+      # that says an option was ignored.
-+      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
-         am_cv_$1_dependencies_compiler_type=$depmode
-         break
-       fi
-@@ -262,8 +632,8 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
- # ------------
- 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])
-+[  --disable-dependency-tracking Speeds up one-time builds
-+  --enable-dependency-tracking  Do not reject slow dependency extractors])
- if test "x$enable_dependency_tracking" != xno; then
-   am_depcomp="$ac_aux_dir/depcomp"
-   AMDEPBACKSLASH='\'
-@@ -272,16 +642,26 @@ AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
- AC_SUBST([AMDEPBACKSLASH])
- ])
- 
--# Generate code to set up dependency tracking.              -*- Autoconf -*-
-+# Generate code to set up dependency tracking.   -*- Autoconf -*-
- 
--# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
--# 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.
-+# Copyright 1999, 2000, 2001, 2002 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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
- 
--#serial 3
-+#serial 2
- 
- # _AM_OUTPUT_DEPENDENCY_COMMANDS
- # ------------------------------
-@@ -300,21 +680,27 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-   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"`
-+  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
-+  # Extract the definition of DEP_FILES from the Makefile without
-+  # running `make'.
-+  DEPDIR=`sed -n -e '/^DEPDIR = / s///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" | \
-+  U=`sed -n -e '/^U = / s///p' < "$mf"`
-+  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
-+  # 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 -e '
-+    /^DEP_FILES = .*\\\\$/ {
-+      s/^DEP_FILES = //
-+      :loop
-+	s/\\\\$//
-+	p
-+	n
-+	/\\\\$/ b loop
-+      p
-+    }
-+    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
-        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
-     # Make sure the directory exists.
-     test -f "$dirpart/$file" && continue
-@@ -340,165 +726,27 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
-      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
- ])
- 
--# Do all the work for Automake.                             -*- Autoconf -*-
-+# Check to see how 'make' treats includes.	-*- Autoconf -*-
- 
--# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
--# 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.
-+# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
- 
--# serial 12
-+# 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 macro actually does too much.  Some checks are only needed if
--# your package does certain things.  But this isn't really a big deal.
--
--# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
--# AM_INIT_AUTOMAKE([OPTIONS])
--# -----------------------------------------------
--# The call with PACKAGE and VERSION arguments is the old style
--# call (pre autoconf-2.50), which is being phased out.  PACKAGE
--# and VERSION should now be passed to AC_INIT and removed from
--# the call to AM_INIT_AUTOMAKE.
--# We support both call styles for the transition.  After
--# the next Automake release, Autoconf can make the AC_INIT
--# 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.58])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
--AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
--AC_REQUIRE([AC_PROG_INSTALL])dnl
--# test to see if srcdir already configured
--if test "`cd $srcdir && pwd`" != "`pwd`" &&
--   test -f $srcdir/config.status; then
--  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
--fi
--
--# test whether we have cygpath
--if test -z "$CYGPATH_W"; then
--  if (cygpath --version) >/dev/null 2>/dev/null; then
--    CYGPATH_W='cygpath -w'
--  else
--    CYGPATH_W=echo
--  fi
--fi
--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_SUBST([PACKAGE], [$1])dnl
-- AC_SUBST([VERSION], [$2])],
--[_AM_SET_OPTIONS([$1])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
--
--# 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
--# 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([no-dependencies],,
--[AC_PROVIDE_IFELSE([AC_PROG_CC],
--                  [_AM_DEPENDENCIES(CC)],
--                  [define([AC_PROG_CC],
--                          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
--])
--])
--
--
--# When config.status generates a header, we must update the stamp-h file.
--# This file resides in the same directory as the config header
--# that is generated.  The stamp files are numbered to have different names.
--
--# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
--# loop where config.status creates the headers, so we can generate
--# our stamp files there.
--AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
--[# Compute $1's index in $config_headers.
--_am_stamp_count=1
--for _am_header in $config_headers :; do
--  case $_am_header in
--    $1 | $1:* )
--      break ;;
--    * )
--      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
--  esac
--done
--echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
--
--# Copyright (C) 2001, 2003, 2005  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_INSTALL_SH
--# ------------------
--# Define $install_sh.
--AC_DEFUN([AM_PROG_INSTALL_SH],
--[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
--install_sh=${install_sh-"$am_aux_dir/install-sh"}
--AC_SUBST(install_sh)])
-+# 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.
- 
--# Copyright (C) 2003, 2005  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.
-+# You should have received a copy of the GNU General Public License
-+# along with this program; if not, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
- 
- # 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],
--[rm -rf .tst 2>/dev/null
--mkdir .tst 2>/dev/null
--if test -d .tst; then
--  am__leading_dot=.
--else
--  am__leading_dot=_
--fi
--rmdir .tst 2>/dev/null
--AC_SUBST([am__leading_dot])])
--
--# Check to see how 'make' treats includes.	            -*- Autoconf -*-
--
--# Copyright (C) 2001, 2002, 2003, 2005  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.
-@@ -541,17 +789,73 @@ AC_MSG_RESULT([$_am_result])
- rm -f confinc confmf
- ])
- 
--# Copyright (C) 1999, 2000, 2001, 2003, 2005  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_CONDITIONAL                                              -*- Autoconf -*-
- 
--# serial 3
-+# Copyright 1997, 2000, 2001 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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+# serial 5
-+
-+AC_PREREQ(2.52)
-+
-+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
-+# -------------------------------------
-+# Define a conditional.
-+AC_DEFUN([AM_CONDITIONAL],
-+[ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
-+        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
-+AC_SUBST([$1_TRUE])
-+AC_SUBST([$1_FALSE])
-+if $2; then
-+  $1_TRUE=
-+  $1_FALSE='#'
-+else
-+  $1_TRUE='#'
-+  $1_FALSE=
-+fi
-+AC_CONFIG_COMMANDS_PRE(
-+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
-+  AC_MSG_ERROR([conditional "$1" was never defined.
-+Usually this means the macro was only invoked conditionally.])
-+fi])])
-+
-+# serial 2
- 
- # AM_PROG_CC_C_O
- # --------------
- # Like AC_PROG_CC_C_O, but changed for automake.
-+
-+# Copyright 1999, 2000, 2001 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, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
- AC_DEFUN([AM_PROG_CC_C_O],
- [AC_REQUIRE([AC_PROG_CC_C_O])dnl
- AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-@@ -569,310 +873,3 @@ if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
- fi
- ])
- 
--# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
--
--# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
--# 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_MISSING_PROG(NAME, PROGRAM)
--# ------------------------------
--AC_DEFUN([AM_MISSING_PROG],
--[AC_REQUIRE([AM_MISSING_HAS_RUN])
--$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.
--AC_DEFUN([AM_MISSING_HAS_RUN],
--[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
--test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
--# Use eval to expand $SHELL
--if eval "$MISSING --run true"; then
--  am_missing_run="$MISSING --run "
--else
--  am_missing_run=
--  AC_MSG_WARN([`missing' script is too old or missing])
--fi
--])
--
--# Copyright (C) 2003, 2004, 2005  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 whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
--#
--# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
--# created by `make install' are always world readable, even if the
--# installer happens to have an overly restrictive umask (e.g. 077).
--# This was a mistake.  There are at least two reasons why we must not
--# use `-m 0755':
--#   - it causes special bits like SGID to be ignored,
--#   - it may be too restrictive (some setups expect 775 directories).
--#
--# Do not use -m 0755 and let people choose whatever they expect by
--# setting umask.
--#
--# We cannot accept any implementation of `mkdir' that recognizes `-p'.
--# Some implementations (such as Solaris 8's) are not thread-safe: if a
--# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
--# concurrently, both version can detect that a/ is missing, but only
--# one can create it and the other will error out.  Consequently we
--# restrict ourselves to GNU make (using the --version option ensures
--# this.)
--AC_DEFUN([AM_PROG_MKDIR_P],
--[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
--  # We used to keeping the `.' as first argument, in order to
--  # allow $(mkdir_p) to be used without argument.  As in
--  #   $(mkdir_p) $(somedir)
--  # where $(somedir) is conditionally defined.  However this is wrong
--  # for two reasons:
--  #  1. if the package is installed by a user who cannot write `.'
--  #     make install will fail,
--  #  2. the above comment should most certainly read
--  #     $(mkdir_p) $(DESTDIR)$(somedir)
--  #     so it does not work when $(somedir) is undefined and
--  #     $(DESTDIR) is not.
--  #  To support the latter case, we have to write
--  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
--  #  so the `.' trick is pointless.
--  mkdir_p='mkdir -p --'
--else
--  # On NextStep and OpenStep, the `mkdir' command does not
--  # recognize any option.  It will interpret all options as
--  # directories to create, and then abort because `.' already
--  # exists.
--  for d in ./-p ./--version;
--  do
--    test -d $d && rmdir $d
--  done
--  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
--  if test -f "$ac_aux_dir/mkinstalldirs"; then
--    mkdir_p='$(mkinstalldirs)'
--  else
--    mkdir_p='$(install_sh) -d'
--  fi
--fi
--AC_SUBST([mkdir_p])])
--
--# Helper functions for option handling.                     -*- Autoconf -*-
--
--# Copyright (C) 2001, 2002, 2003, 2005  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)])
--
--# _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)])])
--
--# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
--# -------------------------------------------
--# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
--AC_DEFUN([_AM_IF_OPTION],
--[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
--
--# Check to make sure that the build environment is sane.    -*- Autoconf -*-
--
--# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
--# 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
--# 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
--
--   test "$[2]" = conftest.file
--   )
--then
--   # Ok.
--   :
--else
--   AC_MSG_ERROR([newly created file is older than distributed files!
--Check your system clock])
--fi
--AC_MSG_RESULT(yes)])
--
--# Copyright (C) 2001, 2003, 2005  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_INSTALL_STRIP
--# ---------------------
--# 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
--# 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
--# 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'.
--if test "$cross_compiling" != no; then
--  AC_CHECK_TOOL([STRIP], [strip], :)
--fi
--INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
--AC_SUBST([INSTALL_STRIP_PROGRAM])])
--
--# Check how to create a tarball.                            -*- Autoconf -*-
--
--# Copyright (C) 2004, 2005  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'.
--#
--# Substitute a variable $(am__tar) that is a command
--# writing to stdout a FORMAT-tarball containing the directory
--# $tardir.
--#     tardir=directory && $(am__tar) > result.tar
--#
--# 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.
--_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
--
--  # 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])
--    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_SUBST([am__tar])
--AC_SUBST([am__untar])
--]) # _AM_PROG_TAR
--
-diff --git a/libsysio/configure b/libsysio/configure
-index 039b559..dca1aa8 100755
---- a/libsysio/configure
-+++ b/libsysio/configure
-@@ -1,25 +1,54 @@
- #! /bin/sh
- # Guess values for system-dependent variables and create Makefiles.
--# Generated by GNU Autoconf 2.59 for libsysio 1.2.
-+# Generated by GNU Autoconf 2.61 for libsysio 1.2.
- #
--# Copyright (C) 2003 Free Software Foundation, Inc.
-+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-+# 2002, 2003, 2004, 2005, 2006 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.  ##
- ## --------------------- ##
- 
--# Be Bourne compatible
-+# Be more Bourne compatible
-+DUALCASE=1; export DUALCASE # for MKS sh
- 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+"$@"}'='"$@"'
--elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
--  set -o posix
-+  setopt NO_GLOB_SUBST
-+else
-+  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=';'
-+  else
-+    PATH_SEPARATOR=:
-+  fi
-+  rm -f conf$$.sh
- fi
--DUALCASE=1; export DUALCASE # for MKS sh
- 
- # Support unset when possible.
- if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -29,8 +58,43 @@ else
- fi
- 
- 
-+# IFS
-+# We need space, tab and new line, in precisely that order.  Quoting is
-+# 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=$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
-+IFS=$as_save_IFS
-+
-+     ;;
-+esac
-+# We did not find ourselves, most probably we were run as `sh COMMAND'
-+# in which case we are not to be found in the path.
-+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; }
-+fi
-+
- # Work around bugs in pre-3.0 UWIN ksh.
--$as_unset ENV MAIL MAILPATH
-+for as_var in ENV MAIL MAILPATH
-+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+done
- PS1='$ '
- PS2='> '
- PS4='+ '
-@@ -44,18 +108,19 @@ 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
-+    ($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; then
-+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
-+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-   as_basename=basename
- else
-   as_basename=false
-@@ -63,157 +128,388 @@ fi
- 
- 
- # Name of the executable.
--as_me=`$as_basename "$0" ||
-+as_me=`$as_basename -- "$0" ||
- $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- 	 X"$0" : 'X\(//\)$' \| \
--	 X"$0" : 'X\(/\)$' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
- echo X/"$0" |
--    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
--  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\/\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
- 
-+# CDPATH.
-+$as_unset CDPATH
- 
--# PATH needs CR, and LINENO needs CR and PATH.
--# 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=';'
--  else
--    PATH_SEPARATOR=:
--  fi
--  rm -f conf$$.sh
-+if test "x$CONFIG_SHELL" = x; then
-+  if (eval ":") 2>/dev/null; then
-+  as_have_required=yes
-+else
-+  as_have_required=no
- 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_lineno_1=$LINENO
--  as_lineno_2=$LINENO
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
--  test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
--  # Find who we are.  Look in the path if we contain no path at all
--  # relative or not.
--  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
-+exitcode=0
-+if as_func_success; then
-+  :
-+else
-+  exitcode=1
-+  echo as_func_success failed.
-+fi
- 
--       ;;
--  esac
--  # We did not find ourselves, most probably we were run as `sh COMMAND'
--  # in which case we are not to be found in the path.
--  if test "x$as_myself" = x; then
--    as_myself=$0
--  fi
--  if test ! -f "$as_myself"; then
--    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
--   { (exit 1); exit 1; }; }
--  fi
--  case $CONFIG_SHELL in
--  '')
-+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
-+  :
-+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; }
-+") 2> /dev/null; then
-+  :
-+else
-+  as_candidate_shells=
-     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
- for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
- do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
--  for as_base in sh bash ksh sh5; do
--	 case $as_dir in
-+  case $as_dir in
- 	 /*)
--	   if ("$as_dir/$as_base" -c '
-+	   for as_base in sh bash ksh sh5; do
-+	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
-+	   done;;
-+       esac
-+done
-+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
-+
-+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
-+
-+
-+:
-+(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
-+}
-+
-+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
-+  :
-+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
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-   test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
--	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
--	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
--	     CONFIG_SHELL=$as_dir/$as_base
--	     export CONFIG_SHELL
--	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
--	   fi;;
--	 esac
--       done
--done
--;;
--  esac
-+  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
-+
-+
-+
-+(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
-+}
-+
-+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
-+  :
-+else
-+  exitcode=1
-+  echo positional parameters were not saved.
-+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_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 before each line; the second 'sed' does the real
--  # work.  The second script uses 'N' to pair each line-number line
--  # with the numbered line, and appends trailing '-' during
--  # substitution so that $LINENO is not a special case at line end.
-+  # 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
--  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
--  sed '=' <$as_myself |
-+  # 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
--      s,$,-,
--      : loop
--      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
-+      :loop
-+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-       t loop
--      s,-$,,
--      s,^['$as_cr_digits']*\n,,
-+      s/-\n.*//
-     ' >$as_me.lineno &&
--  chmod +x $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 sensible to this).
--  . ./$as_me.lineno
-+  # original and so on.  Autoconf is especially sensitive to this).
-+  . "./$as_me.lineno"
-   # Exit status is that of the last command.
-   exit
- }
- 
- 
--case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
--  *c*,-n*) ECHO_N= ECHO_C='
--' ECHO_T='	' ;;
--  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
--  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
-+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
-+-n*)
-+  case `echo 'x\c'` in
-+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-+  *)   ECHO_C='\c';;
-+  esac;;
-+*)
-+  ECHO_N='-n';;
- esac
- 
--if expr a : '\(a\)' >/dev/null 2>&1; then
-+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
-+fi
- echo >conf$$.file
- if ln -s conf$$.file conf$$ 2>/dev/null; then
--  # We could just check for DJGPP; but this test a) works b) is more generic
--  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
--  if test -f conf$$.exe; then
--    # Don't use ln at all; we don't have any links
-+  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'
--  else
--    as_ln_s='ln -s'
--  fi
- elif ln conf$$.file conf$$ 2>/dev/null; then
-   as_ln_s=ln
- else
-   as_ln_s='cp -p'
- fi
--rm -f conf$$ conf$$.exe conf$$.file
-+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=:
-@@ -222,7 +518,28 @@ else
-   as_mkdir_p=false
- fi
- 
--as_executable_p="test -f"
-+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
- 
- # 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'"
-@@ -231,39 +548,27 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
- as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
- 
- 
--# IFS
--# We need space, tab and new line, in precisely that order.
--as_nl='
--'
--IFS=" 	$as_nl"
--
--# CDPATH.
--$as_unset CDPATH
- 
-+exec 7<&0 </dev/null 6>&1
- 
- # Name of the host.
- # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
- # so uname gets run too.
- ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
- 
--exec 6>&1
--
- #
- # Initializations.
- #
- ac_default_prefix=/usr/local
-+ac_clean_files=
- ac_config_libobj_dir=.
-+LIBOBJS=
- cross_compiling=no
- subdirs=
- MFLAGS=
- MAKEFLAGS=
- SHELL=${CONFIG_SHELL-/bin/sh}
- 
--# Maximum number of lines to put in a shell here document.
--# This variable seems obsolete.  It should probably be removed, and
--# only ac_max_sed_lines should be used.
--: ${ac_max_here_lines=38}
--
- # Identity of this package.
- PACKAGE_NAME='libsysio'
- PACKAGE_TARNAME='libsysio'
-@@ -271,8 +576,130 @@ PACKAGE_VERSION='1.2'
- PACKAGE_STRING='libsysio 1.2'
- PACKAGE_BUGREPORT=''
- 
--ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar 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 RANLIB ac_ct_RANLIB CPP EGREP LIBBUILD_DIR WITH_NATIVE_DRIVER_TRUE WITH_NATIVE_DRIVER_FALSE WITH_INCORE_DRIVER_TRUE WITH_INCORE_DRIVER_FALSE WITH_TESTS_TRUE WITH_TESTS_FALSE AUTOMOUNT WITH_STDFD_DEV_TRUE WITH_STDFD_DEV_FALSE ZERO_SUM_MEMORY DEFER_INIT_CWD TRACING WITH_CPLANT_YOD_TRUE WITH_CPLANT_YOD_FALSE WITH_CPLANT_TESTS_TRUE WITH_CPLANT_TESTS_FALSE WITH_SOCKETS_DRIVER_TRUE WITH_SOCKETS_DRIVER_FALSE WITH_LUSTRE_HACK_TRUE WITH_LUSTRE_HACK_FALSE SYSIO_LABEL_NAMES TEST_ALPHA_ARG_TRUE TEST_ALPHA_ARG_FALSE LIBOBJS LTLIBOBJS'
-+ac_subst_vars='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
-+build_alias
-+host_alias
-+target_alias
-+build
-+build_cpu
-+build_vendor
-+build_os
-+host
-+host_cpu
-+host_vendor
-+host_os
-+target
-+target_cpu
-+target_vendor
-+target_os
-+INSTALL_PROGRAM
-+INSTALL_SCRIPT
-+INSTALL_DATA
-+CYGPATH_W
-+PACKAGE
-+VERSION
-+ACLOCAL
-+AUTOCONF
-+AUTOMAKE
-+AUTOHEADER
-+MAKEINFO
-+AMTAR
-+install_sh
-+STRIP
-+INSTALL_STRIP_PROGRAM
-+AWK
-+SET_MAKE
-+am__leading_dot
-+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
-+RANLIB
-+CPP
-+GREP
-+EGREP
-+LIBBUILD_DIR
-+WITH_NATIVE_DRIVER_TRUE
-+WITH_NATIVE_DRIVER_FALSE
-+WITH_INCORE_DRIVER_TRUE
-+WITH_INCORE_DRIVER_FALSE
-+WITH_TESTS_TRUE
-+WITH_TESTS_FALSE
-+AUTOMOUNT
-+WITH_STDFD_DEV_TRUE
-+WITH_STDFD_DEV_FALSE
-+ZERO_SUM_MEMORY
-+DEFER_INIT_CWD
-+TRACING
-+WITH_CPLANT_YOD_TRUE
-+WITH_CPLANT_YOD_FALSE
-+WITH_CPLANT_TESTS_TRUE
-+WITH_CPLANT_TESTS_FALSE
-+WITH_SOCKETS_DRIVER_TRUE
-+WITH_SOCKETS_DRIVER_FALSE
-+WITH_LUSTRE_HACK_TRUE
-+WITH_LUSTRE_HACK_FALSE
-+SYSIO_LABEL_NAMES
-+TEST_ALPHA_ARG_TRUE
-+TEST_ALPHA_ARG_FALSE
-+LIBOBJS
-+LTLIBOBJS'
- ac_subst_files=''
-+      ac_precious_vars='build_alias
-+host_alias
-+target_alias
-+CC
-+CFLAGS
-+LDFLAGS
-+LIBS
-+CPPFLAGS
-+CPP'
-+
- 
- # Initialize some variables set by options.
- ac_init_help=
-@@ -299,34 +726,48 @@ x_libraries=NONE
- # and all the variables that are supposed to be based on exec_prefix
- # by default will actually change.
- # Use braces instead of parens because sh, perl, etc. also accept them.
-+# (The list follows the same order as the GNU Coding Standards.)
- bindir='${exec_prefix}/bin'
- sbindir='${exec_prefix}/sbin'
- libexecdir='${exec_prefix}/libexec'
--datadir='${prefix}/share'
-+datarootdir='${prefix}/share'
-+datadir='${datarootdir}'
- sysconfdir='${prefix}/etc'
- sharedstatedir='${prefix}/com'
- localstatedir='${prefix}/var'
--libdir='${exec_prefix}/lib'
- includedir='${prefix}/include'
- oldincludedir='/usr/include'
--infodir='${prefix}/info'
--mandir='${prefix}/man'
-+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-+infodir='${datarootdir}/info'
-+htmldir='${docdir}'
-+dvidir='${docdir}'
-+pdfdir='${docdir}'
-+psdir='${docdir}'
-+libdir='${exec_prefix}/lib'
-+localedir='${datarootdir}/locale'
-+mandir='${datarootdir}/man'
- 
- ac_prev=
-+ac_dashdash=
- for ac_option
- do
-   # If the previous option needs an argument, assign it.
-   if test -n "$ac_prev"; then
--    eval "$ac_prev=\$ac_option"
-+    eval $ac_prev=\$ac_option
-     ac_prev=
-     continue
-   fi
- 
--  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
-+  case $ac_option in
-+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
-+  *)	ac_optarg=yes ;;
-+  esac
- 
-   # Accept the important Cygnus configure options, so we can diagnose typos.
- 
--  case $ac_option in
-+  case $ac_dashdash$ac_option in
-+  --)
-+    ac_dashdash=yes ;;
- 
-   -bindir | --bindir | --bindi | --bind | --bin | --bi)
-     ac_prev=bindir ;;
-@@ -348,33 +789,45 @@ do
-   --config-cache | -C)
-     cache_file=config.cache ;;
- 
--  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
-+  -datadir | --datadir | --datadi | --datad)
-     ac_prev=datadir ;;
--  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
--  | --da=*)
-+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
-     datadir=$ac_optarg ;;
- 
-+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
-+  | --dataroo | --dataro | --datar)
-+    ac_prev=datarootdir ;;
-+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
-+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
-+    datarootdir=$ac_optarg ;;
-+
-   -disable-* | --disable-*)
-     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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" ;;
-+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
-+    eval enable_$ac_feature=no ;;
-+
-+  -docdir | --docdir | --docdi | --doc | --do)
-+    ac_prev=docdir ;;
-+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
-+    docdir=$ac_optarg ;;
-+
-+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
-+    ac_prev=dvidir ;;
-+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
-+    dvidir=$ac_optarg ;;
- 
-   -enable-* | --enable-*)
-     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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'`
--    case $ac_option in
--      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
--      *) ac_optarg=yes ;;
--    esac
--    eval "enable_$ac_feature='$ac_optarg'" ;;
-+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
-+    eval enable_$ac_feature=\$ac_optarg ;;
- 
-   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-@@ -401,6 +854,12 @@ do
-   -host=* | --host=* | --hos=* | --ho=*)
-     host_alias=$ac_optarg ;;
- 
-+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
-+    ac_prev=htmldir ;;
-+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
-+  | --ht=*)
-+    htmldir=$ac_optarg ;;
-+
-   -includedir | --includedir | --includedi | --included | --include \
-   | --includ | --inclu | --incl | --inc)
-     ac_prev=includedir ;;
-@@ -425,13 +884,16 @@ do
-   | --libexe=* | --libex=* | --libe=*)
-     libexecdir=$ac_optarg ;;
- 
-+  -localedir | --localedir | --localedi | --localed | --locale)
-+    ac_prev=localedir ;;
-+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
-+    localedir=$ac_optarg ;;
-+
-   -localstatedir | --localstatedir | --localstatedi | --localstated \
--  | --localstate | --localstat | --localsta | --localst \
--  | --locals | --local | --loca | --loc | --lo)
-+  | --localstate | --localstat | --localsta | --localst | --locals)
-     ac_prev=localstatedir ;;
-   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
--  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
--  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
-+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
-     localstatedir=$ac_optarg ;;
- 
-   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-@@ -496,6 +958,16 @@ do
-   | --progr-tra=* | --program-tr=* | --program-t=*)
-     program_transform_name=$ac_optarg ;;
- 
-+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
-+    ac_prev=pdfdir ;;
-+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
-+    pdfdir=$ac_optarg ;;
-+
-+  -psdir | --psdir | --psdi | --psd | --ps)
-+    ac_prev=psdir ;;
-+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
-+    psdir=$ac_optarg ;;
-+
-   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-   | -silent | --silent | --silen | --sile | --sil)
-     silent=yes ;;
-@@ -548,24 +1020,20 @@ do
-   -with-* | --with-*)
-     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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'`
--    case $ac_option in
--      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
--      *) ac_optarg=yes ;;
--    esac
--    eval "with_$ac_package='$ac_optarg'" ;;
-+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
-+    eval with_$ac_package=\$ac_optarg ;;
- 
-   -without-* | --without-*)
-     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
-     # Reject names that are not valid shell variable names.
--    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+    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" ;;
-+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
-+    eval with_$ac_package=no ;;
- 
-   --x)
-     # Obsolete; use --with-x.
-@@ -596,8 +1064,7 @@ Try \`$0 --help' for more information." >&2
-     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
-       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
-    { (exit 1); exit 1; }; }
--    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
--    eval "$ac_envvar='$ac_optarg'"
-+    eval $ac_envvar=\$ac_optarg
-     export $ac_envvar ;;
- 
-   *)
-@@ -617,27 +1084,19 @@ if test -n "$ac_prev"; then
-    { (exit 1); exit 1; }; }
- fi
- 
--# Be sure to have absolute paths.
--for ac_var in exec_prefix prefix
--do
--  eval ac_val=$`echo $ac_var`
--  case $ac_val in
--    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
--    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
--   { (exit 1); exit 1; }; };;
--  esac
--done
--
--# Be sure to have absolute paths.
--for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
--	      localstatedir libdir includedir oldincludedir infodir mandir
-+# Be sure to have absolute directory names.
-+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=$`echo $ac_var`
-+  eval ac_val=\$$ac_var
-   case $ac_val in
--    [\\/$]* | ?:[\\/]* ) ;;
--    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
--   { (exit 1); exit 1; }; };;
-+    [\\/$]* | ?:[\\/]* )  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; }; }
- done
- 
- # There might be people who depend on the old broken behavior: `$host'
-@@ -664,74 +1123,76 @@ test -n "$host_alias" && ac_tool_prefix=$host_alias-
- 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; }; }
-+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; }; }
-+
-+
- # 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 its parent.
--  ac_confdir=`(dirname "$0") 2>/dev/null ||
-+  # 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 ||
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$0" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-   srcdir=$ac_confdir
--  if test ! -r $srcdir/$ac_unique_file; then
-+  if test ! -r "$srcdir/$ac_unique_file"; then
-     srcdir=..
-   fi
- else
-   ac_srcdir_defaulted=no
- fi
--if test ! -r $srcdir/$ac_unique_file; then
--  if test "$ac_srcdir_defaulted" = yes; then
--    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
--   { (exit 1); exit 1; }; }
--  else
--    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
-+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; }; }
--  fi
- fi
--(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
--  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
-+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; }; }
--srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
--ac_env_build_alias_set=${build_alias+set}
--ac_env_build_alias_value=$build_alias
--ac_cv_env_build_alias_set=${build_alias+set}
--ac_cv_env_build_alias_value=$build_alias
--ac_env_host_alias_set=${host_alias+set}
--ac_env_host_alias_value=$host_alias
--ac_cv_env_host_alias_set=${host_alias+set}
--ac_cv_env_host_alias_value=$host_alias
--ac_env_target_alias_set=${target_alias+set}
--ac_env_target_alias_value=$target_alias
--ac_cv_env_target_alias_set=${target_alias+set}
--ac_cv_env_target_alias_value=$target_alias
--ac_env_CC_set=${CC+set}
--ac_env_CC_value=$CC
--ac_cv_env_CC_set=${CC+set}
--ac_cv_env_CC_value=$CC
--ac_env_CFLAGS_set=${CFLAGS+set}
--ac_env_CFLAGS_value=$CFLAGS
--ac_cv_env_CFLAGS_set=${CFLAGS+set}
--ac_cv_env_CFLAGS_value=$CFLAGS
--ac_env_LDFLAGS_set=${LDFLAGS+set}
--ac_env_LDFLAGS_value=$LDFLAGS
--ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
--ac_cv_env_LDFLAGS_value=$LDFLAGS
--ac_env_CPPFLAGS_set=${CPPFLAGS+set}
--ac_env_CPPFLAGS_value=$CPPFLAGS
--ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
--ac_cv_env_CPPFLAGS_value=$CPPFLAGS
--ac_env_CPP_set=${CPP+set}
--ac_env_CPP_value=$CPP
--ac_cv_env_CPP_set=${CPP+set}
--ac_cv_env_CPP_value=$CPP
-+	pwd)`
-+# When building in place, set srcdir=.
-+if test "$ac_abs_confdir" = "$ac_pwd"; then
-+  srcdir=.
-+fi
-+# Remove unnecessary trailing slashes from srcdir.
-+# Double slashes in file names in object file debugging info
-+# mess up M-x gdb in Emacs.
-+case $srcdir in
-+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
-+esac
-+for ac_var in $ac_precious_vars; do
-+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
-+  eval ac_env_${ac_var}_value=\$${ac_var}
-+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
-+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
-+done
- 
- #
- # Report the --help message.
-@@ -760,9 +1221,6 @@ Configuration:
-   -n, --no-create         do not create output files
-       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
- 
--_ACEOF
--
--  cat <<_ACEOF
- Installation directories:
-   --prefix=PREFIX         install architecture-independent files in PREFIX
- 			  [$ac_default_prefix]
-@@ -780,15 +1238,22 @@ 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]
--  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
-   --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]
--  --infodir=DIR          info documentation [PREFIX/info]
--  --mandir=DIR           man documentation [PREFIX/man]
-+  --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/libsysio]
-+  --htmldir=DIR          html documentation [DOCDIR]
-+  --dvidir=DIR           dvi documentation [DOCDIR]
-+  --pdfdir=DIR           pdf documentation [DOCDIR]
-+  --psdir=DIR            ps documentation [DOCDIR]
- _ACEOF
- 
-   cat <<\_ACEOF
-@@ -814,8 +1279,8 @@ if test -n "$ac_init_help"; then
- Optional Features:
-   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
-   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
--  --disable-dependency-tracking  speeds up one-time build
--  --enable-dependency-tracking   do not reject slow dependency extractors
-+  --disable-dependency-tracking Speeds up one-time builds
-+  --enable-dependency-tracking  Do not reject slow dependency extractors
- 
- Optional Packages:
-   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
-@@ -847,128 +1312,95 @@ Some influential environment variables:
-   CFLAGS      C compiler flags
-   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
-               nonstandard directory <lib dir>
--  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
--              headers in a nonstandard directory <include 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
-+              you have headers in a nonstandard directory <include dir>
-   CPP         C preprocessor
- 
- Use these variables to override the choices made by `configure' or to help
- it to find libraries and programs with nonstandard names/locations.
- 
- _ACEOF
-+ac_status=$?
- fi
- 
- if test "$ac_init_help" = "recursive"; then
-   # If there are subdirs, report their specific --help.
--  ac_popdir=`pwd`
-   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
--    test -d $ac_dir || continue
-+    test -d "$ac_dir" || continue
-     ac_builddir=.
- 
--if test "$ac_dir" != .; then
-+case "$ac_dir" in
-+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-+*)
-   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
-+  # A ".." for each directory in $ac_dir_suffix.
-+  ac_top_builddir_sub=`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/ ;;
-+  esac ;;
-+esac
-+ac_abs_top_builddir=$ac_pwd
-+ac_abs_builddir=$ac_pwd$ac_dir_suffix
-+# for backward compatibility:
-+ac_top_builddir=$ac_top_build_prefix
- 
- case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
-+  .)  # We are building in place.
-     ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_top_srcdir=$ac_top_builddir_sub
-+    ac_abs_top_srcdir=$ac_pwd ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute name.
-     ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
--esac
--
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
-+    ac_top_srcdir=$srcdir
-+    ac_abs_top_srcdir=$srcdir ;;
-+  *) # Relative name.
-+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_build_prefix$srcdir
-+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
- esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
--esac
--
--    cd $ac_dir
--    # Check for guested configure; otherwise get Cygnus style configure.
--    if test -f $ac_srcdir/configure.gnu; then
--      echo
--      $SHELL $ac_srcdir/configure.gnu  --help=recursive
--    elif test -f $ac_srcdir/configure; then
--      echo
--      $SHELL $ac_srcdir/configure  --help=recursive
--    elif test -f $ac_srcdir/configure.ac ||
--	   test -f $ac_srcdir/configure.in; then
--      echo
--      $ac_configure --help
-+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-+
-+    cd "$ac_dir" || { ac_status=$?; continue; }
-+    # Check for guested configure.
-+    if test -f "$ac_srcdir/configure.gnu"; then
-+      echo &&
-+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
-+    elif test -f "$ac_srcdir/configure"; then
-+      echo &&
-+      $SHELL "$ac_srcdir/configure" --help=recursive
-     else
-       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
--    fi
--    cd $ac_popdir
-+    fi || ac_status=$?
-+    cd "$ac_pwd" || { ac_status=$?; break; }
-   done
- fi
- 
--test -n "$ac_init_help" && exit 0
-+test -n "$ac_init_help" && exit $ac_status
- if $ac_init_version; then
-   cat <<\_ACEOF
- libsysio configure 1.2
--generated by GNU Autoconf 2.59
-+generated by GNU Autoconf 2.61
- 
--Copyright (C) 2003 Free Software Foundation, Inc.
-+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-+2002, 2003, 2004, 2005, 2006 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 0
-+  exit
- fi
--exec 5>config.log
--cat >&5 <<_ACEOF
-+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 libsysio $as_me 1.2, which was
--generated by GNU Autoconf 2.59.  Invocation command line was
-+generated by GNU Autoconf 2.61.  Invocation command line was
- 
-   $ $0 $@
- 
- _ACEOF
-+exec 5>>config.log
- {
- cat <<_ASUNAME
- ## --------- ##
-@@ -987,7 +1419,7 @@ uname -v = `(uname -v) 2>/dev/null || echo unknown`
- /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
- /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
- /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
--hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
-+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
- /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
- /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
- /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
-@@ -1001,6 +1433,7 @@ do
-   test -z "$as_dir" && as_dir=.
-   echo "PATH: $as_dir"
- done
-+IFS=$as_save_IFS
- 
- } >&5
- 
-@@ -1022,7 +1455,6 @@ _ACEOF
- ac_configure_args=
- ac_configure_args0=
- ac_configure_args1=
--ac_sep=
- ac_must_keep_next=false
- for ac_pass in 1 2
- do
-@@ -1033,7 +1465,7 @@ do
-     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-     | -silent | --silent | --silen | --sile | --sil)
-       continue ;;
--    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
-+    *\'*)
-       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-     esac
-     case $ac_pass in
-@@ -1055,9 +1487,7 @@ do
- 	  -* ) ac_must_keep_next=true ;;
- 	esac
-       fi
--      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
--      # Get rid of the leading space.
--      ac_sep=" "
-+      ac_configure_args="$ac_configure_args '$ac_arg'"
-       ;;
-     esac
-   done
-@@ -1068,8 +1498,8 @@ $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_
- # When interrupted or exit'd, cleanup temporary files, and complete
- # config.log.  We remove comments because anyway the quotes in there
- # would cause problems or look ugly.
--# WARNING: Be sure not to use single quotes in there, as some shells,
--# such as our DU 5.0 friend, will then `close' the trap.
-+# WARNING: Use '\'' to represent an apostrophe within the trap.
-+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
- trap 'exit_status=$?
-   # Save into config.log some information that might help in debugging.
-   {
-@@ -1082,20 +1512,34 @@ trap 'exit_status=$?
- _ASBOX
-     echo
-     # The following way of writing the cache mishandles newlines in values,
--{
-+(
-+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
-+    eval ac_val=\$$ac_var
-+    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;} ;;
-+      esac
-+      case $ac_var in #(
-+      _ | IFS | as_nl) ;; #(
-+      *) $as_unset $ac_var ;;
-+      esac ;;
-+    esac
-+  done
-   (set) 2>&1 |
--    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
--    *ac_space=\ *)
-+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
-+    *${as_nl}ac_space=\ *)
-       sed -n \
--	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
--	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
--      ;;
-+	"s/'\''/'\''\\\\'\'''\''/g;
-+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
-+      ;; #(
-     *)
--      sed -n \
--	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
-+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-       ;;
--    esac;
--}
-+    esac |
-+    sort
-+)
-     echo
- 
-     cat <<\_ASBOX
-@@ -1106,22 +1550,28 @@ _ASBOX
-     echo
-     for ac_var in $ac_subst_vars
-     do
--      eval ac_val=$`echo $ac_var`
--      echo "$ac_var='"'"'$ac_val'"'"'"
-+      eval ac_val=\$$ac_var
-+      case $ac_val in
-+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-+      esac
-+      echo "$ac_var='\''$ac_val'\''"
-     done | sort
-     echo
- 
-     if test -n "$ac_subst_files"; then
-       cat <<\_ASBOX
--## ------------- ##
--## Output files. ##
--## ------------- ##
-+## ------------------- ##
-+## File substitutions. ##
-+## ------------------- ##
- _ASBOX
-       echo
-       for ac_var in $ac_subst_files
-       do
--	eval ac_val=$`echo $ac_var`
--	echo "$ac_var='"'"'$ac_val'"'"'"
-+	eval ac_val=\$$ac_var
-+	case $ac_val in
-+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-+	esac
-+	echo "$ac_var='\''$ac_val'\''"
-       done | sort
-       echo
-     fi
-@@ -1133,26 +1583,24 @@ _ASBOX
- ## ----------- ##
- _ASBOX
-       echo
--      sed "/^$/d" confdefs.h | sort
-+      cat confdefs.h
-       echo
-     fi
-     test "$ac_signal" != 0 &&
-       echo "$as_me: caught signal $ac_signal"
-     echo "$as_me: exit $exit_status"
-   } >&5
--  rm -f core *.core &&
--  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
-+  rm -f core *.core core.conftest.* &&
-+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
-     exit $exit_status
--     ' 0
-+' 0
- for ac_signal in 1 2 13 15; do
-   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
- done
- ac_signal=0
- 
- # confdefs.h avoids OS command line length limits that DEFS can exceed.
--rm -rf conftest* confdefs.h
--# AIX cpp loses on an empty file, so make sure it contains at least a newline.
--echo >confdefs.h
-+rm -f -r conftest* confdefs.h
- 
- # Predefined preprocessor variables.
- 
-@@ -1183,14 +1631,17 @@ _ACEOF
- 
- # Let the site file select an alternate cache file if it wants to.
- # Prefer explicitly selected file to automatically selected ones.
--if test -z "$CONFIG_SITE"; then
--  if test "x$prefix" != xNONE; then
--    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
--  else
--    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
--  fi
-+if test -n "$CONFIG_SITE"; then
-+  set x "$CONFIG_SITE"
-+elif test "x$prefix" != xNONE; then
-+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
-+else
-+  set x "$ac_default_prefix/share/config.site" \
-+	"$ac_default_prefix/etc/config.site"
- fi
--for ac_site_file in $CONFIG_SITE; do
-+shift
-+for ac_site_file
-+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;}
-@@ -1206,8 +1657,8 @@ if test -r "$cache_file"; then
-     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
- echo "$as_me: loading cache $cache_file" >&6;}
-     case $cache_file in
--      [\\/]* | ?:[\\/]* ) . $cache_file;;
--      *)                      . ./$cache_file;;
-+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
-+      *)                      . "./$cache_file";;
-     esac
-   fi
- else
-@@ -1219,12 +1670,11 @@ fi
- # Check that the precious variables saved in the cache have kept the same
- # value.
- ac_cache_corrupted=false
--for ac_var in `(set) 2>&1 |
--	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
-+for ac_var in $ac_precious_vars; do
-   eval ac_old_set=\$ac_cv_env_${ac_var}_set
-   eval ac_new_set=\$ac_env_${ac_var}_set
--  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
--  eval ac_new_val="\$ac_env_${ac_var}_value"
-+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
-+  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
-@@ -1249,8 +1699,7 @@ echo "$as_me:   current value: $ac_new_val" >&2;}
-   # 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=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
-     *) ac_arg=$ac_var=$ac_new_val ;;
-     esac
-     case " $ac_configure_args " in
-@@ -1267,12 +1716,6 @@ echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start ov
-    { (exit 1); exit 1; }; }
- 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
--
- 
- 
- 
-@@ -1297,108 +1740,163 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
- 
- 
-+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
- 
- 
- 
- ac_aux_dir=
--for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
--  if test -f $ac_dir/install-sh; then
-+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
-+  if test -f "$ac_dir/install-sh"; then
-     ac_aux_dir=$ac_dir
-     ac_install_sh="$ac_aux_dir/install-sh -c"
-     break
--  elif test -f $ac_dir/install.sh; then
-+  elif test -f "$ac_dir/install.sh"; then
-     ac_aux_dir=$ac_dir
-     ac_install_sh="$ac_aux_dir/install.sh -c"
-     break
--  elif test -f $ac_dir/shtool; then
-+  elif test -f "$ac_dir/shtool"; then
-     ac_aux_dir=$ac_dir
-     ac_install_sh="$ac_aux_dir/shtool install -c"
-     break
-   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;}
-+  { { 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; }; }
- fi
--ac_config_guess="$SHELL $ac_aux_dir/config.guess"
--ac_config_sub="$SHELL $ac_aux_dir/config.sub"
--ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-+
-+# These three variables are undocumented and unsupported,
-+# and are intended to be withdrawn in a future Autoconf release.
-+# They can cause serious problems if a builder's source tree is in a directory
-+# whose full name contains unusual characters.
-+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
-+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
-+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
-+
- 
- # Make sure we can run config.sub.
--$ac_config_sub sun4 >/dev/null 2>&1 ||
--  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
--echo "$as_me: error: cannot run $ac_config_sub" >&2;}
-+$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
-+{ 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
- else
--  ac_cv_build_alias=$build_alias
--test -z "$ac_cv_build_alias" &&
--  ac_cv_build_alias=`$ac_config_guess`
--test -z "$ac_cv_build_alias" &&
-+  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; }; }
--ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
--  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
--echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
-+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; }; }
- 
- fi
--echo "$as_me:$LINENO: result: $ac_cv_build" >&5
--echo "${ECHO_T}$ac_cv_build" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
-+echo "${ECHO_T}$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; }; };;
-+esac
- build=$ac_cv_build
--build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
--build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
--
--
--echo "$as_me:$LINENO: checking host system type" >&5
--echo $ECHO_N "checking host system type... $ECHO_C" >&6
-+ac_save_IFS=$IFS; IFS='-'
-+set x $ac_cv_build
-+shift
-+build_cpu=$1
-+build_vendor=$2
-+shift; shift
-+# Remember, the first character of IFS is used to create $*,
-+# except with old shells:
-+build_os=$*
-+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
- else
--  ac_cv_host_alias=$host_alias
--test -z "$ac_cv_host_alias" &&
--  ac_cv_host_alias=$ac_cv_build_alias
--ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
--  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
--echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
-+  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; }; }
-+fi
- 
- fi
--echo "$as_me:$LINENO: result: $ac_cv_host" >&5
--echo "${ECHO_T}$ac_cv_host" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
-+echo "${ECHO_T}$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; }; };;
-+esac
- host=$ac_cv_host
--host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
--host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
--
--
--echo "$as_me:$LINENO: checking target system type" >&5
--echo $ECHO_N "checking target system type... $ECHO_C" >&6
-+ac_save_IFS=$IFS; IFS='-'
-+set x $ac_cv_host
-+shift
-+host_cpu=$1
-+host_vendor=$2
-+shift; shift
-+# Remember, the first character of IFS is used to create $*,
-+# except with old shells:
-+host_os=$*
-+IFS=$ac_save_IFS
-+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-+
-+
-+{ echo "$as_me:$LINENO: checking target system type" >&5
-+echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
- if test "${ac_cv_target+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
--  ac_cv_target_alias=$target_alias
--test "x$ac_cv_target_alias" = "x" &&
--  ac_cv_target_alias=$ac_cv_host_alias
--ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
--  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
--echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
-+  if test "x$target_alias" = x; then
-+  ac_cv_target=$ac_cv_host
-+else
-+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
-+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
-+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
-    { (exit 1); exit 1; }; }
-+fi
- 
- fi
--echo "$as_me:$LINENO: result: $ac_cv_target" >&5
--echo "${ECHO_T}$ac_cv_target" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
-+echo "${ECHO_T}$ac_cv_target" >&6; }
-+case $ac_cv_target in
-+*-*-*) ;;
-+*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
-+echo "$as_me: error: invalid value of canonical target" >&2;}
-+   { (exit 1); exit 1; }; };;
-+esac
- target=$ac_cv_target
--target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
--target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
--target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-+ac_save_IFS=$IFS; IFS='-'
-+set x $ac_cv_target
-+shift
-+target_cpu=$1
-+target_vendor=$2
-+shift; shift
-+# Remember, the first character of IFS is used to create $*,
-+# except with old shells:
-+target_os=$*
-+IFS=$ac_save_IFS
-+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
- 
- 
- # The aliases save the names the user supplied, while $host etc.
-@@ -1419,7 +1917,7 @@ echo "$as_me: WARNING: '***' ${host_os}: Unsupported OS target" >&2;}
- 	;;
- esac
- 
--am__api_version="1.9"
-+am__api_version="1.7"
- # 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:
-@@ -1433,8 +1931,8 @@ am__api_version="1.9"
- # 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
-+{ 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
-@@ -1456,7 +1954,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 $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
-+	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.
-@@ -1475,21 +1973,22 @@ case $as_dir/ in
-     ;;
- esac
- done
-+IFS=$as_save_IFS
- 
- 
- 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.  We don't cache a
--    # path for INSTALL within a source directory, because that will
-+    # 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 path is relative.
-+    # removed, or if the value is a relative name.
-     INSTALL=$ac_install_sh
-   fi
- fi
--echo "$as_me:$LINENO: result: $INSTALL" >&5
--echo "${ECHO_T}$INSTALL" >&6
-+{ 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.
-@@ -1499,8 +1998,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
- 
- 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
-+{ 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
-@@ -1542,20 +2041,21 @@ echo "$as_me: error: newly created file is older than distributed files!
- Check your system clock" >&2;}
-    { (exit 1); exit 1; }; }
- fi
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- test "$program_prefix" != NONE &&
--  program_transform_name="s,^,$program_prefix,;$program_transform_name"
-+  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"
-+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
- # Double any \ or $.  echo might interpret backslashes.
- # 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 conftest.sed
-+rm -f conftest.sed
-+
- 
- # expand $ac_aux_dir to an absolute path
- am_aux_dir=`cd $ac_aux_dir && pwd`
-@@ -1570,45 +2070,12 @@ else
- echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
- fi
- 
--if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
--  # We used to keeping the `.' as first argument, in order to
--  # allow $(mkdir_p) to be used without argument.  As in
--  #   $(mkdir_p) $(somedir)
--  # where $(somedir) is conditionally defined.  However this is wrong
--  # for two reasons:
--  #  1. if the package is installed by a user who cannot write `.'
--  #     make install will fail,
--  #  2. the above comment should most certainly read
--  #     $(mkdir_p) $(DESTDIR)$(somedir)
--  #     so it does not work when $(somedir) is undefined and
--  #     $(DESTDIR) is not.
--  #  To support the latter case, we have to write
--  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
--  #  so the `.' trick is pointless.
--  mkdir_p='mkdir -p --'
--else
--  # On NextStep and OpenStep, the `mkdir' command does not
--  # recognize any option.  It will interpret all options as
--  # directories to create, and then abort because `.' already
--  # exists.
--  for d in ./-p ./--version;
--  do
--    test -d $d && rmdir $d
--  done
--  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
--  if test -f "$ac_aux_dir/mkinstalldirs"; then
--    mkdir_p='$(mkinstalldirs)'
--  else
--    mkdir_p='$(install_sh) -d'
--  fi
--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
-+{ 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
- else
-@@ -1621,54 +2088,57 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $AWK" >&5
-+echo "${ECHO_T}$AWK" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}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 dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
--if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
-+{ 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 'ac_maketemp="$(MAKE)"'
-+	@echo '@@@%%%=$(MAKE)=@@@%%%'
- _ACEOF
- # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
--eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
--if test -n "$ac_maketemp"; then
--  eval ac_cv_prog_make_${ac_make}_set=yes
--else
--  eval ac_cv_prog_make_${ac_make}_set=no
--fi
-+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 \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
--  echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+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=
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-   SET_MAKE="MAKE=${MAKE-make}"
- fi
- 
-@@ -1681,7 +2151,7 @@ else
- fi
- rmdir .tst 2>/dev/null
- 
--# test to see if srcdir already configured
-+ # test to see if srcdir already configured
- if test "`cd $srcdir && pwd`" != "`pwd`" &&
-    test -f $srcdir/config.status; then
-   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
-@@ -1729,6 +2199,9 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
- 
- MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
- 
-+
-+AMTAR=${AMTAR-"${am_missing_run}tar"}
-+
- install_sh=${install_sh-"$am_aux_dir/install-sh"}
- 
- # Installed binaries are usually stripped using `strip' when the user
-@@ -1739,8 +2212,8 @@ 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
-+{ 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
-@@ -1753,32 +2226,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-+  { 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
-+  { 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
-+{ 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
-@@ -1791,27 +2266,41 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
- 
--  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
- 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
-+  { 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
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  STRIP=$ac_ct_STRIP
-+  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
-@@ -1821,13 +2310,6 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
- 
- # We need awk for the "check" target.  The system "awk" is bad on
- # some platforms.
--# Always define AMTAR for backward compatibility.
--
--AMTAR=${AMTAR-"${am_missing_run}tar"}
--
--am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
--
--
- 
- 
- 
-@@ -1839,8 +2321,8 @@ 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
-+{ 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
- else
-@@ -1853,32 +2335,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
- fi
- 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
-+{ 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
- else
-@@ -1891,36 +2375,51 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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_CC="gcc"
-     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_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
-+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-+echo "${ECHO_T}$ac_ct_CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  CC=$ac_ct_CC
-+  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;}
-+ac_tool_warned=yes ;;
-+esac
-+    CC=$ac_ct_CC
-+  fi
- else
-   CC="$ac_cv_prog_CC"
- fi
- 
- 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.
-+          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
-+{ 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
- else
-@@ -1933,74 +2432,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--fi
--if test -z "$ac_cv_prog_CC"; then
--  ac_ct_CC=$CC
--  # 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_ac_ct_CC+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
--    ac_cv_prog_ac_ct_CC="cc"
--    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
--    break 2
--  fi
--done
--done
--
--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
--else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
--fi
--
--  CC=$ac_ct_CC
--else
--  CC="$ac_cv_prog_CC"
--fi
- 
-+  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
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+{ 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
- else
-@@ -2014,7 +2473,7 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-@@ -2025,6 +2484,7 @@ do
-   fi
- done
- done
-+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.
-@@ -2042,22 +2502,23 @@ fi
- fi
- CC=$ac_cv_prog_CC
- if test -n "$CC"; then
--  echo "$as_me:$LINENO: result: $CC" >&5
--echo "${ECHO_T}$CC" >&6
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
- fi
- if test -z "$CC"; then
-   if test -n "$ac_tool_prefix"; then
--  for ac_prog in cl
-+  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
--echo "$as_me:$LINENO: checking for $ac_word" >&5
--echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+{ 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
- else
-@@ -2070,36 +2531,38 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
-     test -n "$CC" && break
-   done
- fi
- if test -z "$CC"; then
-   ac_ct_CC=$CC
--  for ac_prog in cl
-+  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
-+{ 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
- else
-@@ -2112,29 +2575,45 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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_CC="$ac_prog"
-     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_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
-+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-+echo "${ECHO_T}$ac_ct_CC" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
-+
-   test -n "$ac_ct_CC" && break
- done
- 
--  CC=$ac_ct_CC
-+  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;}
-+ac_tool_warned=yes ;;
-+esac
-+    CC=$ac_ct_CC
-+  fi
- fi
- 
- fi
-@@ -2147,21 +2626,35 @@ See \`config.log' for more details." >&2;}
-    { (exit 1); exit 1; }; }
- 
- # Provide some information about the compiler.
--echo "$as_me:$LINENO:" \
--     "checking for C compiler version" >&5
-+echo "$as_me:$LINENO: checking for C compiler version" >&5
- ac_compiler=`set X $ac_compile; echo $2`
--{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
--  (eval $ac_compiler --version </dev/null >&5) 2>&5
-+{ (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); }
--{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
--  (eval $ac_compiler -v </dev/null >&5) 2>&5
-+{ (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); }
--{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
--  (eval $ac_compiler -V </dev/null >&5) 2>&5
-+{ (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); }
-@@ -2186,47 +2679,77 @@ ac_clean_files="$ac_clean_files a.out 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
-+{ 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[^ ]*//'`
--if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
--  (eval $ac_link_default) 2>&5
-+#
-+# 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.
-+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_rmfiles="$ac_rmfiles $ac_file";;
-+  esac
-+done
-+rm -f $ac_rmfiles
-+
-+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_link_default") 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  # Find the output, starting from the most likely.  This scheme is
--# not robust to junk in `.', hence go to wildcards (a.*) only as a last
--# resort.
--
--# Be careful to initialize this variable, since it used to be cached.
--# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
--ac_cv_exeext=
--# b.out is created by i960 compilers.
--for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
-+  # 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,
-+# so that the user can short-circuit this test for compilers unknown to
-+# Autoconf.
-+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 | *.o | *.obj )
--	;;
--    conftest.$ac_ext )
--	# This is the source file.
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
- 	;;
-     [ab].out )
- 	# We found the default executable, but exeext='' is most
- 	# certainly right.
- 	break;;
-     *.* )
--	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
--	# FIXME: I believe we export ac_cv_exeext for Libtool,
--	# but it would be cool to find out if it's true.  Does anybody
--	# maintain Libtool? --akim.
--	export ac_cv_exeext
-+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
-+	then :; else
-+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-+	fi
-+	# We set ac_cv_exeext here because the later test for it is not
-+	# safe: cross compilers may not add the suffix if given an `-o'
-+	# argument, so we may need to know it at that point already.
-+	# Even if this section looks crufty: it has the advantage of
-+	# actually working.
- 	break;;
-     * )
- 	break;;
-   esac
- done
-+test "$ac_cv_exeext" = no && ac_cv_exeext=
-+
- 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
- 
-@@ -2238,19 +2761,21 @@ See \`config.log' for more details." >&2;}
- fi
- 
- ac_exeext=$ac_cv_exeext
--echo "$as_me:$LINENO: result: $ac_file" >&5
--echo "${ECHO_T}$ac_file" >&6
- 
--# Check the compiler produces executables we can run.  If not, either
-+# 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
-+{ 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'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-@@ -2269,22 +2794,27 @@ See \`config.log' for more details." >&2;}
-     fi
-   fi
- fi
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- rm -f a.out a.exe conftest$ac_cv_exeext b.out
- ac_clean_files=$ac_clean_files_save
--# Check the compiler produces executables we can run.  If not, either
-+# 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 { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
-+{ 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"
-+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); }; then
-@@ -2295,9 +2825,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- 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 | *.o | *.obj ) ;;
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
-     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
--	  export ac_cv_exeext
- 	  break;;
-     * ) break;;
-   esac
-@@ -2311,14 +2840,14 @@ See \`config.log' for more details." >&2;}
- fi
- 
- rm -f conftest$ac_cv_exeext
--echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
--echo "${ECHO_T}$ac_cv_exeext" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-+echo "${ECHO_T}$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
-+{ 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
-@@ -2338,14 +2867,20 @@ main ()
- }
- _ACEOF
- rm -f conftest.o conftest.obj
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>&5
-+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>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
-+  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 ) ;;
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
-     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
-        break;;
-   esac
-@@ -2363,12 +2898,12 @@ 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
-+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
-+echo "${ECHO_T}$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
-+{ 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
- else
-@@ -2391,50 +2926,49 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+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
-+{ 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`
- ac_test_CFLAGS=${CFLAGS+set}
- ac_save_CFLAGS=$CFLAGS
--CFLAGS="-g"
--echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
--echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
-+{ 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
- else
--  cat >conftest.$ac_ext <<_ACEOF
-+  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
-@@ -2450,38 +2984,118 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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
-+/* end confdefs.h.  */
-+
-+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); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-+
-+	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
-+/* end confdefs.h.  */
-+
-+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); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_cv_prog_cc_g=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_prog_cc_g=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
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+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
-+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-+echo "${ECHO_T}$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
-@@ -2497,12 +3111,12 @@ else
-     CFLAGS=
-   fi
- fi
--echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
--echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
--if test "${ac_cv_prog_cc_stdc+set}" = set; then
-+{ 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
- else
--  ac_cv_prog_cc_stdc=no
-+  ac_cv_prog_cc_c89=no
- ac_save_CC=$CC
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -2536,12 +3150,17 @@ static char *f (char * (*g) (char **, int), char **p, ...)
- /* 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 -std1 is added to get
-+   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 -std1.  */
-+   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];
-+
- int test (int i, double x);
- struct s1 {int (*f) (int a);};
- struct s2 {int (*f) (double a);};
-@@ -2556,205 +3175,57 @@ return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-   return 0;
- }
- _ACEOF
--# Don't try gcc -ansi; that turns off useful extensions and
--# breaks some systems' header files.
--# AIX			-qlanglvl=ansi
--# Ultrix and OSF/1	-std1
--# HP-UX 10.20 and later	-Ae
--# HP-UX older versions	-Aa -D_HPUX_SOURCE
--# SVR4			-Xc -D__EXTENSIONS__
--for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
- do
-   CC="$ac_save_CC $ac_arg"
-   rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  ac_cv_prog_cc_stdc=$ac_arg
--break
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext
-+
-+rm -f core conftest.err conftest.$ac_objext
-+  test "x$ac_cv_prog_cc_c89" != "xno" && break
- done
--rm -f conftest.$ac_ext conftest.$ac_objext
-+rm -f conftest.$ac_ext
- CC=$ac_save_CC
- 
- fi
--
--case "x$ac_cv_prog_cc_stdc" in
--  x|xno)
--    echo "$as_me:$LINENO: result: none needed" >&5
--echo "${ECHO_T}none needed" >&6 ;;
-+# 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; } ;;
-+  xno)
-+    { echo "$as_me:$LINENO: result: unsupported" >&5
-+echo "${ECHO_T}unsupported" >&6; } ;;
-   *)
--    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
--echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
--    CC="$CC $ac_cv_prog_cc_stdc" ;;
-+    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; } ;;
- esac
- 
--# Some people use a C++ compiler to compile C.  Since we use `exit',
--# in C++ we need to declare it.  In case someone uses the same compiler
--# for both compiling C and C++ we need to have the C++ compiler decide
--# the declaration of exit, since it's the most demanding environment.
--cat >conftest.$ac_ext <<_ACEOF
--#ifndef __cplusplus
--  choke me
--#endif
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  for ac_declaration in \
--   '' \
--   'extern "C" void std::exit (int) throw (); using std::exit;' \
--   'extern "C" void std::exit (int); using std::exit;' \
--   'extern "C" void exit (int) throw ();' \
--   'extern "C" void exit (int);' \
--   'void exit (int);'
--do
--  cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h.  */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h.  */
--$ac_declaration
--#include <stdlib.h>
--int
--main ()
--{
--exit (42);
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  :
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--continue
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--  cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h.  */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h.  */
--$ac_declaration
--int
--main ()
--{
--exit (42);
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  break
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--done
--rm -f conftest*
--if test -n "$ac_declaration"; then
--  echo '#ifdef __cplusplus' >>confdefs.h
--  echo $ac_declaration      >>confdefs.h
--  echo '#endif'             >>confdefs.h
--fi
--
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
- 
--fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
- ac_cpp='$CPP $CPPFLAGS'
- ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -2762,7 +3233,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- DEPDIR="${am__leading_dot}deps"
- 
--          ac_config_commands="$ac_config_commands depfiles"
-+ac_config_commands="$ac_config_commands depfiles"
- 
- 
- am_make=${MAKE-make}
-@@ -2772,8 +3243,8 @@ am__doit:
- .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
-+{ 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
-@@ -2800,15 +3271,15 @@ if test "$am__include" = "#"; then
- fi
- 
- 
--echo "$as_me:$LINENO: result: $_am_result" >&5
--echo "${ECHO_T}$_am_result" >&6
-+{ echo "$as_me:$LINENO: result: $_am_result" >&5
-+echo "${ECHO_T}$_am_result" >&6; }
- rm -f confinc confmf
- 
--# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
-+# Check whether --enable-dependency-tracking was given.
- if test "${enable_dependency_tracking+set}" = set; then
--  enableval="$enable_dependency_tracking"
-+  enableval=$enable_dependency_tracking;
-+fi
- 
--fi;
- if test "x$enable_dependency_tracking" != xno; then
-   am_depcomp="$ac_aux_dir/depcomp"
-   AMDEPBACKSLASH='\'
-@@ -2828,8 +3299,8 @@ 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
-+{ 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
- else
-@@ -2867,9 +3338,7 @@ 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
-+      : > sub/conftst$i.h
-     done
-     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
- 
-@@ -2897,14 +3366,9 @@ else
-        grep sub/conftest.${OBJEXT-o} 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
-+      # (even with -Werror).  So we grep stderr for any message
-+      # that says an option was ignored.
-+      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
-         am_cv_CC_dependencies_compiler_type=$depmode
-         break
-       fi
-@@ -2918,8 +3382,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
-+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
-+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
- CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
- 
- 
-@@ -2936,15 +3400,15 @@ 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
-+  { 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; }
- 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
-+  { 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; }
- fi
- set dummy $CC; ac_cc=`echo $2 |
- 		      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
--if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
-+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
- else
-   cat >conftest.$ac_ext <<_ACEOF
-@@ -2965,14 +3429,23 @@ _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 conftest.$ac_objext >&5'
--if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
-+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 conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
-+   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); };
-@@ -2981,19 +3454,32 @@ then
-   if test "x$CC" != xcc; then
-     # Test first that cc exists at all.
-     if { ac_try='cc -c conftest.$ac_ext >&5'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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 conftest.$ac_objext >&5'
--      if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
-+      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 conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
-+	 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); };
-@@ -3009,15 +3495,15 @@ then
- else
-   eval ac_cv_prog_cc_${ac_cc}_c_o=no
- fi
--rm -f conftest*
-+rm -f core conftest*
- 
- fi
--if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
--  echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+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; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define NO_MINUS_C_MINUS_O 1
-@@ -3042,8 +3528,8 @@ fi
- 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
-+{ 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
- else
-@@ -3056,32 +3542,34 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-     break 2
-   fi
- 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
-+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
-+echo "${ECHO_T}$RANLIB" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}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
-+{ 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
- else
-@@ -3094,57 +3582,72 @@ do
-   IFS=$as_save_IFS
-   test -z "$as_dir" && as_dir=.
-   for ac_exec_ext in '' $ac_executable_extensions; do
--  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+  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
-     break 2
-   fi
- done
- done
-+IFS=$as_save_IFS
- 
--  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
- 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
-+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
-+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- fi
- 
--  RANLIB=$ac_ct_RANLIB
-+  if test "x$ac_ct_RANLIB" = x; then
-+    RANLIB=":"
-+  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
-+    RANLIB=$ac_ct_RANLIB
-+  fi
- else
-   RANLIB="$ac_cv_prog_RANLIB"
- 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 dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
--if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
-+{ 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 'ac_maketemp="$(MAKE)"'
-+	@echo '@@@%%%=$(MAKE)=@@@%%%'
- _ACEOF
- # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
--eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
--if test -n "$ac_maketemp"; then
--  eval ac_cv_prog_make_${ac_make}_set=yes
--else
--  eval ac_cv_prog_make_${ac_make}_set=no
--fi
-+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 \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
--  echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+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=
- else
--  echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-   SET_MAKE="MAKE=${MAKE-make}"
- fi
- 
-@@ -3154,8 +3657,8 @@ 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
-+{ 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=
-@@ -3189,24 +3692,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- #endif
- 		     Syntax error
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-   :
- else
-   echo "$as_me: failed program was:" >&5
-@@ -3215,9 +3716,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
-   # Broken: fails on valid input.
- continue
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
--  # OK, works on sane cases.  Now check whether non-existent headers
-+  # OK, works on sane cases.  Now check whether nonexistent headers
-   # can be detected and how.
-   cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -3227,24 +3729,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <ac_nonexistent.h>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
- else
-@@ -3255,6 +3755,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
- ac_preproc_ok=:
- break
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
- done
-@@ -3272,8 +3773,8 @@ fi
- else
-   ac_cv_prog_CPP=$CPP
- fi
--echo "$as_me:$LINENO: result: $CPP" >&5
--echo "${ECHO_T}$CPP" >&6
-+{ 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
-@@ -3296,24 +3797,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- #endif
- 		     Syntax error
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-   :
- else
-   echo "$as_me: failed program was:" >&5
-@@ -3322,9 +3821,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
-   # Broken: fails on valid input.
- continue
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
--  # OK, works on sane cases.  Now check whether non-existent headers
-+  # OK, works on sane cases.  Now check whether nonexistent headers
-   # can be detected and how.
-   cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -3334,24 +3834,22 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- #include <ac_nonexistent.h>
- _ACEOF
--if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
--  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+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; then
--  if test -s conftest.err; then
--    ac_cpp_err=$ac_c_preproc_warn_flag
--    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
--  else
--    ac_cpp_err=
--  fi
--else
--  ac_cpp_err=yes
--fi
--if test -z "$ac_cpp_err"; then
-+  (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
- else
-@@ -3362,6 +3860,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
- ac_preproc_ok=:
- break
- fi
-+
- rm -f conftest.err conftest.$ac_ext
- 
- done
-@@ -3384,23 +3883,170 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
- 
--echo "$as_me:$LINENO: checking for egrep" >&5
--echo $ECHO_N "checking for egrep... $ECHO_C" >&6
--if test "${ac_cv_prog_egrep+set}" = set; then
-+{ 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
-+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
-+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
-+*GNU*)
-+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_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 '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
-+    ac_count=`expr $ac_count + 1`
-+    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
-+
-+
-+    $ac_path_GREP_found && break 3
-+  done
-+done
-+
-+done
-+IFS=$as_save_IFS
-+
-+
-+fi
-+
-+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
-+
-+else
-+  ac_cv_path_GREP=$GREP
-+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
-+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
- else
--  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
--    then ac_cv_prog_egrep='grep -E'
--    else ac_cv_prog_egrep='egrep'
-+  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"
-+    { 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
-+
-+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
-+
-+else
-+  ac_cv_path_EGREP=$EGREP
- fi
--echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
--echo "${ECHO_T}$ac_cv_prog_egrep" >&6
-- EGREP=$ac_cv_prog_egrep
- 
- 
--echo "$as_me:$LINENO: checking for ANSI C header files" >&5
--echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
-+   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"
-+
-+
-+{ 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
-@@ -3424,35 +4070,31 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; 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 conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+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.
-@@ -3508,6 +4150,7 @@ 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))
-@@ -3527,18 +4170,27 @@ main ()
-   for (i = 0; i < 256; i++)
-     if (XOR (islower (i), ISLOWER (i))
- 	|| toupper (i) != TOUPPER (i))
--      exit(2);
--  exit (0);
-+      return 2;
-+  return 0;
- }
- _ACEOF
- rm -f conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
-+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'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&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
-@@ -3551,12 +4203,14 @@ sed 's/^/| /' conftest.$ac_ext >&5
- ( exit $ac_status )
- ac_cv_header_stdc=no
- fi
--rm -f core *.core 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.$ac_ext
- fi
-+
-+
- fi
- fi
--echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
--echo "${ECHO_T}$ac_cv_header_stdc" >&6
-+{ 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
-@@ -3565,8 +4219,8 @@ _ACEOF
- 
- fi
- 
--echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
--echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
-+echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
- if test "${ac_cv_header_stat_broken+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -3579,42 +4233,52 @@ cat >>conftest.$ac_ext <<_ACEOF
- #include <sys/types.h>
- #include <sys/stat.h>
- 
--#if defined(S_ISBLK) && defined(S_IFDIR)
--# if S_ISBLK (S_IFDIR)
--You lose.
--# endif
-+#if defined S_ISBLK && defined S_IFDIR
-+extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
- #endif
- 
--#if defined(S_ISBLK) && defined(S_IFCHR)
--# if S_ISBLK (S_IFCHR)
--You lose.
--# endif
-+#if defined S_ISBLK && defined S_IFCHR
-+extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
- #endif
- 
--#if defined(S_ISLNK) && defined(S_IFREG)
--# if S_ISLNK (S_IFREG)
--You lose.
--# endif
-+#if defined S_ISLNK && defined S_IFREG
-+extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
- #endif
- 
--#if defined(S_ISSOCK) && defined(S_IFREG)
--# if S_ISSOCK (S_IFREG)
--You lose.
--# endif
-+#if defined S_ISSOCK && defined S_IFREG
-+extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
- #endif
- 
- _ACEOF
--if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
--  $EGREP "You lose" >/dev/null 2>&1; then
--  ac_cv_header_stat_broken=yes
--else
-+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_stat_broken=no
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_cv_header_stat_broken=yes
- fi
--rm -f conftest*
- 
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
--echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
-+echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
- if test $ac_cv_header_stat_broken = yes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -3623,8 +4287,8 @@ _ACEOF
- 
- fi
- 
--echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
--echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
-+echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
- if test "${ac_cv_header_time+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -3648,38 +4312,34 @@ return 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   ac_cv_header_time=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--ac_cv_header_time=no
-+	ac_cv_header_time=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
--echo "${ECHO_T}$ac_cv_header_time" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
-+echo "${ECHO_T}$ac_cv_header_time" >&6; }
- if test $ac_cv_header_time = yes; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -3697,10 +4357,9 @@ fi
- 
- have_lib_dir=yes;
- 
--# Check whether --with-lib-dir or --without-lib-dir was given.
-+# Check whether --with-lib-dir was given.
- if test "${with_lib_dir+set}" = set; then
--  withval="$with_lib_dir"
--       case "${withval}" in
-+  withval=$with_lib_dir;      case "${withval}" in
-          "yes"|"no"|"") have_lib_dir=no ;;
-          *) LIBBUILD_DIR=${withval};
-             test -d ${LIBBUILD_DIR} || mkdir ${LIBBUILD_DIR} ||
-@@ -3709,7 +4368,8 @@ if test "${with_lib_dir+set}" = set; then
- else
-    LIBBUILD_DIR=`pwd`/lib;
-     test -d ${LIBBUILD_DIR} || mkdir ${LIBBUILD_DIR} || have_lib_dir=no;
--fi;
-+fi
-+
- if test x${have_lib_dir} = xyes; then
-   echo "Using sysio library directory ${LIBBUILD_DIR}"
- else
-@@ -3720,10 +4380,9 @@ fi
- 
- 
- 
--# Check whether --with-native_driver or --without-native_driver was given.
-+# Check whether --with-native_driver was given.
- if test "${with_native_driver+set}" = set; then
--  withval="$with_native_driver"
--  	case "${withval}" in
-+  withval=$with_native_driver; 	case "${withval}" in
- 	 yes) ;;
- 	 no) ;;
- 	 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-native-driver" >&5
-@@ -3732,7 +4391,8 @@ echo "$as_me: error: bad value ${withval} for --with-native-driver" >&2;}
- 	esac;
- else
-   with_native_driver=yes;
--fi;
-+fi
-+
- 
- 
- if test x$with_native_driver = xyes; then
-@@ -3745,10 +4405,9 @@ fi
- 
- 
- 
--# Check whether --with-incore-driver or --without-incore-driver was given.
-+# Check whether --with-incore-driver was given.
- if test "${with_incore_driver+set}" = set; then
--  withval="$with_incore_driver"
--   	case "${withval}" in
-+  withval=$with_incore_driver;  	case "${withval}" in
- 	 yes) ;;
- 	 no) ;;
- 	 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-incore-driver" >&5
-@@ -3757,7 +4416,8 @@ echo "$as_me: error: bad value ${withval} for --with-incore-driver" >&2;}
- 	esac
- else
-   with_incore_driver=yes
--fi;
-+fi
-+
- 
- 
- if test x$with_incore_driver = xyes; then
-@@ -3770,10 +4430,9 @@ fi
- 
- 
- 
--# Check whether --with-tests or --without-tests was given.
-+# Check whether --with-tests was given.
- if test "${with_tests+set}" = set; then
--  withval="$with_tests"
--  	case "${withval}" in
-+  withval=$with_tests; 	case "${withval}" in
- 	 yes) ;;
- 	 no) ;;
- 	 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-tests" >&5
-@@ -3782,7 +4441,8 @@ echo "$as_me: error: bad value ${withval} for --with-tests" >&2;}
- 	esac
- else
-   with_tests=yes
--fi;
-+fi
-+
- 
- 
- if test x$with_tests = xyes; then
-@@ -3795,22 +4455,21 @@ fi
- 
- 
- 
--# Check whether --with-automount or --without-automount was given.
-+# Check whether --with-automount was given.
- if test "${with_automount+set}" = set; then
--  withval="$with_automount"
--  	if test x${withval} = xyes; then
-+  withval=$with_automount; 	if test x${withval} = xyes; then
- 	 AUTOMOUNT=-DAUTOMOUNT_FILE_NAME="\\\".mount\\\""
- 	elif test x${withval} != x; then
- 	 AUTOMOUNT=-DAUTOMOUNT_FILE_NAME="\\\"${withval}\\\""
- 	fi
--fi;
-+fi
- 
- 
- 
--# Check whether --with-stdfd-dev or --without-stdfd-dev was given.
-+
-+# Check whether --with-stdfd-dev was given.
- if test "${with_stdfd_dev+set}" = set; then
--  withval="$with_stdfd_dev"
--  	case "${withval}" in
-+  withval=$with_stdfd_dev; 	case "${withval}" in
- 	 yes) ;;
- 	 no) ;;
- 	 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-stdfd-dev" >&5
-@@ -3819,7 +4478,8 @@ echo "$as_me: error: bad value ${withval} for --with-stdfd-dev" >&2;}
- 	esac
- else
-   with_stdfd_dev=yes
--fi;
-+fi
-+
- 
- 
- if test x$with_stdfd_dev = xyes; then
-@@ -3832,10 +4492,9 @@ fi
- 
- 
- 
--# Check whether --with-zero-sum-memory or --without-zero-sum-memory was given.
-+# Check whether --with-zero-sum-memory was given.
- if test "${with_zero_sum_memory+set}" = set; then
--  withval="$with_zero_sum_memory"
--  	case "${withval}" in
-+  withval=$with_zero_sum_memory; 	case "${withval}" in
- 	 yes) ZERO_SUM_MEMORY=-DZERO_SUM_MEMORY=1 ;;
- 	 no) ;;
- 	 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-zero-sum-memory" >&5
-@@ -3844,14 +4503,14 @@ echo "$as_me: error: bad value ${withval} for --with-zero-sum-memory" >&2;}
- 	esac
- else
-   with_zero_sum_memory=no
--fi;
-+fi
-+
- 
- 
- 
--# Check whether --with-defer-init-cwd or --without-defer-init-cwd was given.
-+# Check whether --with-defer-init-cwd was given.
- if test "${with_defer_init_cwd+set}" = set; then
--  withval="$with_defer_init_cwd"
--  	case "${withval}" in
-+  withval=$with_defer_init_cwd; 	case "${withval}" in
- 	 yes) DEFER_INIT_CWD=-DDEFER_INIT_CWD=1 ;;
- 	 no) ;;
- 	 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-defer-init-cwd" >&5
-@@ -3860,14 +4519,14 @@ echo "$as_me: error: bad value ${withval} for --with-defer-init-cwd" >&2;}
- 	esac
- else
-   with_defer_init_cwd=no
--fi;
-+fi
-+
- 
- 
- 
--# Check whether --with-tracing or --without-tracing was given.
-+# Check whether --with-tracing was given.
- if test "${with_tracing+set}" = set; then
--  withval="$with_tracing"
--  	case "${withval}" in
-+  withval=$with_tracing; 	case "${withval}" in
- 	 yes) TRACING=-DSYSIO_TRACING=1 ;;
- 	 no) ;;
- 	 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-tracing" >&5
-@@ -3876,14 +4535,14 @@ echo "$as_me: error: bad value ${withval} for --with-tracing" >&2;}
- 	esac
- else
-   TRACING=-DSYSIO_TRACING=1
--fi;
-+fi
- 
- 
- 
--# Check whether --with-cplant_yod or --without-cplant_yod was given.
-+
-+# Check whether --with-cplant_yod was given.
- if test "${with_cplant_yod+set}" = set; then
--  withval="$with_cplant_yod"
--  	case "${withval}" in
-+  withval=$with_cplant_yod; 	case "${withval}" in
- 	yes) if test x${with_stdfd_dev} != xyes; then
- 		with_stdfd_dev=yes
- 
-@@ -3904,7 +4563,8 @@ echo "$as_me: error: bad value ${withval} for --with-cplant-yod" >&2;}
- 	esac
- else
-   with_cplant_yod=no
--fi;
-+fi
-+
- 
- 
- if test x$with_cplant_yod = xyes; then
-@@ -3917,10 +4577,9 @@ fi
- 
- 
- 
--# Check whether --with-cplant_tests or --without-cplant_tests was given.
-+# Check whether --with-cplant_tests was given.
- if test "${with_cplant_tests+set}" = set; then
--  withval="$with_cplant_tests"
--  	case "${withval}" in
-+  withval=$with_cplant_tests; 	case "${withval}" in
- 	yes) { { echo "$as_me:$LINENO: error: need path to compiler for --with-cplant-tests" >&5
- echo "$as_me: error: need path to compiler for --with-cplant-tests" >&2;}
-    { (exit 1); exit 1; }; };;
-@@ -3929,9 +4588,9 @@ echo "$as_me: error: need path to compiler for --with-cplant-tests" >&2;}
- 	   CCDEPMODE=${CC}
- 	   CPP="${CC} -E"
- 	   as_ac_File=`echo "ac_cv_file_${CC}" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for ${CC}" >&5
--echo $ECHO_N "checking for ${CC}... $ECHO_C" >&6
--if eval "test \"\${$as_ac_File+set}\" = set"; then
-+{ echo "$as_me:$LINENO: checking for ${CC}" >&5
-+echo $ECHO_N "checking for ${CC}... $ECHO_C" >&6; }
-+if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   test "$cross_compiling" = yes &&
-@@ -3944,8 +4603,9 @@ else
-   eval "$as_ac_File=no"
- fi
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6
-+ac_res=`eval echo '${'$as_ac_File'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
- if test `eval echo '${'$as_ac_File'}'` = yes; then
-    if test x${with_cplant_yod} != xyes; then
-                 	with_cplant_yod=yes
-@@ -3969,7 +4629,8 @@ fi
- 	esac
- else
-   with_cplant_tests=no
--fi;
-+fi
-+
- 
- 
- if test x$with_cplant_tests != xno; then
-@@ -3982,10 +4643,9 @@ fi
- 
- 
- 
--# Check whether --with-sockets or --without-sockets was given.
-+# Check whether --with-sockets was given.
- if test "${with_sockets+set}" = set; then
--  withval="$with_sockets"
--  	case "${withval}" in
-+  withval=$with_sockets; 	case "${withval}" in
- 	 yes) ;;
- 	 no) ;;
- 	 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-sockets" >&5
-@@ -3994,7 +4654,8 @@ echo "$as_me: error: bad value ${withval} for --with-sockets" >&2;}
- 	esac
- else
-   with_sockets=no
--fi;
-+fi
-+
- 
- 
- if test x$with_sockets = xyes; then
-@@ -4007,10 +4668,9 @@ fi
- 
- 
- 
--# Check whether --with-lustre-hack or --without-lustre-hack was given.
-+# Check whether --with-lustre-hack was given.
- if test "${with_lustre_hack+set}" = set; then
--  withval="$with_lustre_hack"
--  	case "${withval}" in
-+  withval=$with_lustre_hack; 	case "${withval}" in
- 	 yes) ;;
- 	 no) ;;
- 	 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for --with-lustre-hack" >&5
-@@ -4019,7 +4679,8 @@ echo "$as_me: error: bad value ${withval} for --with-lustre-hack" >&2;}
- 	esac
- else
-   with_lustre_hack=no
--fi;
-+fi
-+
- 
- 
- if test x$with_lustre_hack = xyes; then
-@@ -4038,15 +4699,15 @@ _ACEOF
- fi
- 
- 
--# Check whether --with-alternate-symbols or --without-alternate-symbols was given.
-+# Check whether --with-alternate-symbols was given.
- if test "${with_alternate_symbols+set}" = set; then
--  withval="$with_alternate_symbols"
--  	case "${withval}" in
-+  withval=$with_alternate_symbols; 	case "${withval}" in
- 	 yes) SYSIO_LABEL_NAMES=-DSYSIO_LABEL_NAMES=sysio_ ;;
- 	 no) ;;
- 	 *) SYSIO_LABEL_NAMES=-DSYSIO_LABEL_NAMES="${withval}" ;;
- 	esac
--fi;
-+fi
-+
- 
- 
- # We keep the original values in `$config_*' and never modify them, so we
-@@ -4121,8 +4782,8 @@ _ACEOF
- 	;;
- esac
- 
--echo "$as_me:$LINENO: checking for symlink support" >&5
--echo $ECHO_N "checking for symlink support... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for symlink support" >&5
-+echo $ECHO_N "checking for symlink support... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4146,42 +4807,38 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   symlink_support="yes"
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--symlink_support="no"
-+	symlink_support="no"
- 
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $symlink_support" >&5
--echo "${ECHO_T}$symlink_support" >&6
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $symlink_support" >&5
-+echo "${ECHO_T}$symlink_support" >&6; }
- 
- if test x$symlink_support = xyes; then
--	echo "$as_me:$LINENO: checking if readlink returns int" >&5
--echo $ECHO_N "checking if readlink returns int... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking if readlink returns int" >&5
-+echo $ECHO_N "checking if readlink returns int... $ECHO_C" >&6; }
- 	cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4202,38 +4859,34 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   readlink_returns_int="yes"
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--readlink_returns_int="no"
-+	readlink_returns_int="no"
- 
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--	echo "$as_me:$LINENO: result: $readlink_returns_int" >&5
--echo "${ECHO_T}$readlink_returns_int" >&6
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+	{ echo "$as_me:$LINENO: result: $readlink_returns_int" >&5
-+echo "${ECHO_T}$readlink_returns_int" >&6; }
- 	if test x$readlink_returns_int = no; then
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -4243,8 +4896,8 @@ _ACEOF
- 	fi
- fi
- 
--echo "$as_me:$LINENO: checking if readlink returns ssize_t" >&5
--echo $ECHO_N "checking if readlink returns ssize_t... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if readlink returns ssize_t" >&5
-+echo $ECHO_N "checking if readlink returns ssize_t... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4265,30 +4918,25 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
- 
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_POSIX_1003_READLINK 1
-@@ -4300,16 +4948,17 @@ else
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- 
- # If we can't provoke the declaration of stat64 then we assume the
- # environment supports 64-bit file support naturally. Beware!
--echo "$as_me:$LINENO: checking whether _LARGEFILE64_SOURCE definition is required" >&5
--echo $ECHO_N "checking whether _LARGEFILE64_SOURCE definition is required... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether _LARGEFILE64_SOURCE definition is required" >&5
-+echo $ECHO_N "checking whether _LARGEFILE64_SOURCE definition is required... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4330,35 +4979,31 @@ struct stat64 st64;
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   sysio_largefile64_source_required=no
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--sysio_largefile64_source_required=maybe
-+	sysio_largefile64_source_required=maybe
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- if test x$sysio_largefile64_source_required = xmaybe; then
- 	cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
-@@ -4381,38 +5026,34 @@ struct stat64 st64;
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   sysio_largefile64_source_required=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--sysio_largefile64_source_required=no
-+	sysio_largefile64_source_required=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
--echo "$as_me:$LINENO: result: $sysio_largefile64_source_required" >&5
--echo "${ECHO_T}$sysio_largefile64_source_required" >&6
-+{ echo "$as_me:$LINENO: result: $sysio_largefile64_source_required" >&5
-+echo "${ECHO_T}$sysio_largefile64_source_required" >&6; }
- if test x$sysio_largefile64_source_required = xyes; then
- 	cat >>confdefs.h <<\_ACEOF
- #define _LARGEFILE64_SOURCE 1
-@@ -4422,8 +5063,8 @@ fi
- 
- # Alpha linux defines
- #
--echo "$as_me:$LINENO: checking for alpha linux" >&5
--echo $ECHO_N "checking for alpha linux... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for alpha linux" >&5
-+echo $ECHO_N "checking for alpha linux... $ECHO_C" >&6; }
- alpha_linux_env=no
- if test `expr ${machine} : "alpha"` = 5 && \
-    test `expr ${os} : "linux"` = 5; then
-@@ -4433,8 +5074,8 @@ if test `expr ${machine} : "alpha"` = 5 && \
- _ACEOF
- 
- fi
--echo "$as_me:$LINENO: result: $alpha_linux_env" >&5
--echo "${ECHO_T}$alpha_linux_env" >&6
-+{ echo "$as_me:$LINENO: result: $alpha_linux_env" >&5
-+echo "${ECHO_T}$alpha_linux_env" >&6; }
- 
- 
- if test x$alpha_linux_env = xyes; then
-@@ -4448,8 +5089,8 @@ fi
- 
- # Check for __st_ino
- #
--echo "$as_me:$LINENO: checking for __st_ino" >&5
--echo $ECHO_N "checking for __st_ino... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for __st_ino" >&5
-+echo $ECHO_N "checking for __st_ino... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4468,37 +5109,33 @@ st.__st_ino = 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   have__st_ino=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--have__st_ino=no
-+	have__st_ino=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $have__st_ino" >&5
--echo "${ECHO_T}$have__st_ino" >&6
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $have__st_ino" >&5
-+echo "${ECHO_T}$have__st_ino" >&6; }
- if test x$have__st_ino = xyes; then
- 	cat >>confdefs.h <<\_ACEOF
- #define HAVE__ST_INO 1
-@@ -4508,8 +5145,8 @@ fi
- 
- # Check for st_gen
- #
--echo "$as_me:$LINENO: checking for st_gen" >&5
--echo $ECHO_N "checking for st_gen... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for st_gen" >&5
-+echo $ECHO_N "checking for st_gen... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4528,37 +5165,33 @@ st.st_gen = 0;
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-   have_st_gen=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--have_st_gen=no
-+	have_st_gen=no
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
--echo "$as_me:$LINENO: result: $have_st_gen" >&5
--echo "${ECHO_T}$have_st_gen" >&6
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $have_st_gen" >&5
-+echo "${ECHO_T}$have_st_gen" >&6; }
- if test x$have_st_gen = xyes; then
- 	cat >>confdefs.h <<\_ACEOF
- #define HAVE_GENERATION 1
-@@ -4566,10 +5199,10 @@ _ACEOF
- 
- fi
- 
--echo "$as_me:$LINENO: checking for POSIX 2008 preadv" >&5
--echo $ECHO_N "checking for POSIX 2008 preadv... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for POSIX 2008 preadv" >&5
-+echo $ECHO_N "checking for POSIX 2008 preadv... $ECHO_C" >&6; }
- tmp_flags="$CFLAGS"
--CFLAGS="$CFLAGS -Wall -Werror"
-+CFLAGS="$CFLAGS -Wall -Werror -fno-strict-aliasing"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4594,52 +5227,48 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
- 
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_POSIX2008_PREADV 1
- _ACEOF
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="$tmp_flags"
- 
--echo "$as_me:$LINENO: checking for POSIX 2008 scandir" >&5
--echo $ECHO_N "checking for POSIX 2008 scandir... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for POSIX 2008 scandir" >&5
-+echo $ECHO_N "checking for POSIX 2008 scandir... $ECHO_C" >&6; }
- tmp_flags="$CFLAGS"
--CFLAGS="$CFLAGS -Wall -Werror"
-+CFLAGS="$CFLAGS -Wall -Werror -fno-strict-aliasing"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -4670,51 +5299,47 @@ main ()
- }
- _ACEOF
- rm -f conftest.$ac_objext
--if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
--  (eval $ac_compile) 2>conftest.er1
-+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); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"
--			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest.$ac_objext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
- 
- 
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_POSIX2008_SCANDIR 1
- _ACEOF
- 
--echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- 
- fi
--rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- CFLAGS="$tmp_flags"
- 
- 
--echo "$as_me:$LINENO: checking whether .text pseudo-op must be used" >&5
--echo $ECHO_N "checking whether .text pseudo-op must be used... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether .text pseudo-op must be used" >&5
-+echo $ECHO_N "checking whether .text pseudo-op must be used... $ECHO_C" >&6; }
- if test "${am_cv_sysio_asm_dot_text+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4729,15 +5354,15 @@ EOF
- fi
- 
- if test -z "$am_cv_sysio_asm_dot_text"; then
--	echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
- else
--	echo "$as_me:$LINENO: result: yes" >&5
--echo "${ECHO_T}yes" >&6
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
- fi
- 
--echo "$as_me:$LINENO: checking for assembler global-symbol directive" >&5
--echo $ECHO_N "checking for assembler global-symbol directive... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for assembler global-symbol directive" >&5
-+echo $ECHO_N "checking for assembler global-symbol directive... $ECHO_C" >&6; }
- if test "${am_cv_sysio_asm_global_directive+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4755,8 +5380,8 @@ EOF
- 	test $am_cv_sysio_asm_global_directive != UNKNOWN && break
- done
- fi
--echo "$as_me:$LINENO: result: $am_cv_sysio_asm_global_directive" >&5
--echo "${ECHO_T}$am_cv_sysio_asm_global_directive" >&6
-+{ echo "$as_me:$LINENO: result: $am_cv_sysio_asm_global_directive" >&5
-+echo "${ECHO_T}$am_cv_sysio_asm_global_directive" >&6; }
- if test $am_cv_sysio_asm_global_directive = UNKNOWN; then
- 	{ { echo "$as_me:$LINENO: error: cannot determine asm global directive" >&5
- echo "$as_me: error: cannot determine asm global directive" >&2;}
-@@ -4765,8 +5390,8 @@ echo "$as_me: error: cannot determine asm global directive" >&2;}
- #	AC_DEFINE_UNQUOTED(ASM_GLOBAL_DIRECTIVE, ${am_cv_sysio_asm_global_directive})
- fi
- 
--echo "$as_me:$LINENO: checking for .set assembler directive" >&5
--echo $ECHO_N "checking for .set assembler directive... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for .set assembler directive" >&5
-+echo $ECHO_N "checking for .set assembler directive... $ECHO_C" >&6; }
- if test "${am_cv_sysio_asm_set_directive+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4790,14 +5415,14 @@ EOF
- 	fi
- 	rm -f conftest*
- fi
--echo "$as_me:$LINENO: result: $am_cv_sysio_asm_set_directive" >&5
--echo "${ECHO_T}$am_cv_sysio_asm_set_directive" >&6
-+{ echo "$as_me:$LINENO: result: $am_cv_sysio_asm_set_directive" >&5
-+echo "${ECHO_T}$am_cv_sysio_asm_set_directive" >&6; }
- #if test $am_cv_sysio_asm_set_directive = yes; then
- #	AC_DEFINE(HAVE_ASM_SET_DIRECTIVE)
- #fi
- 
--echo "$as_me:$LINENO: checking for assembler .weak directive" >&5
--echo $ECHO_N "checking for assembler .weak directive... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking for assembler .weak directive" >&5
-+echo $ECHO_N "checking for assembler .weak directive... $ECHO_C" >&6; }
- if test "${am_cv_sysio_asm_weak_directive+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4813,12 +5438,12 @@ EOF
- 	fi
- 	rm -f conftest*
- fi
--echo "$as_me:$LINENO: result: $am_cv_sysio_asm_weak_directive" >&5
--echo "${ECHO_T}$am_cv_sysio_asm_weak_directive" >&6
-+{ echo "$as_me:$LINENO: result: $am_cv_sysio_asm_weak_directive" >&5
-+echo "${ECHO_T}$am_cv_sysio_asm_weak_directive" >&6; }
- 
- if test $am_cv_sysio_asm_weak_directive = no; then
--	echo "$as_me:$LINENO: checking for assembler .weakext directive" >&5
--echo $ECHO_N "checking for assembler .weakext directive... $ECHO_C" >&6
-+	{ echo "$as_me:$LINENO: checking for assembler .weakext directive" >&5
-+echo $ECHO_N "checking for assembler .weakext directive... $ECHO_C" >&6; }
- if test "${am_cv_sysio_asm_weakext_directive+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4838,8 +5463,8 @@ EOF
- 		fi
- 		rm -f conftest*
- fi
--echo "$as_me:$LINENO: result: $am_cv_sysio_asm_weakext_directive" >&5
--echo "${ECHO_T}$am_cv_sysio_asm_weakext_directive" >&6
-+{ echo "$as_me:$LINENO: result: $am_cv_sysio_asm_weakext_directive" >&5
-+echo "${ECHO_T}$am_cv_sysio_asm_weakext_directive" >&6; }
- fi # no .weak
- 
- if test x$am_cv_sysio_asm_weak_directive = xyes; then
-@@ -4855,7 +5480,8 @@ _ACEOF
- 
- fi
- 
--                    ac_config_files="$ac_config_files Makefile tests/Makefile"
-+ac_config_files="$ac_config_files Makefile tests/Makefile"
-+
- cat >confcache <<\_ACEOF
- # This file is a shell script that caches the results of configure
- # tests run on this system so they can be shared between configure
-@@ -4874,39 +5500,58 @@ _ACEOF
- 
- # The following way of writing the cache mishandles newlines in values,
- # but we know of no workaround that is simple, portable, and efficient.
--# So, don't put newlines in cache variables' values.
-+# So, we kill variables containing newlines.
- # Ultrix sh set writes to stderr and can't be redirected directly,
- # and sets the high bit in the cache file unless we assign to the vars.
--{
-+(
-+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
-+    eval ac_val=\$$ac_var
-+    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;} ;;
-+      esac
-+      case $ac_var in #(
-+      _ | IFS | as_nl) ;; #(
-+      *) $as_unset $ac_var ;;
-+      esac ;;
-+    esac
-+  done
-+
-   (set) 2>&1 |
--    case `(ac_space=' '; set | grep ac_space) 2>&1` in
--    *ac_space=\ *)
-+    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 \).
-       sed -n \
- 	"s/'/'\\\\''/g;
- 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
--      ;;
-+      ;; #(
-     *)
-       # `set' quotes correctly as required by POSIX, so do not add quotes.
--      sed -n \
--	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
-+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-       ;;
--    esac;
--} |
-+    esac |
-+    sort
-+) |
-   sed '
-+     /^ac_cv_env_/b end
-      t clear
--     : clear
-+     :clear
-      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
-      t end
--     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
--     : 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 "updating cache $cache_file"
-+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-+     :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
-   else
--    echo "not updating unwritable cache $cache_file"
-+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
-+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
-   fi
- fi
- rm -f confcache
-@@ -4915,63 +5560,48 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix
- # Let make expand exec_prefix.
- test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
- 
--# VPATH may cause trouble with some makes, so we remove $(srcdir),
--# ${srcdir} and @srcdir@ 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/;
--s/:*$//;
--s/^[^=]*=[	 ]*$//;
--}'
--fi
--
- # Transform confdefs.h into DEFS.
- # Protect against shell expansion while executing Makefile rules.
- # Protect against Makefile macro expansion.
- #
- # If the first sed substitution is executed (which looks for macros that
--# take arguments), then we branch to the quote section.  Otherwise,
-+# take arguments), then branch to the quote section.  Otherwise,
- # look for a macro that doesn't take arguments.
--cat >confdef2opt.sed <<\_ACEOF
-+ac_script='
- t clear
--: clear
--s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
-+:clear
-+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
- t quote
--s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
-+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
- t quote
--d
--: quote
--s,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
--s,\[,\\&,g
--s,\],\\&,g
--s,\$,$$,g
--p
--_ACEOF
--# We use echo to avoid assuming a particular line-breaking character.
--# The extra dot is to prevent the shell from consuming trailing
--# line-breaks from the sub-command output.  A line-break within
--# single-quotes doesn't work because, if this script is created in a
--# platform that uses two characters for line-breaks (e.g., DOS), tr
--# would break.
--ac_LF_and_DOT=`echo; echo .`
--DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
--rm -f confdef2opt.sed
-+b any
-+:quote
-+s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
-+s/\[/\\&/g
-+s/\]/\\&/g
-+s/\$/$$/g
-+H
-+:any
-+${
-+	g
-+	s/^\n//
-+	s/\n/ /g
-+	p
-+}
-+'
-+DEFS=`sed -n "$ac_script" confdefs.h`
- 
- 
- ac_libobjs=
- ac_ltlibobjs=
- for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
-   # 1. Remove the extension, and $U if already installed.
--  ac_i=`echo "$ac_i" |
--	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
--  # 2. Add them.
--  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
--  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
-+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-+  ac_i=`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'
- done
- LIBOBJS=$ac_libobjs
- 
-@@ -5093,17 +5723,45 @@ cat >>$CONFIG_STATUS <<\_ACEOF
- ## M4sh Initialization.  ##
- ## --------------------- ##
- 
--# Be Bourne compatible
-+# Be more Bourne compatible
-+DUALCASE=1; export DUALCASE # for MKS sh
- 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+"$@"}'='"$@"'
--elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
--  set -o posix
-+  setopt NO_GLOB_SUBST
-+else
-+  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=';'
-+  else
-+    PATH_SEPARATOR=:
-+  fi
-+  rm -f conf$$.sh
- fi
--DUALCASE=1; export DUALCASE # for MKS sh
- 
- # Support unset when possible.
- if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-@@ -5113,8 +5771,43 @@ else
- fi
- 
- 
-+# IFS
-+# We need space, tab and new line, in precisely that order.  Quoting is
-+# 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=$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
-+IFS=$as_save_IFS
-+
-+     ;;
-+esac
-+# We did not find ourselves, most probably we were run as `sh COMMAND'
-+# in which case we are not to be found in the path.
-+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; }
-+fi
-+
- # Work around bugs in pre-3.0 UWIN ksh.
--$as_unset ENV MAIL MAILPATH
-+for as_var in ENV MAIL MAILPATH
-+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+done
- PS1='$ '
- PS2='> '
- PS4='+ '
-@@ -5128,18 +5821,19 @@ 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
-+    ($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; then
-+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
-+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-   as_basename=basename
- else
-   as_basename=false
-@@ -5147,159 +5841,120 @@ fi
- 
- 
- # Name of the executable.
--as_me=`$as_basename "$0" ||
-+as_me=`$as_basename -- "$0" ||
- $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- 	 X"$0" : 'X\(//\)$' \| \
--	 X"$0" : 'X\(/\)$' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
- echo X/"$0" |
--    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
--  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\/\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
- 
-+# CDPATH.
-+$as_unset CDPATH
- 
--# PATH needs CR, and LINENO needs CR and PATH.
--# 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=';'
--  else
--    PATH_SEPARATOR=:
--  fi
--  rm -f conf$$.sh
--fi
- 
- 
-   as_lineno_1=$LINENO
-   as_lineno_2=$LINENO
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-   test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
--  # Find who we are.  Look in the path if we contain no path at all
--  # relative or not.
--  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
--
--       ;;
--  esac
--  # We did not find ourselves, most probably we were run as `sh COMMAND'
--  # in which case we are not to be found in the path.
--  if test "x$as_myself" = x; then
--    as_myself=$0
--  fi
--  if test ! -f "$as_myself"; then
--    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
--echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
--   { (exit 1); exit 1; }; }
--  fi
--  case $CONFIG_SHELL in
--  '')
--    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
--do
--  IFS=$as_save_IFS
--  test -z "$as_dir" && as_dir=.
--  for as_base in sh bash ksh sh5; do
--	 case $as_dir in
--	 /*)
--	   if ("$as_dir/$as_base" -c '
--  as_lineno_1=$LINENO
--  as_lineno_2=$LINENO
--  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
--  test "x$as_lineno_1" != "x$as_lineno_2" &&
--  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
--	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
--	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
--	     CONFIG_SHELL=$as_dir/$as_base
--	     export CONFIG_SHELL
--	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
--	   fi;;
--	 esac
--       done
--done
--;;
--  esac
-+  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 before each line; the second 'sed' does the real
--  # work.  The second script uses 'N' to pair each line-number line
--  # with the numbered line, and appends trailing '-' during
--  # substitution so that $LINENO is not a special case at line end.
-+  # 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
--  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
--  sed '=' <$as_myself |
-+  # 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
--      s,$,-,
--      : loop
--      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
-+      :loop
-+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-       t loop
--      s,-$,,
--      s,^['$as_cr_digits']*\n,,
-+      s/-\n.*//
-     ' >$as_me.lineno &&
--  chmod +x $as_me.lineno ||
--    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
--echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
-+  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 sensible to this).
--  . ./$as_me.lineno
-+  # original and so on.  Autoconf is especially sensitive to this).
-+  . "./$as_me.lineno"
-   # Exit status is that of the last command.
-   exit
- }
- 
- 
--case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
--  *c*,-n*) ECHO_N= ECHO_C='
--' ECHO_T='	' ;;
--  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
--  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
-+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
-+-n*)
-+  case `echo 'x\c'` in
-+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-+  *)   ECHO_C='\c';;
-+  esac;;
-+*)
-+  ECHO_N='-n';;
- esac
- 
--if expr a : '\(a\)' >/dev/null 2>&1; then
-+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
-+fi
- echo >conf$$.file
- if ln -s conf$$.file conf$$ 2>/dev/null; then
--  # We could just check for DJGPP; but this test a) works b) is more generic
--  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
--  if test -f conf$$.exe; then
--    # Don't use ln at all; we don't have any links
-+  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'
--  else
--    as_ln_s='ln -s'
--  fi
- elif ln conf$$.file conf$$ 2>/dev/null; then
-   as_ln_s=ln
- else
-   as_ln_s='cp -p'
- fi
--rm -f conf$$ conf$$.exe conf$$.file
-+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=:
-@@ -5308,7 +5963,28 @@ else
-   as_mkdir_p=false
- fi
- 
--as_executable_p="test -f"
-+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
- 
- # 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'"
-@@ -5317,31 +5993,14 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
- as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
- 
- 
--# IFS
--# We need space, tab and new line, in precisely that order.
--as_nl='
--'
--IFS=" 	$as_nl"
--
--# CDPATH.
--$as_unset CDPATH
--
- exec 6>&1
- 
--# Open the log real soon, to keep \$[0] and so on meaningful, and to
-+# 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.  Logging --version etc. is OK.
--exec 5>>config.log
--{
--  echo
--  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
--## Running $as_me. ##
--_ASBOX
--} >&5
--cat >&5 <<_CSEOF
--
-+# values after options handling.
-+ac_log="
- This file was extended by libsysio $as_me 1.2, which was
--generated by GNU Autoconf 2.59.  Invocation command line was
-+generated by GNU Autoconf 2.61.  Invocation command line was
- 
-   CONFIG_FILES    = $CONFIG_FILES
-   CONFIG_HEADERS  = $CONFIG_HEADERS
-@@ -5349,30 +6008,19 @@ generated by GNU Autoconf 2.59.  Invocation command line was
-   CONFIG_COMMANDS = $CONFIG_COMMANDS
-   $ $0 $@
- 
--_CSEOF
--echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
--echo >&5
-+on `(hostname || uname -n) 2>/dev/null | sed 1q`
-+"
-+
- _ACEOF
- 
-+cat >>$CONFIG_STATUS <<_ACEOF
- # Files that config.status was made for.
--if test -n "$ac_config_files"; then
--  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
--fi
--
--if test -n "$ac_config_headers"; then
--  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
--fi
-+config_files="$ac_config_files"
-+config_commands="$ac_config_commands"
- 
--if test -n "$ac_config_links"; then
--  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
--fi
--
--if test -n "$ac_config_commands"; then
--  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
--fi
-+_ACEOF
- 
- cat >>$CONFIG_STATUS <<\_ACEOF
--
- ac_cs_usage="\
- \`$as_me' instantiates files from templates according to the
- current configuration.
-@@ -5380,7 +6028,7 @@ current configuration.
- Usage: $0 [OPTIONS] [FILE]...
- 
-   -h, --help       print this help, then exit
--  -V, --version    print version number, then exit
-+  -V, --version    print version number and configuration settings, then exit
-   -q, --quiet      do not print progress messages
-   -d, --debug      don't remove temporary files
-       --recheck    update $as_me by reconfiguring in the same conditions
-@@ -5394,19 +6042,21 @@ Configuration commands:
- $config_commands
- 
- Report bugs to <bug-autoconf at gnu.org>."
--_ACEOF
- 
-+_ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- ac_cs_version="\\
- libsysio config.status 1.2
--configured by $0, generated by GNU Autoconf 2.59,
--  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
-+configured by $0, generated by GNU Autoconf 2.61,
-+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
- 
--Copyright (C) 2003 Free Software Foundation, Inc.
-+Copyright (C) 2006 Free Software Foundation, Inc.
- This config.status script is free software; the Free Software Foundation
- gives unlimited permission to copy, distribute and modify it."
--srcdir=$srcdir
--INSTALL="$INSTALL"
-+
-+ac_pwd='$ac_pwd'
-+srcdir='$srcdir'
-+INSTALL='$INSTALL'
- _ACEOF
- 
- cat >>$CONFIG_STATUS <<\_ACEOF
-@@ -5417,60 +6067,42 @@ while test $# != 0
- do
-   case $1 in
-   --*=*)
--    ac_option=`expr "x$1" : 'x\([^=]*\)='`
--    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
-+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-     ac_shift=:
-     ;;
--  -*)
-+  *)
-     ac_option=$1
-     ac_optarg=$2
-     ac_shift=shift
-     ;;
--  *) # This is not an option, so the user has probably given explicit
--     # arguments.
--     ac_option=$1
--     ac_need_defaults=false;;
-   esac
- 
-   case $ac_option in
-   # Handling of the options.
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
-   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-     ac_cs_recheck=: ;;
--  --version | --vers* | -V )
--    echo "$ac_cs_version"; exit 0 ;;
--  --he | --h)
--    # Conflict between --help and --header
--    { { echo "$as_me:$LINENO: error: ambiguous option: $1
--Try \`$0 --help' for more information." >&5
--echo "$as_me: error: ambiguous option: $1
--Try \`$0 --help' for more information." >&2;}
--   { (exit 1); exit 1; }; };;
--  --help | --hel | -h )
--    echo "$ac_cs_usage"; exit 0 ;;
--  --debug | --d* | -d )
-+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-+    echo "$ac_cs_version"; exit ;;
-+  --debug | --debu | --deb | --de | --d | -d )
-     debug=: ;;
-   --file | --fil | --fi | --f )
-     $ac_shift
-     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
-     ac_need_defaults=false;;
--  --header | --heade | --head | --hea )
--    $ac_shift
--    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
--    ac_need_defaults=false;;
-+  --he | --h |  --help | --hel | -h )
-+    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:$LINENO: error: unrecognized option: $1
--Try \`$0 --help' for more information." >&5
--echo "$as_me: error: unrecognized option: $1
--Try \`$0 --help' for more information." >&2;}
-+  -*) { echo "$as_me: error: unrecognized option: $1
-+Try \`$0 --help' for more information." >&2
-    { (exit 1); exit 1; }; } ;;
- 
--  *) ac_config_targets="$ac_config_targets $1" ;;
-+  *) ac_config_targets="$ac_config_targets $1"
-+     ac_need_defaults=false ;;
- 
-   esac
-   shift
-@@ -5486,37 +6118,49 @@ fi
- _ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- if \$ac_cs_recheck; then
--  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
--  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
-+  CONFIG_SHELL=$SHELL
-+  export CONFIG_SHELL
-+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
- fi
- 
- _ACEOF
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+exec 5>>config.log
-+{
-+  echo
-+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-+## Running $as_me. ##
-+_ASBOX
-+  echo "$ac_log"
-+} >&5
- 
-+_ACEOF
- cat >>$CONFIG_STATUS <<_ACEOF
- #
--# INIT-COMMANDS section.
-+# INIT-COMMANDS
- #
--
- AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
- 
- _ACEOF
- 
--
--
- cat >>$CONFIG_STATUS <<\_ACEOF
-+
-+# Handling of arguments.
- for ac_config_target in $ac_config_targets
- do
--  case "$ac_config_target" in
--  # Handling of arguments.
--  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
--  "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
--  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-+  case $ac_config_target in
-+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-+    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
-+
-   *) { { 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; }; };;
-   esac
- done
- 
-+
- # If the user did not use the arguments to specify the items to instantiate,
- # then the envvar interface is used.  Set only those that are not.
- # We use the long form for the default assignment because of an extremely
-@@ -5527,364 +6171,468 @@ if $ac_need_defaults; then
- fi
- 
- # Have a temporary directory for convenience.  Make it in the build tree
--# simply because there is no reason to put it here, and in addition,
-+# simply because there is no reason against having it here, and in addition,
- # creating and moving files from /tmp can sometimes cause problems.
--# Create a temporary directory, and hook for its removal unless debugging.
-+# Hook for its removal unless debugging.
-+# Note that there is a small window in which the directory will not be cleaned:
-+# after its creation but before its name has been assigned to `$tmp'.
- $debug ||
- {
--  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
-+  tmp=
-+  trap 'exit_status=$?
-+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
-+' 0
-   trap '{ (exit 1); exit 1; }' 1 2 13 15
- }
--
- # Create a (secure) tmp directory for tmp files.
- 
- {
--  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
-+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-   test -n "$tmp" && test -d "$tmp"
- }  ||
- {
--  tmp=./confstat$$-$RANDOM
--  (umask 077 && mkdir $tmp)
-+  tmp=./conf$$-$RANDOM
-+  (umask 077 && mkdir "$tmp")
- } ||
- {
-    echo "$me: cannot create a temporary directory in ." >&2
-    { (exit 1); exit 1; }
- }
- 
--_ACEOF
--
--cat >>$CONFIG_STATUS <<_ACEOF
--
- #
--# CONFIG_FILES section.
-+# Set up the sed scripts for CONFIG_FILES section.
- #
- 
- # No need to generate the scripts if there are no CONFIG_FILES.
- # This happens for instance when ./config.status config.h
--if test -n "\$CONFIG_FILES"; then
--  # Protect against being on the right side of a sed subst in config.status.
--  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
--   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
--s, at SHELL@,$SHELL,;t t
--s, at PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
--s, at PACKAGE_NAME@,$PACKAGE_NAME,;t t
--s, at PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
--s, at PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
--s, at PACKAGE_STRING@,$PACKAGE_STRING,;t t
--s, at PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
--s, at exec_prefix@,$exec_prefix,;t t
--s, at prefix@,$prefix,;t t
--s, at program_transform_name@,$program_transform_name,;t t
--s, at bindir@,$bindir,;t t
--s, at sbindir@,$sbindir,;t t
--s, at libexecdir@,$libexecdir,;t t
--s, at datadir@,$datadir,;t t
--s, at sysconfdir@,$sysconfdir,;t t
--s, at sharedstatedir@,$sharedstatedir,;t t
--s, at localstatedir@,$localstatedir,;t t
--s, at libdir@,$libdir,;t t
--s, at includedir@,$includedir,;t t
--s, at oldincludedir@,$oldincludedir,;t t
--s, at infodir@,$infodir,;t t
--s, at mandir@,$mandir,;t t
--s, at build_alias@,$build_alias,;t t
--s, at host_alias@,$host_alias,;t t
--s, at target_alias@,$target_alias,;t t
--s, at DEFS@,$DEFS,;t t
--s, at ECHO_C@,$ECHO_C,;t t
--s, at ECHO_N@,$ECHO_N,;t t
--s, at ECHO_T@,$ECHO_T,;t t
--s, at LIBS@,$LIBS,;t t
--s, at build@,$build,;t t
--s, at build_cpu@,$build_cpu,;t t
--s, at build_vendor@,$build_vendor,;t t
--s, at build_os@,$build_os,;t t
--s, at host@,$host,;t t
--s, at host_cpu@,$host_cpu,;t t
--s, at host_vendor@,$host_vendor,;t t
--s, at host_os@,$host_os,;t t
--s, at target@,$target,;t t
--s, at target_cpu@,$target_cpu,;t t
--s, at target_vendor@,$target_vendor,;t t
--s, at target_os@,$target_os,;t t
--s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
--s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
--s, at INSTALL_DATA@,$INSTALL_DATA,;t t
--s, at CYGPATH_W@,$CYGPATH_W,;t t
--s, at PACKAGE@,$PACKAGE,;t t
--s, at VERSION@,$VERSION,;t t
--s, at ACLOCAL@,$ACLOCAL,;t t
--s, at AUTOCONF@,$AUTOCONF,;t t
--s, at AUTOMAKE@,$AUTOMAKE,;t t
--s, at AUTOHEADER@,$AUTOHEADER,;t t
--s, at MAKEINFO@,$MAKEINFO,;t t
--s, at install_sh@,$install_sh,;t t
--s, at STRIP@,$STRIP,;t t
--s, at ac_ct_STRIP@,$ac_ct_STRIP,;t t
--s, at INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
--s, at mkdir_p@,$mkdir_p,;t t
--s, at AWK@,$AWK,;t t
--s, at SET_MAKE@,$SET_MAKE,;t t
--s, at am__leading_dot@,$am__leading_dot,;t t
--s, at AMTAR@,$AMTAR,;t t
--s, at am__tar@,$am__tar,;t t
--s, at am__untar@,$am__untar,;t t
--s, at CC@,$CC,;t t
--s, at CFLAGS@,$CFLAGS,;t t
--s, at LDFLAGS@,$LDFLAGS,;t t
--s, at CPPFLAGS@,$CPPFLAGS,;t t
--s, at ac_ct_CC@,$ac_ct_CC,;t t
--s, at EXEEXT@,$EXEEXT,;t t
--s, at OBJEXT@,$OBJEXT,;t t
--s, at DEPDIR@,$DEPDIR,;t t
--s, at am__include@,$am__include,;t t
--s, at am__quote@,$am__quote,;t t
--s, at AMDEP_TRUE@,$AMDEP_TRUE,;t t
--s, at AMDEP_FALSE@,$AMDEP_FALSE,;t t
--s, at AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
--s, at CCDEPMODE@,$CCDEPMODE,;t t
--s, at am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
--s, at am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
--s, at RANLIB@,$RANLIB,;t t
--s, at ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
--s, at CPP@,$CPP,;t t
--s, at EGREP@,$EGREP,;t t
--s, at LIBBUILD_DIR@,$LIBBUILD_DIR,;t t
--s, at WITH_NATIVE_DRIVER_TRUE@,$WITH_NATIVE_DRIVER_TRUE,;t t
--s, at WITH_NATIVE_DRIVER_FALSE@,$WITH_NATIVE_DRIVER_FALSE,;t t
--s, at WITH_INCORE_DRIVER_TRUE@,$WITH_INCORE_DRIVER_TRUE,;t t
--s, at WITH_INCORE_DRIVER_FALSE@,$WITH_INCORE_DRIVER_FALSE,;t t
--s, at WITH_TESTS_TRUE@,$WITH_TESTS_TRUE,;t t
--s, at WITH_TESTS_FALSE@,$WITH_TESTS_FALSE,;t t
--s, at AUTOMOUNT@,$AUTOMOUNT,;t t
--s, at WITH_STDFD_DEV_TRUE@,$WITH_STDFD_DEV_TRUE,;t t
--s, at WITH_STDFD_DEV_FALSE@,$WITH_STDFD_DEV_FALSE,;t t
--s, at ZERO_SUM_MEMORY@,$ZERO_SUM_MEMORY,;t t
--s, at DEFER_INIT_CWD@,$DEFER_INIT_CWD,;t t
--s, at TRACING@,$TRACING,;t t
--s, at WITH_CPLANT_YOD_TRUE@,$WITH_CPLANT_YOD_TRUE,;t t
--s, at WITH_CPLANT_YOD_FALSE@,$WITH_CPLANT_YOD_FALSE,;t t
--s, at WITH_CPLANT_TESTS_TRUE@,$WITH_CPLANT_TESTS_TRUE,;t t
--s, at WITH_CPLANT_TESTS_FALSE@,$WITH_CPLANT_TESTS_FALSE,;t t
--s, at WITH_SOCKETS_DRIVER_TRUE@,$WITH_SOCKETS_DRIVER_TRUE,;t t
--s, at WITH_SOCKETS_DRIVER_FALSE@,$WITH_SOCKETS_DRIVER_FALSE,;t t
--s, at WITH_LUSTRE_HACK_TRUE@,$WITH_LUSTRE_HACK_TRUE,;t t
--s, at WITH_LUSTRE_HACK_FALSE@,$WITH_LUSTRE_HACK_FALSE,;t t
--s, at SYSIO_LABEL_NAMES@,$SYSIO_LABEL_NAMES,;t t
--s, at TEST_ALPHA_ARG_TRUE@,$TEST_ALPHA_ARG_TRUE,;t t
--s, at TEST_ALPHA_ARG_FALSE@,$TEST_ALPHA_ARG_FALSE,;t t
--s, at LIBOBJS@,$LIBOBJS,;t t
--s, at LTLIBOBJS@,$LTLIBOBJS,;t t
--CEOF
-+if test -n "$CONFIG_FILES"; then
- 
- _ACEOF
- 
--  cat >>$CONFIG_STATUS <<\_ACEOF
--  # Split the substitutions into bite-sized pieces for seds with
--  # small command number limits, like on Digital OSF/1 and HP-UX.
--  ac_max_sed_lines=48
--  ac_sed_frag=1 # Number of current file.
--  ac_beg=1 # First line for current file.
--  ac_end=$ac_max_sed_lines # Line after last line for current file.
--  ac_more_lines=:
--  ac_sed_cmds=
--  while $ac_more_lines; do
--    if test $ac_beg -gt 1; then
--      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
--    else
--      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
--    fi
--    if test ! -s $tmp/subs.frag; then
--      ac_more_lines=false
--    else
--      # The purpose of the label and of the branching condition is to
--      # speed up the sed processing (if there are no `@' at all, there
--      # is no need to browse any of the substitutions).
--      # These are the two extra sed commands mentioned above.
--      (echo ':t
--  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
--      if test -z "$ac_sed_cmds"; then
--	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
--      else
--	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
--      fi
--      ac_sed_frag=`expr $ac_sed_frag + 1`
--      ac_beg=$ac_end
--      ac_end=`expr $ac_end + $ac_max_sed_lines`
--    fi
--  done
--  if test -z "$ac_sed_cmds"; then
--    ac_sed_cmds=cat
-+
-+
-+ac_delim='%!_!# '
-+for ac_last_try in false false false false false :; do
-+  cat >conf$$subs.sed <<_ACEOF
-+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
-+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
-+target!$target$ac_delim
-+target_cpu!$target_cpu$ac_delim
-+target_vendor!$target_vendor$ac_delim
-+target_os!$target_os$ac_delim
-+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
-+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
-+INSTALL_DATA!$INSTALL_DATA$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
-+AMTAR!$AMTAR$ac_delim
-+install_sh!$install_sh$ac_delim
-+STRIP!$STRIP$ac_delim
-+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
-+AWK!$AWK$ac_delim
-+SET_MAKE!$SET_MAKE$ac_delim
-+am__leading_dot!$am__leading_dot$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
-+RANLIB!$RANLIB$ac_delim
-+CPP!$CPP$ac_delim
-+GREP!$GREP$ac_delim
-+EGREP!$EGREP$ac_delim
-+LIBBUILD_DIR!$LIBBUILD_DIR$ac_delim
-+WITH_NATIVE_DRIVER_TRUE!$WITH_NATIVE_DRIVER_TRUE$ac_delim
-+WITH_NATIVE_DRIVER_FALSE!$WITH_NATIVE_DRIVER_FALSE$ac_delim
-+WITH_INCORE_DRIVER_TRUE!$WITH_INCORE_DRIVER_TRUE$ac_delim
-+WITH_INCORE_DRIVER_FALSE!$WITH_INCORE_DRIVER_FALSE$ac_delim
-+WITH_TESTS_TRUE!$WITH_TESTS_TRUE$ac_delim
-+WITH_TESTS_FALSE!$WITH_TESTS_FALSE$ac_delim
-+AUTOMOUNT!$AUTOMOUNT$ac_delim
-+WITH_STDFD_DEV_TRUE!$WITH_STDFD_DEV_TRUE$ac_delim
-+WITH_STDFD_DEV_FALSE!$WITH_STDFD_DEV_FALSE$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
--fi # test -n "$CONFIG_FILES"
-+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`
-+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
- _ACEOF
-+
-+
-+ac_delim='%!_!# '
-+for ac_last_try in false false false false false :; do
-+  cat >conf$$subs.sed <<_ACEOF
-+ZERO_SUM_MEMORY!$ZERO_SUM_MEMORY$ac_delim
-+DEFER_INIT_CWD!$DEFER_INIT_CWD$ac_delim
-+TRACING!$TRACING$ac_delim
-+WITH_CPLANT_YOD_TRUE!$WITH_CPLANT_YOD_TRUE$ac_delim
-+WITH_CPLANT_YOD_FALSE!$WITH_CPLANT_YOD_FALSE$ac_delim
-+WITH_CPLANT_TESTS_TRUE!$WITH_CPLANT_TESTS_TRUE$ac_delim
-+WITH_CPLANT_TESTS_FALSE!$WITH_CPLANT_TESTS_FALSE$ac_delim
-+WITH_SOCKETS_DRIVER_TRUE!$WITH_SOCKETS_DRIVER_TRUE$ac_delim
-+WITH_SOCKETS_DRIVER_FALSE!$WITH_SOCKETS_DRIVER_FALSE$ac_delim
-+WITH_LUSTRE_HACK_TRUE!$WITH_LUSTRE_HACK_TRUE$ac_delim
-+WITH_LUSTRE_HACK_FALSE!$WITH_LUSTRE_HACK_FALSE$ac_delim
-+SYSIO_LABEL_NAMES!$SYSIO_LABEL_NAMES$ac_delim
-+TEST_ALPHA_ARG_TRUE!$TEST_ALPHA_ARG_TRUE$ac_delim
-+TEST_ALPHA_ARG_FALSE!$TEST_ALPHA_ARG_FALSE$ac_delim
-+LIBOBJS!$LIBOBJS$ac_delim
-+LTLIBOBJS!$LTLIBOBJS$ac_delim
-+_ACEOF
-+
-+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 16; 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`
-+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
-+_ACEOF
-+
-+
-+# VPATH may cause trouble with some makes, so we remove $(srcdir),
-+# ${srcdir} and @srcdir@ 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/
-+s/:*$//
-+s/^[^=]*=[	 ]*$//
-+}'
-+fi
-+
- cat >>$CONFIG_STATUS <<\_ACEOF
--for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
--  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
--  case $ac_file in
--  - | *:- | *:-:* ) # input from stdin
--	cat >$tmp/stdin
--	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
--	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
--  * )   ac_file_in=$ac_file.in ;;
-+fi # test -n "$CONFIG_FILES"
-+
-+
-+for ac_tag in  :F $CONFIG_FILES      :C $CONFIG_COMMANDS
-+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; }; };;
-+  :[FH]-) ac_tag=-:-;;
-+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-+  esac
-+  ac_save_IFS=$IFS
-+  IFS=:
-+  set x $ac_tag
-+  IFS=$ac_save_IFS
-+  shift
-+  ac_file=$1
-+  shift
-+
-+  case $ac_mode in
-+  :L) ac_source=$1;;
-+  :[FH])
-+    ac_file_inputs=
-+    for ac_f
-+    do
-+      case $ac_f in
-+      -) ac_f="$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 `:'.
-+	 test -f "$ac_f" ||
-+	   case $ac_f in
-+	   [\\/$]*) 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; }; };;
-+      esac
-+      ac_file_inputs="$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."
-+    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;}
-+    fi
-+
-+    case $ac_tag in
-+    *:-:* | *:-) cat >"$tmp/stdin";;
-+    esac
-+    ;;
-   esac
- 
--  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
--  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
-+  ac_dir=`$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 ||
-+	 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'`
--  { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
-+    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 test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+    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 ||
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$as_dir" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    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 ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
--echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-+    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; }; }; }
--
-   ac_builddir=.
- 
--if test "$ac_dir" != .; then
-+case "$ac_dir" in
-+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-+*)
-   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
-+  # A ".." for each directory in $ac_dir_suffix.
-+  ac_top_builddir_sub=`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/ ;;
-+  esac ;;
-+esac
-+ac_abs_top_builddir=$ac_pwd
-+ac_abs_builddir=$ac_pwd$ac_dir_suffix
-+# for backward compatibility:
-+ac_top_builddir=$ac_top_build_prefix
- 
- case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
-+  .)  # We are building in place.
-     ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_top_srcdir=$ac_top_builddir_sub
-+    ac_abs_top_srcdir=$ac_pwd ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute name.
-     ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-+    ac_top_srcdir=$srcdir
-+    ac_abs_top_srcdir=$srcdir ;;
-+  *) # Relative name.
-+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_build_prefix$srcdir
-+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
- esac
-+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
- 
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
--esac
- 
-+  case $ac_mode in
-+  :F)
-+  #
-+  # CONFIG_FILE
-+  #
- 
-   case $INSTALL in
-   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
--  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
-+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
-   esac
-+_ACEOF
- 
--  if test x"$ac_file" != x-; then
--    { echo "$as_me:$LINENO: creating $ac_file" >&5
--echo "$as_me: creating $ac_file" >&6;}
--    rm -f "$ac_file"
--  fi
--  # 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.  */
--  if test x"$ac_file" = x-; then
--    configure_input=
--  else
--    configure_input="$ac_file.  "
--  fi
--  configure_input=$configure_input"Generated from `echo $ac_file_in |
--				     sed 's,.*/,,'` by configure."
--
--  # First look for the input files in the build tree, otherwise in the
--  # src tree.
--  ac_file_inputs=`IFS=:
--    for f in $ac_file_in; do
--      case $f in
--      -) echo $tmp/stdin ;;
--      [\\/$]*)
--	 # Absolute (can't be DOS-style, as IFS=:)
--	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 echo "$f";;
--      *) # Relative
--	 if test -f "$f"; then
--	   # Build tree
--	   echo "$f"
--	 elif test -f "$srcdir/$f"; then
--	   # Source tree
--	   echo "$srcdir/$f"
--	 else
--	   # /dev/null tree
--	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
--echo "$as_me: error: cannot find input file: $f" >&2;}
--   { (exit 1); exit 1; }; }
--	 fi;;
--      esac
--    done` || { (exit 1); exit 1; }
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+# 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/ {
-+  p
-+  q
-+}
-+/@datadir@/p
-+/@docdir@/p
-+/@infodir@/p
-+/@localedir@/p
-+/@mandir@/p
-+' $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;}
-+_ACEOF
-+cat >>$CONFIG_STATUS <<_ACEOF
-+  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' ;;
-+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
- $extrasub
-@@ -5892,142 +6640,43 @@ _ACEOF
- cat >>$CONFIG_STATUS <<\_ACEOF
- :t
- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
--s, at configure_input@,$configure_input,;t t
--s, at srcdir@,$ac_srcdir,;t t
--s, at abs_srcdir@,$ac_abs_srcdir,;t t
--s, at top_srcdir@,$ac_top_srcdir,;t t
--s, at abs_top_srcdir@,$ac_abs_top_srcdir,;t t
--s, at builddir@,$ac_builddir,;t t
--s, at abs_builddir@,$ac_abs_builddir,;t t
--s, at top_builddir@,$ac_top_builddir,;t t
--s, at abs_top_builddir@,$ac_abs_top_builddir,;t t
--s, at INSTALL@,$ac_INSTALL,;t t
--" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
--  rm -f $tmp/stdin
--  if test x"$ac_file" != x-; then
--    mv $tmp/out $ac_file
--  else
--    cat $tmp/out
--    rm -f $tmp/out
--  fi
--
--done
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
--
--#
--# CONFIG_COMMANDS section.
--#
--for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
--  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
--  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
--  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
--$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
--	 X"$ac_dest" : 'X\(//\)[^/]' \| \
--	 X"$ac_dest" : 'X\(//\)$' \| \
--	 X"$ac_dest" : 'X\(/\)' \| \
--	 .     : '\(.\)' 2>/dev/null ||
--echo X"$ac_dest" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
--  { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
--    as_dirs=
--    while test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
--$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" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
--    done
--    test ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
--echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
--   { (exit 1); exit 1; }; }; }
--
--  ac_builddir=.
--
--if test "$ac_dir" != .; then
--  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
--  # A "../" for each directory in $ac_dir_suffix.
--  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
--else
--  ac_dir_suffix= ac_top_builddir=
--fi
-+s&@configure_input@&$configure_input&;t t
-+s&@top_builddir@&$ac_top_builddir_sub&;t t
-+s&@srcdir@&$ac_srcdir&;t t
-+s&@abs_srcdir@&$ac_abs_srcdir&;t t
-+s&@top_srcdir@&$ac_top_srcdir&;t t
-+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
-+s&@builddir@&$ac_builddir&;t t
-+s&@abs_builddir@&$ac_abs_builddir&;t t
-+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
-+s&@INSTALL@&$ac_INSTALL&;t t
-+$ac_datarootdir_hack
-+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
-+
-+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;}
-+
-+  rm -f "$tmp/stdin"
-+  case $ac_file in
-+  -) cat "$tmp/out"; rm -f "$tmp/out";;
-+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
-+  esac
-+ ;;
- 
--case $srcdir in
--  .)  # No --srcdir option.  We are building in place.
--    ac_srcdir=.
--    if test -z "$ac_top_builddir"; then
--       ac_top_srcdir=.
--    else
--       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
--    fi ;;
--  [\\/]* | ?:[\\/]* )  # Absolute path.
--    ac_srcdir=$srcdir$ac_dir_suffix;
--    ac_top_srcdir=$srcdir ;;
--  *) # Relative path.
--    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
--    ac_top_srcdir=$ac_top_builddir$srcdir ;;
--esac
- 
--# Do not use `cd foo && pwd` to compute absolute paths, because
--# the directories may not exist.
--case `pwd` in
--.) ac_abs_builddir="$ac_dir";;
--*)
--  case "$ac_dir" in
--  .) ac_abs_builddir=`pwd`;;
--  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
--  *) ac_abs_builddir=`pwd`/"$ac_dir";;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_builddir=${ac_top_builddir}.;;
--*)
--  case ${ac_top_builddir}. in
--  .) ac_abs_top_builddir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
--  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_srcdir=$ac_srcdir;;
--*)
--  case $ac_srcdir in
--  .) ac_abs_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
--  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
--  esac;;
--esac
--case $ac_abs_builddir in
--.) ac_abs_top_srcdir=$ac_top_srcdir;;
--*)
--  case $ac_top_srcdir in
--  .) ac_abs_top_srcdir=$ac_abs_builddir;;
--  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
--  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
--  esac;;
--esac
-+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
-+echo "$as_me: executing $ac_file commands" >&6;}
-+ ;;
-+  esac
- 
- 
--  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
--echo "$as_me: executing $ac_dest commands" >&6;}
--  case $ac_dest in
--    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
-+  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.
-@@ -6037,86 +6686,129 @@ echo "$as_me: executing $ac_dest commands" >&6;}
-   # each Makefile.in and add a new line on top of each file to say so.
-   # So let's grep whole file.
-   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
--    dirpart=`(dirname "$mf") 2>/dev/null ||
-+    dirpart=`$as_dirname -- "$mf" ||
- $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- 	 X"$mf" : 'X\(//\)[^/]' \| \
- 	 X"$mf" : 'X\(//\)$' \| \
--	 X"$mf" : 'X\(/\)' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$mf" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    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"`
-+  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
-+  # Extract the definition of DEP_FILES from the Makefile without
-+  # running `make'.
-+  DEPDIR=`sed -n -e '/^DEPDIR = / s///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" | \
-+  U=`sed -n -e '/^U = / s///p' < "$mf"`
-+  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
-+  # 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 -e '
-+    /^DEP_FILES = .*\\\\$/ {
-+      s/^DEP_FILES = //
-+      :loop
-+	s/\\\\$//
-+	p
-+	n
-+	/\\\\$/ b loop
-+      p
-+    }
-+    /^DEP_FILES = / s/^DEP_FILES = //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=`(dirname "$file") 2>/dev/null ||
-+    fdir=`$as_dirname -- "$file" ||
- $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- 	 X"$file" : 'X\(//\)[^/]' \| \
- 	 X"$file" : 'X\(//\)$' \| \
--	 X"$file" : 'X\(/\)' \| \
--	 .     : '\(.\)' 2>/dev/null ||
-+	 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'`
--    { if $as_mkdir_p; then
--    mkdir -p $dirpart/$fdir
--  else
--    as_dir=$dirpart/$fdir
-+    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 test ! -d "$as_dir"; do
--      as_dirs="$as_dir $as_dirs"
--      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+    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 ||
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$as_dir" |
--    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
--  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
--  	  /^X\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
-+    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 ! -n "$as_dirs" || mkdir $as_dirs
--  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
--echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
-+    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
-  ;;
-+
-   esac
--done
--_ACEOF
-+done # for ac_tag
- 
--cat >>$CONFIG_STATUS <<\_ACEOF
- 
- { (exit 0); exit 0; }
- _ACEOF
-diff --git a/libsysio/tests/Makefile.in b/libsysio/tests/Makefile.in
-index 88e90b2..e41dc79 100644
---- a/libsysio/tests/Makefile.in
-+++ b/libsysio/tests/Makefile.in
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.9.6 from Makefile.am.
-+# Makefile.in generated by automake 1.7.9 from Makefile.am.
- # @configure_input@
- 
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005  Free Software Foundation, Inc.
-+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-+# 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.
-@@ -14,7 +14,6 @@
- 
- @SET_MAKE@
- 
--
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
-@@ -22,6 +21,7 @@ pkgdatadir = $(datadir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
- top_builddir = ..
-+
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
- INSTALL = @INSTALL@
- install_sh_DATA = $(install_sh) -c -m 644
-@@ -38,161 +38,6 @@ POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
--noinst_PROGRAMS = test_copy$(EXEEXT) test_stats$(EXEEXT) \
--	test_path$(EXEEXT) test_list$(EXEEXT) test_getcwd$(EXEEXT) \
--	test_link$(EXEEXT) test_unlink$(EXEEXT) test_symlink$(EXEEXT) \
--	test_rename$(EXEEXT) test_regions$(EXEEXT) \
--	test_stddir$(EXEEXT) test_fcntl_lock$(EXEEXT) \
--	test_mknod$(EXEEXT) test_mkdir$(EXEEXT) test_chown$(EXEEXT)
--DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
--	$(top_srcdir)/Rules.make
--subdir = tests
--ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/configure.in
--am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
--	$(ACLOCAL_M4)
--mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--CONFIG_CLEAN_FILES =
--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|^.*/||'`;
--am__installdirs = "$(DESTDIR)$(libdir)"
--libLIBRARIES_INSTALL = $(INSTALL_DATA)
--LIBRARIES = $(lib_LIBRARIES)
--AR = ar
--ARFLAGS = cru
--libruntime_a_AR = $(AR) $(ARFLAGS)
--libruntime_a_LIBADD =
--am_libruntime_a_OBJECTS = sysio-run-start.$(OBJEXT) startup.$(OBJEXT) \
--	drv_init_all.$(OBJEXT) drv_data.$(OBJEXT)
--libruntime_a_OBJECTS = $(am_libruntime_a_OBJECTS)
--PROGRAMS = $(noinst_PROGRAMS)
--am__objects_1 = test_chown-startup.$(OBJEXT) \
--	test_chown-drv_init_all.$(OBJEXT) \
--	test_chown-drv_data.$(OBJEXT)
--am_test_chown_OBJECTS = test_chown-test_chown.$(OBJEXT) \
--	$(am__objects_1)
--test_chown_OBJECTS = $(am_test_chown_OBJECTS)
--test_chown_LDADD = $(LDADD)
--am__objects_2 = test_copy-startup.$(OBJEXT) \
--	test_copy-drv_init_all.$(OBJEXT) test_copy-drv_data.$(OBJEXT)
--am_test_copy_OBJECTS = test_copy-test_copy.$(OBJEXT) $(am__objects_2)
--test_copy_OBJECTS = $(am_test_copy_OBJECTS)
--test_copy_LDADD = $(LDADD)
--am__objects_3 = test_fcntl_lock-startup.$(OBJEXT) \
--	test_fcntl_lock-drv_init_all.$(OBJEXT) \
--	test_fcntl_lock-drv_data.$(OBJEXT)
--am_test_fcntl_lock_OBJECTS =  \
--	test_fcntl_lock-test_fcntl_lock.$(OBJEXT) $(am__objects_3)
--test_fcntl_lock_OBJECTS = $(am_test_fcntl_lock_OBJECTS)
--test_fcntl_lock_LDADD = $(LDADD)
--am__objects_4 = test_getcwd-startup.$(OBJEXT) \
--	test_getcwd-drv_init_all.$(OBJEXT) \
--	test_getcwd-drv_data.$(OBJEXT)
--am_test_getcwd_OBJECTS = test_getcwd-test_getcwd.$(OBJEXT) \
--	$(am__objects_4)
--test_getcwd_OBJECTS = $(am_test_getcwd_OBJECTS)
--test_getcwd_LDADD = $(LDADD)
--am__objects_5 = test_link-startup.$(OBJEXT) \
--	test_link-drv_init_all.$(OBJEXT) test_link-drv_data.$(OBJEXT)
--am_test_link_OBJECTS = test_link-test_link.$(OBJEXT) $(am__objects_5)
--test_link_OBJECTS = $(am_test_link_OBJECTS)
--test_link_LDADD = $(LDADD)
--am__objects_6 = test_list-startup.$(OBJEXT) \
--	test_list-drv_init_all.$(OBJEXT) test_list-drv_data.$(OBJEXT)
--am_test_list_OBJECTS = test_list-test_list.$(OBJEXT) $(am__objects_6)
--test_list_OBJECTS = $(am_test_list_OBJECTS)
--test_list_LDADD = $(LDADD)
--am__objects_7 = test_mkdir-startup.$(OBJEXT) \
--	test_mkdir-drv_init_all.$(OBJEXT) \
--	test_mkdir-drv_data.$(OBJEXT)
--am_test_mkdir_OBJECTS = test_mkdir-test_mkdir.$(OBJEXT) \
--	$(am__objects_7)
--test_mkdir_OBJECTS = $(am_test_mkdir_OBJECTS)
--test_mkdir_LDADD = $(LDADD)
--am__objects_8 = test_mknod-startup.$(OBJEXT) \
--	test_mknod-drv_init_all.$(OBJEXT) \
--	test_mknod-drv_data.$(OBJEXT)
--am_test_mknod_OBJECTS = test_mknod-test_mknod.$(OBJEXT) \
--	$(am__objects_8)
--test_mknod_OBJECTS = $(am_test_mknod_OBJECTS)
--test_mknod_LDADD = $(LDADD)
--am__objects_9 = test_path-startup.$(OBJEXT) \
--	test_path-drv_init_all.$(OBJEXT) test_path-drv_data.$(OBJEXT)
--am_test_path_OBJECTS = test_path-test_path.$(OBJEXT) $(am__objects_9)
--test_path_OBJECTS = $(am_test_path_OBJECTS)
--test_path_LDADD = $(LDADD)
--am__objects_10 = test_regions-startup.$(OBJEXT) \
--	test_regions-drv_init_all.$(OBJEXT) \
--	test_regions-drv_data.$(OBJEXT)
--am_test_regions_OBJECTS = test_regions-test_regions.$(OBJEXT) \
--	$(am__objects_10)
--test_regions_OBJECTS = $(am_test_regions_OBJECTS)
--test_regions_LDADD = $(LDADD)
--am__objects_11 = test_rename-startup.$(OBJEXT) \
--	test_rename-drv_init_all.$(OBJEXT) \
--	test_rename-drv_data.$(OBJEXT)
--am_test_rename_OBJECTS = test_rename-test_rename.$(OBJEXT) \
--	$(am__objects_11)
--test_rename_OBJECTS = $(am_test_rename_OBJECTS)
--test_rename_LDADD = $(LDADD)
--am__objects_12 = test_stats-startup.$(OBJEXT) \
--	test_stats-drv_init_all.$(OBJEXT) \
--	test_stats-drv_data.$(OBJEXT)
--am_test_stats_OBJECTS = test_stats-test_stats.$(OBJEXT) \
--	$(am__objects_12)
--test_stats_OBJECTS = $(am_test_stats_OBJECTS)
--test_stats_LDADD = $(LDADD)
--am__objects_13 = test_stddir-startup.$(OBJEXT) \
--	test_stddir-drv_init_all.$(OBJEXT) \
--	test_stddir-drv_data.$(OBJEXT)
--am_test_stddir_OBJECTS = test_stddir-test_stddir.$(OBJEXT) \
--	$(am__objects_13)
--test_stddir_OBJECTS = $(am_test_stddir_OBJECTS)
--test_stddir_LDADD = $(LDADD)
--am__objects_14 = test_symlink-startup.$(OBJEXT) \
--	test_symlink-drv_init_all.$(OBJEXT) \
--	test_symlink-drv_data.$(OBJEXT)
--am_test_symlink_OBJECTS = test_symlink-test_symlink.$(OBJEXT) \
--	$(am__objects_14)
--test_symlink_OBJECTS = $(am_test_symlink_OBJECTS)
--test_symlink_LDADD = $(LDADD)
--am__objects_15 = test_unlink-startup.$(OBJEXT) \
--	test_unlink-drv_init_all.$(OBJEXT) \
--	test_unlink-drv_data.$(OBJEXT)
--am_test_unlink_OBJECTS = test_unlink-test_unlink.$(OBJEXT) \
--	$(am__objects_15)
--test_unlink_OBJECTS = $(am_test_unlink_OBJECTS)
--test_unlink_LDADD = $(LDADD)
--DEFAULT_INCLUDES = -I. -I$(srcdir)
--depcomp = $(SHELL) $(top_srcdir)/depcomp
--am__depfiles_maybe = depfiles
--COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
--	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
--CCLD = $(CC)
--LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--SOURCES = $(libruntime_a_SOURCES) $(test_chown_SOURCES) \
--	$(test_copy_SOURCES) $(test_fcntl_lock_SOURCES) \
--	$(test_getcwd_SOURCES) $(test_link_SOURCES) \
--	$(test_list_SOURCES) $(test_mkdir_SOURCES) \
--	$(test_mknod_SOURCES) $(test_path_SOURCES) \
--	$(test_regions_SOURCES) $(test_rename_SOURCES) \
--	$(test_stats_SOURCES) $(test_stddir_SOURCES) \
--	$(test_symlink_SOURCES) $(test_unlink_SOURCES)
--DIST_SOURCES = $(libruntime_a_SOURCES) $(test_chown_SOURCES) \
--	$(test_copy_SOURCES) $(test_fcntl_lock_SOURCES) \
--	$(test_getcwd_SOURCES) $(test_link_SOURCES) \
--	$(test_list_SOURCES) $(test_mkdir_SOURCES) \
--	$(test_mknod_SOURCES) $(test_path_SOURCES) \
--	$(test_regions_SOURCES) $(test_rename_SOURCES) \
--	$(test_stats_SOURCES) $(test_stddir_SOURCES) \
--	$(test_symlink_SOURCES) $(test_unlink_SOURCES)
--ETAGS = etags
--CTAGS = ctags
--DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- ACLOCAL = @ACLOCAL@
- AMDEP_FALSE = @AMDEP_FALSE@
- AMDEP_TRUE = @AMDEP_TRUE@
-@@ -216,6 +61,7 @@ ECHO_N = @ECHO_N@
- ECHO_T = @ECHO_T@
- EGREP = @EGREP@
- EXEEXT = @EXEEXT@
-+GREP = @GREP@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
-@@ -223,6 +69,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LDFLAGS = @LDFLAGS@
- LIBBUILD_DIR = @LIBBUILD_DIR@
- LIBOBJS = @LIBOBJS@
-+
- LIBS = $(LIBBUILD_DIR)/libsysio.a
- LTLIBOBJS = @LTLIBOBJS@
- MAKEINFO = @MAKEINFO@
-@@ -261,15 +108,11 @@ WITH_TESTS_FALSE = @WITH_TESTS_FALSE@
- WITH_TESTS_TRUE = @WITH_TESTS_TRUE@
- ZERO_SUM_MEMORY = @ZERO_SUM_MEMORY@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
- am__include = @am__include@
- am__leading_dot = @am__leading_dot@
- am__quote = @am__quote@
--am__tar = @am__tar@
--am__untar = @am__untar@
- bindir = @bindir@
- build = @build@
- build_alias = @build_alias@
-@@ -277,23 +120,29 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
-+docdir = @docdir@
-+dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@
- host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
-+localedir = @localedir@
- localstatedir = @localstatedir@
- mandir = @mandir@
--mkdir_p = @mkdir_p@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
-@@ -302,145 +151,365 @@ target_alias = @target_alias@
- target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
-+noinst_PROGRAMS = test_copy test_stats test_path test_list \
-+	test_getcwd test_link test_unlink test_symlink test_rename \
-+	test_regions test_stddir test_fcntl_lock test_mknod test_mkdir \
-+	test_chown
-+
-+
- CLEANFILES = drv_data.c
-- at WITH_NATIVE_DRIVER_FALSE@NATIVE_DRIVER_NAME = 
-+
- @WITH_NATIVE_DRIVER_TRUE at NATIVE_DRIVER_NAME = native
-- at WITH_NATIVE_DRIVER_FALSE@NATIVE_DRIVER_CFLAGS = 
-+ at WITH_NATIVE_DRIVER_FALSE@NATIVE_DRIVER_NAME = 
- @WITH_NATIVE_DRIVER_TRUE at NATIVE_DRIVER_CFLAGS = -I$(top_srcdir)/drivers/native
-+ at WITH_NATIVE_DRIVER_FALSE@NATIVE_DRIVER_CFLAGS = 
- @WITH_INCORE_DRIVER_FALSE at INCORE_DRIVER_NAME = 
-+
- @WITH_INCORE_DRIVER_TRUE at INCORE_DRIVER_NAME = incore
- @WITH_INCORE_DRIVER_FALSE at INCORE_DRIVER_CFLAGS = 
- @WITH_INCORE_DRIVER_TRUE at INCORE_DRIVER_CFLAGS = -I$(top_srcdir)/drivers/incore
- @WITH_CPLANT_YOD_FALSE at YOD_DRIVER_NAME = 
-+
- @WITH_CPLANT_YOD_TRUE at YOD_DRIVER_NAME = yod
- @WITH_CPLANT_YOD_FALSE at YOD_DRIVER_CFLAGS = 
- @WITH_CPLANT_YOD_TRUE at YOD_DRIVER_CFLAGS = -DCPLANT_YOD
-+
- DRIVERS = $(NATIVE_DRIVER_NAME) $(INCORE_DRIVER_NAME) $(YOD_DRIVER_NAME) \
- 	$(STFD_DEV_NAME)
- 
-+
- CMNSRC = startup.c drv_init_all.c drv_data.c
-+
- BUILT_SOURCES = drv_data.c
-+
- CFL = $(AM_CFLAGS) $(AM_CPPFLAGS) \
- 	$(NATIVE_DRIVER_CFLAGS) $(INCORE_DRIVER_CFLAGS) \
- 	$(STDFD_DEV_CFLAGS) $(YOD_DRIVER_CFLAGS)
- 
-+
- test_copy_SOURCES = test_copy.c $(CMNSRC)
- test_copy_CFLAGS = $(CFL)
- test_copy_DEPENDENCIES = $(LIBS)
-+
- test_stats_SOURCES = test_stats.c $(CMNSRC)
- test_stats_CFLAGS = $(CFL)
- test_stats_DEPENDENCIES = $(LIBS)
-+
- test_path_SOURCES = test_path.c $(CMNSRC)
- test_path_CFLAGS = $(CFL)
- test_path_DEPENDENCIES = $(LIBS)
-+
- test_list_SOURCES = test_list.c $(CMNSRC)
- test_list_CFLAGS = $(CFL)
- test_list_DEPENDENCIES = $(LIBS)
-+
- test_getcwd_SOURCES = test_getcwd.c $(CMNSRC)
- test_getcwd_CFLAGS = $(CFL)
- test_getcwd_DEPENDENCIES = $(LIBS)
-+
- test_link_SOURCES = test_link.c $(CMNSRC)
- test_link_CFLAGS = $(CFL)
- test_link_DEPENDENCIES = $(LIBS)
-+
- test_unlink_SOURCES = test_unlink.c $(CMNSRC)
- test_unlink_CFLAGS = $(CFL)
- test_unlink_DEPENDENCIES = $(LIBS)
-+
- test_symlink_SOURCES = test_symlink.c $(CMNSRC)
- test_symlink_CFLAGS = $(CFL)
- test_symlink_DEPENDENCIES = $(LIBS)
-+
- test_rename_SOURCES = test_rename.c $(CMNSRC)
- test_rename_CFLAGS = $(CFL)
- test_rename_DEPENDENCIES = $(LIBS)
-+
- test_regions_SOURCES = test_regions.c $(CMNSRC)
- test_regions_CFLAGS = $(CFL)
- test_regions_DEPENDENCIES = $(LIBS)
-+
- test_stddir_SOURCES = test_stddir.c $(CMNSRC)
- test_stddir_CFLAGS = $(CFL)
- test_stddir_DEPENDENCIES = $(LIBS)
-+
- test_fcntl_lock_SOURCES = test_fcntl_lock.c $(CMNSRC)
- test_fcntl_lock_CFLAGS = $(CFL)
- test_fcntl_lock_DEPENDENCIES = $(LIBS)
-+
- test_mknod_SOURCES = test_mknod.c $(CMNSRC)
- test_mknod_CFLAGS = $(CFL)
- test_mknod_DEPENDENCIES = $(LIBS)
-+
- test_mkdir_SOURCES = test_mkdir.c $(CMNSRC)
- test_mkdir_CFLAGS = $(CFL)
- test_mkdir_DEPENDENCIES = $(LIBS)
-+
- test_chown_SOURCES = test_chown.c $(CMNSRC)
- test_chown_CFLAGS = $(CFL)
- test_chown_DEPENDENCIES = $(LIBS)
-+
- lib_LIBRARIES = libruntime.a
-+
- libruntime_a_SOURCES = sysio-run-start.c startup.c drv_init_all.c drv_data.c
-+
- AM_CFLAGS = -L$(LIBBUILD_DIR)
- @WITH_STDFD_DEV_TRUE at STDFD_DEV_CPPFLAGS = -DSTDFD_DEV=1 -I$(top_srcdir)/dev/stdfd
- @WITH_STDFD_DEV_FALSE at STFD_DEV_CPPFLAGS = 
- @WITH_SOCKETS_DRIVER_FALSE at SOCKETS_CPPFLAGS = 
-+
- @WITH_SOCKETS_DRIVER_TRUE at SOCKETS_CPPFLAGS = -DWITH_SOCKETS=1
-+
- DEV_CPPFLAGS = $(STDFD_DEV_CPPFLAGS)
-+
- AM_CPPFLAGS = \
- 	$(TRACING) \
- 	$(AUTOMOUNT) $(ZERO_SUM_MEMORY) $(DEV_CPPFLAGS) $(SOCKETS_CPPFLAGS) \
- 	$(DEFER_INIT_CWD) $(SYSIO_LABEL_NAMES) -I$(top_srcdir)/include 
- 
-+subdir = tests
-+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-+CONFIG_CLEAN_FILES =
-+LIBRARIES = $(lib_LIBRARIES)
-+
-+libruntime_a_AR = $(AR) cru
-+libruntime_a_LIBADD =
-+am_libruntime_a_OBJECTS = sysio-run-start.$(OBJEXT) startup.$(OBJEXT) \
-+	drv_init_all.$(OBJEXT) drv_data.$(OBJEXT)
-+libruntime_a_OBJECTS = $(am_libruntime_a_OBJECTS)
-+noinst_PROGRAMS = test_copy$(EXEEXT) test_stats$(EXEEXT) \
-+	test_path$(EXEEXT) test_list$(EXEEXT) test_getcwd$(EXEEXT) \
-+	test_link$(EXEEXT) test_unlink$(EXEEXT) test_symlink$(EXEEXT) \
-+	test_rename$(EXEEXT) test_regions$(EXEEXT) test_stddir$(EXEEXT) \
-+	test_fcntl_lock$(EXEEXT) test_mknod$(EXEEXT) \
-+	test_mkdir$(EXEEXT) test_chown$(EXEEXT)
-+PROGRAMS = $(noinst_PROGRAMS)
-+
-+am__objects_1 = test_chown-startup.$(OBJEXT) \
-+	test_chown-drv_init_all.$(OBJEXT) test_chown-drv_data.$(OBJEXT)
-+am_test_chown_OBJECTS = test_chown-test_chown.$(OBJEXT) $(am__objects_1)
-+test_chown_OBJECTS = $(am_test_chown_OBJECTS)
-+test_chown_LDADD = $(LDADD)
-+test_chown_LDFLAGS =
-+am__objects_2 = test_copy-startup.$(OBJEXT) \
-+	test_copy-drv_init_all.$(OBJEXT) test_copy-drv_data.$(OBJEXT)
-+am_test_copy_OBJECTS = test_copy-test_copy.$(OBJEXT) $(am__objects_2)
-+test_copy_OBJECTS = $(am_test_copy_OBJECTS)
-+test_copy_LDADD = $(LDADD)
-+test_copy_LDFLAGS =
-+am__objects_3 = test_fcntl_lock-startup.$(OBJEXT) \
-+	test_fcntl_lock-drv_init_all.$(OBJEXT) \
-+	test_fcntl_lock-drv_data.$(OBJEXT)
-+am_test_fcntl_lock_OBJECTS = test_fcntl_lock-test_fcntl_lock.$(OBJEXT) \
-+	$(am__objects_3)
-+test_fcntl_lock_OBJECTS = $(am_test_fcntl_lock_OBJECTS)
-+test_fcntl_lock_LDADD = $(LDADD)
-+test_fcntl_lock_LDFLAGS =
-+am__objects_4 = test_getcwd-startup.$(OBJEXT) \
-+	test_getcwd-drv_init_all.$(OBJEXT) \
-+	test_getcwd-drv_data.$(OBJEXT)
-+am_test_getcwd_OBJECTS = test_getcwd-test_getcwd.$(OBJEXT) \
-+	$(am__objects_4)
-+test_getcwd_OBJECTS = $(am_test_getcwd_OBJECTS)
-+test_getcwd_LDADD = $(LDADD)
-+test_getcwd_LDFLAGS =
-+am__objects_5 = test_link-startup.$(OBJEXT) \
-+	test_link-drv_init_all.$(OBJEXT) test_link-drv_data.$(OBJEXT)
-+am_test_link_OBJECTS = test_link-test_link.$(OBJEXT) $(am__objects_5)
-+test_link_OBJECTS = $(am_test_link_OBJECTS)
-+test_link_LDADD = $(LDADD)
-+test_link_LDFLAGS =
-+am__objects_6 = test_list-startup.$(OBJEXT) \
-+	test_list-drv_init_all.$(OBJEXT) test_list-drv_data.$(OBJEXT)
-+am_test_list_OBJECTS = test_list-test_list.$(OBJEXT) $(am__objects_6)
-+test_list_OBJECTS = $(am_test_list_OBJECTS)
-+test_list_LDADD = $(LDADD)
-+test_list_LDFLAGS =
-+am__objects_7 = test_mkdir-startup.$(OBJEXT) \
-+	test_mkdir-drv_init_all.$(OBJEXT) test_mkdir-drv_data.$(OBJEXT)
-+am_test_mkdir_OBJECTS = test_mkdir-test_mkdir.$(OBJEXT) $(am__objects_7)
-+test_mkdir_OBJECTS = $(am_test_mkdir_OBJECTS)
-+test_mkdir_LDADD = $(LDADD)
-+test_mkdir_LDFLAGS =
-+am__objects_8 = test_mknod-startup.$(OBJEXT) \
-+	test_mknod-drv_init_all.$(OBJEXT) test_mknod-drv_data.$(OBJEXT)
-+am_test_mknod_OBJECTS = test_mknod-test_mknod.$(OBJEXT) $(am__objects_8)
-+test_mknod_OBJECTS = $(am_test_mknod_OBJECTS)
-+test_mknod_LDADD = $(LDADD)
-+test_mknod_LDFLAGS =
-+am__objects_9 = test_path-startup.$(OBJEXT) \
-+	test_path-drv_init_all.$(OBJEXT) test_path-drv_data.$(OBJEXT)
-+am_test_path_OBJECTS = test_path-test_path.$(OBJEXT) $(am__objects_9)
-+test_path_OBJECTS = $(am_test_path_OBJECTS)
-+test_path_LDADD = $(LDADD)
-+test_path_LDFLAGS =
-+am__objects_10 = test_regions-startup.$(OBJEXT) \
-+	test_regions-drv_init_all.$(OBJEXT) \
-+	test_regions-drv_data.$(OBJEXT)
-+am_test_regions_OBJECTS = test_regions-test_regions.$(OBJEXT) \
-+	$(am__objects_10)
-+test_regions_OBJECTS = $(am_test_regions_OBJECTS)
-+test_regions_LDADD = $(LDADD)
-+test_regions_LDFLAGS =
-+am__objects_11 = test_rename-startup.$(OBJEXT) \
-+	test_rename-drv_init_all.$(OBJEXT) \
-+	test_rename-drv_data.$(OBJEXT)
-+am_test_rename_OBJECTS = test_rename-test_rename.$(OBJEXT) \
-+	$(am__objects_11)
-+test_rename_OBJECTS = $(am_test_rename_OBJECTS)
-+test_rename_LDADD = $(LDADD)
-+test_rename_LDFLAGS =
-+am__objects_12 = test_stats-startup.$(OBJEXT) \
-+	test_stats-drv_init_all.$(OBJEXT) test_stats-drv_data.$(OBJEXT)
-+am_test_stats_OBJECTS = test_stats-test_stats.$(OBJEXT) \
-+	$(am__objects_12)
-+test_stats_OBJECTS = $(am_test_stats_OBJECTS)
-+test_stats_LDADD = $(LDADD)
-+test_stats_LDFLAGS =
-+am__objects_13 = test_stddir-startup.$(OBJEXT) \
-+	test_stddir-drv_init_all.$(OBJEXT) \
-+	test_stddir-drv_data.$(OBJEXT)
-+am_test_stddir_OBJECTS = test_stddir-test_stddir.$(OBJEXT) \
-+	$(am__objects_13)
-+test_stddir_OBJECTS = $(am_test_stddir_OBJECTS)
-+test_stddir_LDADD = $(LDADD)
-+test_stddir_LDFLAGS =
-+am__objects_14 = test_symlink-startup.$(OBJEXT) \
-+	test_symlink-drv_init_all.$(OBJEXT) \
-+	test_symlink-drv_data.$(OBJEXT)
-+am_test_symlink_OBJECTS = test_symlink-test_symlink.$(OBJEXT) \
-+	$(am__objects_14)
-+test_symlink_OBJECTS = $(am_test_symlink_OBJECTS)
-+test_symlink_LDADD = $(LDADD)
-+test_symlink_LDFLAGS =
-+am__objects_15 = test_unlink-startup.$(OBJEXT) \
-+	test_unlink-drv_init_all.$(OBJEXT) \
-+	test_unlink-drv_data.$(OBJEXT)
-+am_test_unlink_OBJECTS = test_unlink-test_unlink.$(OBJEXT) \
-+	$(am__objects_15)
-+test_unlink_OBJECTS = $(am_test_unlink_OBJECTS)
-+test_unlink_LDADD = $(LDADD)
-+test_unlink_LDFLAGS =
-+
-+DEFAULT_INCLUDES =  -I. -I$(srcdir)
-+depcomp = $(SHELL) $(top_srcdir)/depcomp
-+am__depfiles_maybe = depfiles
-+ at AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/drv_init_all.Po ./$(DEPDIR)/startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/sysio-run-start.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_chown-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_chown-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_chown-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_chown-test_chown.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_copy-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_copy-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_copy-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_copy-test_copy.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_fcntl_lock-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_fcntl_lock-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_fcntl_lock-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_getcwd-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_getcwd-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_getcwd-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_getcwd-test_getcwd.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_link-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_link-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_link-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_link-test_link.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_list-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_list-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_list-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_list-test_list.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_mkdir-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_mkdir-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_mkdir-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_mkdir-test_mkdir.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_mknod-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_mknod-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_mknod-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_mknod-test_mknod.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_path-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_path-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_path-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_path-test_path.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_regions-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_regions-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_regions-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_regions-test_regions.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_rename-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_rename-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_rename-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_rename-test_rename.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_stats-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_stats-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_stats-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_stats-test_stats.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_stddir-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_stddir-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_stddir-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_stddir-test_stddir.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_symlink-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_symlink-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_symlink-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_symlink-test_symlink.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_unlink-drv_data.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_unlink-drv_init_all.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_unlink-startup.Po \
-+ at AMDEP_TRUE@	./$(DEPDIR)/test_unlink-test_unlink.Po
-+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-+CCLD = $(CC)
-+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-+DIST_SOURCES = $(libruntime_a_SOURCES) $(test_chown_SOURCES) \
-+	$(test_copy_SOURCES) $(test_fcntl_lock_SOURCES) \
-+	$(test_getcwd_SOURCES) $(test_link_SOURCES) \
-+	$(test_list_SOURCES) $(test_mkdir_SOURCES) \
-+	$(test_mknod_SOURCES) $(test_path_SOURCES) \
-+	$(test_regions_SOURCES) $(test_rename_SOURCES) \
-+	$(test_stats_SOURCES) $(test_stddir_SOURCES) \
-+	$(test_symlink_SOURCES) $(test_unlink_SOURCES)
-+DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Rules.make \
-+	Makefile.am
-+SOURCES = $(libruntime_a_SOURCES) $(test_chown_SOURCES) $(test_copy_SOURCES) $(test_fcntl_lock_SOURCES) $(test_getcwd_SOURCES) $(test_link_SOURCES) $(test_list_SOURCES) $(test_mkdir_SOURCES) $(test_mknod_SOURCES) $(test_path_SOURCES) $(test_regions_SOURCES) $(test_rename_SOURCES) $(test_stats_SOURCES) $(test_stddir_SOURCES) $(test_symlink_SOURCES) $(test_unlink_SOURCES)
-+
- all: $(BUILT_SOURCES)
- 	$(MAKE) $(AM_MAKEFLAGS) all-am
- 
- .SUFFIXES:
- .SUFFIXES: .c .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Rules.make $(am__configure_deps)
--	@for dep in $?; do \
--	  case '$(am__configure_deps)' in \
--	    *$$dep*) \
--	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
--		&& exit 0; \
--	      exit 1;; \
--	  esac; \
--	done; \
--	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
-+$(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/Rules.make $(top_srcdir)/configure.in $(ACLOCAL_M4)
- 	cd $(top_srcdir) && \
- 	  $(AUTOMAKE) --gnu  tests/Makefile
--.PRECIOUS: Makefile
--Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
--	@case '$?' in \
--	  *config.status*) \
--	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
--	  *) \
--	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
--	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
--	esac;
--
--$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
--	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--
--$(top_srcdir)/configure:  $(am__configure_deps)
--	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
--	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-+Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
-+	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
-+
-+AR = ar
-+libLIBRARIES_INSTALL = $(INSTALL_DATA)
- install-libLIBRARIES: $(lib_LIBRARIES)
- 	@$(NORMAL_INSTALL)
--	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
-+	$(mkinstalldirs) $(DESTDIR)$(libdir)
- 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
- 	  if test -f $$p; then \
--	    f=$(am__strip_dir) \
--	    echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
--	    $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
-+	    f="`echo $$p | sed -e 's|^.*/||'`"; \
-+	    echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \
-+	    $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \
- 	  else :; fi; \
- 	done
- 	@$(POST_INSTALL)
- 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
- 	  if test -f $$p; then \
--	    p=$(am__strip_dir) \
--	    echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
--	    $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
-+	    p="`echo $$p | sed -e 's|^.*/||'`"; \
-+	    echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
-+	    $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
- 	  else :; fi; \
- 	done
- 
- uninstall-libLIBRARIES:
- 	@$(NORMAL_UNINSTALL)
- 	@list='$(lib_LIBRARIES)'; for p in $$list; do \
--	  p=$(am__strip_dir) \
--	  echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
--	  rm -f "$(DESTDIR)$(libdir)/$$p"; \
-+	  p="`echo $$p | sed -e 's|^.*/||'`"; \
-+	  echo " rm -f $(DESTDIR)$(libdir)/$$p"; \
-+	  rm -f $(DESTDIR)$(libdir)/$$p; \
- 	done
- 
- clean-libLIBRARIES:
-@@ -499,7 +568,7 @@ test_unlink$(EXEEXT): $(test_unlink_OBJECTS) $(test_unlink_DEPENDENCIES)
- 	$(LINK) $(test_unlink_LDFLAGS) $(test_unlink_OBJECTS) $(test_unlink_LDADD) $(LIBS)
- 
- mostlyclean-compile:
--	-rm -f *.$(OBJEXT)
-+	-rm -f *.$(OBJEXT) core *.core
- 
- distclean-compile:
- 	-rm -f *.tab.c
-@@ -570,862 +639,1356 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_unlink-test_unlink.Po at am__quote@
- 
- .c.o:
-- at am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
-- at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
-- at am__fastdepCC_TRUE@	then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ $<
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
- 
- .c.obj:
-- at am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
-- at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
-- at am__fastdepCC_TRUE@	then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
- 
- test_chown-test_chown.o: test_chown.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-test_chown.o -MD -MP -MF "$(DEPDIR)/test_chown-test_chown.Tpo" -c -o test_chown-test_chown.o `test -f 'test_chown.c' || echo '$(srcdir)/'`test_chown.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-test_chown.Tpo" "$(DEPDIR)/test_chown-test_chown.Po"; else rm -f "$(DEPDIR)/test_chown-test_chown.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-test_chown.o -MD -MP -MF "$(DEPDIR)/test_chown-test_chown.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_chown-test_chown.o `test -f 'test_chown.c' || echo '$(srcdir)/'`test_chown.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-test_chown.Tpo" "$(DEPDIR)/test_chown-test_chown.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_chown-test_chown.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_chown.c' object='test_chown-test_chown.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_chown-test_chown.Po' tmpdepfile='$(DEPDIR)/test_chown-test_chown.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -c -o test_chown-test_chown.o `test -f 'test_chown.c' || echo '$(srcdir)/'`test_chown.c
- 
- test_chown-test_chown.obj: test_chown.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-test_chown.obj -MD -MP -MF "$(DEPDIR)/test_chown-test_chown.Tpo" -c -o test_chown-test_chown.obj `if test -f 'test_chown.c'; then $(CYGPATH_W) 'test_chown.c'; else $(CYGPATH_W) '$(srcdir)/test_chown.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-test_chown.Tpo" "$(DEPDIR)/test_chown-test_chown.Po"; else rm -f "$(DEPDIR)/test_chown-test_chown.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-test_chown.obj -MD -MP -MF "$(DEPDIR)/test_chown-test_chown.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_chown-test_chown.obj `if test -f 'test_chown.c'; then $(CYGPATH_W) 'test_chown.c'; else $(CYGPATH_W) '$(srcdir)/test_chown.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-test_chown.Tpo" "$(DEPDIR)/test_chown-test_chown.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_chown-test_chown.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_chown.c' object='test_chown-test_chown.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_chown-test_chown.Po' tmpdepfile='$(DEPDIR)/test_chown-test_chown.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -c -o test_chown-test_chown.obj `if test -f 'test_chown.c'; then $(CYGPATH_W) 'test_chown.c'; else $(CYGPATH_W) '$(srcdir)/test_chown.c'; fi`
- 
- test_chown-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-startup.o -MD -MP -MF "$(DEPDIR)/test_chown-startup.Tpo" -c -o test_chown-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-startup.Tpo" "$(DEPDIR)/test_chown-startup.Po"; else rm -f "$(DEPDIR)/test_chown-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-startup.o -MD -MP -MF "$(DEPDIR)/test_chown-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_chown-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-startup.Tpo" "$(DEPDIR)/test_chown-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_chown-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_chown-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_chown-startup.Po' tmpdepfile='$(DEPDIR)/test_chown-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -c -o test_chown-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_chown-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-startup.obj -MD -MP -MF "$(DEPDIR)/test_chown-startup.Tpo" -c -o test_chown-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-startup.Tpo" "$(DEPDIR)/test_chown-startup.Po"; else rm -f "$(DEPDIR)/test_chown-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-startup.obj -MD -MP -MF "$(DEPDIR)/test_chown-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_chown-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-startup.Tpo" "$(DEPDIR)/test_chown-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_chown-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_chown-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_chown-startup.Po' tmpdepfile='$(DEPDIR)/test_chown-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -c -o test_chown-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_chown-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_chown-drv_init_all.Tpo" -c -o test_chown-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-drv_init_all.Tpo" "$(DEPDIR)/test_chown-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_chown-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_chown-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_chown-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-drv_init_all.Tpo" "$(DEPDIR)/test_chown-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_chown-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_chown-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_chown-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_chown-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -c -o test_chown-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_chown-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_chown-drv_init_all.Tpo" -c -o test_chown-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-drv_init_all.Tpo" "$(DEPDIR)/test_chown-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_chown-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_chown-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_chown-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-drv_init_all.Tpo" "$(DEPDIR)/test_chown-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_chown-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_chown-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_chown-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_chown-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -c -o test_chown-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_chown-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-drv_data.o -MD -MP -MF "$(DEPDIR)/test_chown-drv_data.Tpo" -c -o test_chown-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-drv_data.Tpo" "$(DEPDIR)/test_chown-drv_data.Po"; else rm -f "$(DEPDIR)/test_chown-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-drv_data.o -MD -MP -MF "$(DEPDIR)/test_chown-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_chown-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-drv_data.Tpo" "$(DEPDIR)/test_chown-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_chown-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_chown-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_chown-drv_data.Po' tmpdepfile='$(DEPDIR)/test_chown-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -c -o test_chown-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_chown-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_chown-drv_data.Tpo" -c -o test_chown-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-drv_data.Tpo" "$(DEPDIR)/test_chown-drv_data.Po"; else rm -f "$(DEPDIR)/test_chown-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -MT test_chown-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_chown-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_chown-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_chown-drv_data.Tpo" "$(DEPDIR)/test_chown-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_chown-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_chown-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_chown-drv_data.Po' tmpdepfile='$(DEPDIR)/test_chown-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_chown_CFLAGS) $(CFLAGS) -c -o test_chown-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_copy-test_copy.o: test_copy.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-test_copy.o -MD -MP -MF "$(DEPDIR)/test_copy-test_copy.Tpo" -c -o test_copy-test_copy.o `test -f 'test_copy.c' || echo '$(srcdir)/'`test_copy.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-test_copy.Tpo" "$(DEPDIR)/test_copy-test_copy.Po"; else rm -f "$(DEPDIR)/test_copy-test_copy.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-test_copy.o -MD -MP -MF "$(DEPDIR)/test_copy-test_copy.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_copy-test_copy.o `test -f 'test_copy.c' || echo '$(srcdir)/'`test_copy.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-test_copy.Tpo" "$(DEPDIR)/test_copy-test_copy.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_copy-test_copy.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_copy.c' object='test_copy-test_copy.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_copy-test_copy.Po' tmpdepfile='$(DEPDIR)/test_copy-test_copy.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -c -o test_copy-test_copy.o `test -f 'test_copy.c' || echo '$(srcdir)/'`test_copy.c
- 
- test_copy-test_copy.obj: test_copy.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-test_copy.obj -MD -MP -MF "$(DEPDIR)/test_copy-test_copy.Tpo" -c -o test_copy-test_copy.obj `if test -f 'test_copy.c'; then $(CYGPATH_W) 'test_copy.c'; else $(CYGPATH_W) '$(srcdir)/test_copy.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-test_copy.Tpo" "$(DEPDIR)/test_copy-test_copy.Po"; else rm -f "$(DEPDIR)/test_copy-test_copy.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-test_copy.obj -MD -MP -MF "$(DEPDIR)/test_copy-test_copy.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_copy-test_copy.obj `if test -f 'test_copy.c'; then $(CYGPATH_W) 'test_copy.c'; else $(CYGPATH_W) '$(srcdir)/test_copy.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-test_copy.Tpo" "$(DEPDIR)/test_copy-test_copy.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_copy-test_copy.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_copy.c' object='test_copy-test_copy.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_copy-test_copy.Po' tmpdepfile='$(DEPDIR)/test_copy-test_copy.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -c -o test_copy-test_copy.obj `if test -f 'test_copy.c'; then $(CYGPATH_W) 'test_copy.c'; else $(CYGPATH_W) '$(srcdir)/test_copy.c'; fi`
- 
- test_copy-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-startup.o -MD -MP -MF "$(DEPDIR)/test_copy-startup.Tpo" -c -o test_copy-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-startup.Tpo" "$(DEPDIR)/test_copy-startup.Po"; else rm -f "$(DEPDIR)/test_copy-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-startup.o -MD -MP -MF "$(DEPDIR)/test_copy-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_copy-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-startup.Tpo" "$(DEPDIR)/test_copy-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_copy-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_copy-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_copy-startup.Po' tmpdepfile='$(DEPDIR)/test_copy-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -c -o test_copy-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_copy-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-startup.obj -MD -MP -MF "$(DEPDIR)/test_copy-startup.Tpo" -c -o test_copy-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-startup.Tpo" "$(DEPDIR)/test_copy-startup.Po"; else rm -f "$(DEPDIR)/test_copy-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-startup.obj -MD -MP -MF "$(DEPDIR)/test_copy-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_copy-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-startup.Tpo" "$(DEPDIR)/test_copy-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_copy-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_copy-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_copy-startup.Po' tmpdepfile='$(DEPDIR)/test_copy-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -c -o test_copy-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_copy-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_copy-drv_init_all.Tpo" -c -o test_copy-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-drv_init_all.Tpo" "$(DEPDIR)/test_copy-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_copy-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_copy-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_copy-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-drv_init_all.Tpo" "$(DEPDIR)/test_copy-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_copy-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_copy-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_copy-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_copy-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -c -o test_copy-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_copy-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_copy-drv_init_all.Tpo" -c -o test_copy-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-drv_init_all.Tpo" "$(DEPDIR)/test_copy-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_copy-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_copy-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_copy-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-drv_init_all.Tpo" "$(DEPDIR)/test_copy-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_copy-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_copy-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_copy-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_copy-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -c -o test_copy-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_copy-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-drv_data.o -MD -MP -MF "$(DEPDIR)/test_copy-drv_data.Tpo" -c -o test_copy-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-drv_data.Tpo" "$(DEPDIR)/test_copy-drv_data.Po"; else rm -f "$(DEPDIR)/test_copy-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-drv_data.o -MD -MP -MF "$(DEPDIR)/test_copy-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_copy-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-drv_data.Tpo" "$(DEPDIR)/test_copy-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_copy-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_copy-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_copy-drv_data.Po' tmpdepfile='$(DEPDIR)/test_copy-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -c -o test_copy-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_copy-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_copy-drv_data.Tpo" -c -o test_copy-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-drv_data.Tpo" "$(DEPDIR)/test_copy-drv_data.Po"; else rm -f "$(DEPDIR)/test_copy-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -MT test_copy-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_copy-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_copy-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_copy-drv_data.Tpo" "$(DEPDIR)/test_copy-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_copy-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_copy-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_copy-drv_data.Po' tmpdepfile='$(DEPDIR)/test_copy-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_copy_CFLAGS) $(CFLAGS) -c -o test_copy-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_fcntl_lock-test_fcntl_lock.o: test_fcntl_lock.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-test_fcntl_lock.o -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo" -c -o test_fcntl_lock-test_fcntl_lock.o `test -f 'test_fcntl_lock.c' || echo '$(srcdir)/'`test_fcntl_lock.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo" "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Po"; else rm -f "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-test_fcntl_lock.o -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_fcntl_lock-test_fcntl_lock.o `test -f 'test_fcntl_lock.c' || echo '$(srcdir)/'`test_fcntl_lock.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo" "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_fcntl_lock.c' object='test_fcntl_lock-test_fcntl_lock.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Po' tmpdepfile='$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -c -o test_fcntl_lock-test_fcntl_lock.o `test -f 'test_fcntl_lock.c' || echo '$(srcdir)/'`test_fcntl_lock.c
- 
- test_fcntl_lock-test_fcntl_lock.obj: test_fcntl_lock.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-test_fcntl_lock.obj -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo" -c -o test_fcntl_lock-test_fcntl_lock.obj `if test -f 'test_fcntl_lock.c'; then $(CYGPATH_W) 'test_fcntl_lock.c'; else $(CYGPATH_W) '$(srcdir)/test_fcntl_lock.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo" "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Po"; else rm -f "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-test_fcntl_lock.obj -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_fcntl_lock-test_fcntl_lock.obj `if test -f 'test_fcntl_lock.c'; then $(CYGPATH_W) 'test_fcntl_lock.c'; else $(CYGPATH_W) '$(srcdir)/test_fcntl_lock.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo" "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_fcntl_lock.c' object='test_fcntl_lock-test_fcntl_lock.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.Po' tmpdepfile='$(DEPDIR)/test_fcntl_lock-test_fcntl_lock.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -c -o test_fcntl_lock-test_fcntl_lock.obj `if test -f 'test_fcntl_lock.c'; then $(CYGPATH_W) 'test_fcntl_lock.c'; else $(CYGPATH_W) '$(srcdir)/test_fcntl_lock.c'; fi`
- 
- test_fcntl_lock-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-startup.o -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-startup.Tpo" -c -o test_fcntl_lock-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-startup.Tpo" "$(DEPDIR)/test_fcntl_lock-startup.Po"; else rm -f "$(DEPDIR)/test_fcntl_lock-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-startup.o -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_fcntl_lock-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-startup.Tpo" "$(DEPDIR)/test_fcntl_lock-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_fcntl_lock-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_fcntl_lock-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_fcntl_lock-startup.Po' tmpdepfile='$(DEPDIR)/test_fcntl_lock-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -c -o test_fcntl_lock-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_fcntl_lock-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-startup.obj -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-startup.Tpo" -c -o test_fcntl_lock-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-startup.Tpo" "$(DEPDIR)/test_fcntl_lock-startup.Po"; else rm -f "$(DEPDIR)/test_fcntl_lock-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-startup.obj -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_fcntl_lock-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-startup.Tpo" "$(DEPDIR)/test_fcntl_lock-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_fcntl_lock-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_fcntl_lock-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_fcntl_lock-startup.Po' tmpdepfile='$(DEPDIR)/test_fcntl_lock-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -c -o test_fcntl_lock-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_fcntl_lock-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo" -c -o test_fcntl_lock-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo" "$(DEPDIR)/test_fcntl_lock-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_fcntl_lock-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo" "$(DEPDIR)/test_fcntl_lock-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_fcntl_lock-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_fcntl_lock-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_fcntl_lock-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -c -o test_fcntl_lock-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_fcntl_lock-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo" -c -o test_fcntl_lock-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo" "$(DEPDIR)/test_fcntl_lock-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_fcntl_lock-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo" "$(DEPDIR)/test_fcntl_lock-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_fcntl_lock-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_fcntl_lock-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_fcntl_lock-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_fcntl_lock-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -c -o test_fcntl_lock-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_fcntl_lock-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-drv_data.o -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo" -c -o test_fcntl_lock-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo" "$(DEPDIR)/test_fcntl_lock-drv_data.Po"; else rm -f "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-drv_data.o -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_fcntl_lock-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo" "$(DEPDIR)/test_fcntl_lock-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_fcntl_lock-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_fcntl_lock-drv_data.Po' tmpdepfile='$(DEPDIR)/test_fcntl_lock-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -c -o test_fcntl_lock-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_fcntl_lock-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo" -c -o test_fcntl_lock-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo" "$(DEPDIR)/test_fcntl_lock-drv_data.Po"; else rm -f "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -MT test_fcntl_lock-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_fcntl_lock-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo" "$(DEPDIR)/test_fcntl_lock-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_fcntl_lock-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_fcntl_lock-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_fcntl_lock-drv_data.Po' tmpdepfile='$(DEPDIR)/test_fcntl_lock-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_fcntl_lock_CFLAGS) $(CFLAGS) -c -o test_fcntl_lock-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_getcwd-test_getcwd.o: test_getcwd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-test_getcwd.o -MD -MP -MF "$(DEPDIR)/test_getcwd-test_getcwd.Tpo" -c -o test_getcwd-test_getcwd.o `test -f 'test_getcwd.c' || echo '$(srcdir)/'`test_getcwd.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-test_getcwd.Tpo" "$(DEPDIR)/test_getcwd-test_getcwd.Po"; else rm -f "$(DEPDIR)/test_getcwd-test_getcwd.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-test_getcwd.o -MD -MP -MF "$(DEPDIR)/test_getcwd-test_getcwd.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_getcwd-test_getcwd.o `test -f 'test_getcwd.c' || echo '$(srcdir)/'`test_getcwd.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-test_getcwd.Tpo" "$(DEPDIR)/test_getcwd-test_getcwd.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_getcwd-test_getcwd.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_getcwd.c' object='test_getcwd-test_getcwd.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_getcwd-test_getcwd.Po' tmpdepfile='$(DEPDIR)/test_getcwd-test_getcwd.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -c -o test_getcwd-test_getcwd.o `test -f 'test_getcwd.c' || echo '$(srcdir)/'`test_getcwd.c
- 
- test_getcwd-test_getcwd.obj: test_getcwd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-test_getcwd.obj -MD -MP -MF "$(DEPDIR)/test_getcwd-test_getcwd.Tpo" -c -o test_getcwd-test_getcwd.obj `if test -f 'test_getcwd.c'; then $(CYGPATH_W) 'test_getcwd.c'; else $(CYGPATH_W) '$(srcdir)/test_getcwd.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-test_getcwd.Tpo" "$(DEPDIR)/test_getcwd-test_getcwd.Po"; else rm -f "$(DEPDIR)/test_getcwd-test_getcwd.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-test_getcwd.obj -MD -MP -MF "$(DEPDIR)/test_getcwd-test_getcwd.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_getcwd-test_getcwd.obj `if test -f 'test_getcwd.c'; then $(CYGPATH_W) 'test_getcwd.c'; else $(CYGPATH_W) '$(srcdir)/test_getcwd.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-test_getcwd.Tpo" "$(DEPDIR)/test_getcwd-test_getcwd.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_getcwd-test_getcwd.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_getcwd.c' object='test_getcwd-test_getcwd.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_getcwd-test_getcwd.Po' tmpdepfile='$(DEPDIR)/test_getcwd-test_getcwd.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -c -o test_getcwd-test_getcwd.obj `if test -f 'test_getcwd.c'; then $(CYGPATH_W) 'test_getcwd.c'; else $(CYGPATH_W) '$(srcdir)/test_getcwd.c'; fi`
- 
- test_getcwd-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-startup.o -MD -MP -MF "$(DEPDIR)/test_getcwd-startup.Tpo" -c -o test_getcwd-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-startup.Tpo" "$(DEPDIR)/test_getcwd-startup.Po"; else rm -f "$(DEPDIR)/test_getcwd-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-startup.o -MD -MP -MF "$(DEPDIR)/test_getcwd-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_getcwd-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-startup.Tpo" "$(DEPDIR)/test_getcwd-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_getcwd-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_getcwd-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_getcwd-startup.Po' tmpdepfile='$(DEPDIR)/test_getcwd-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -c -o test_getcwd-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_getcwd-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-startup.obj -MD -MP -MF "$(DEPDIR)/test_getcwd-startup.Tpo" -c -o test_getcwd-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-startup.Tpo" "$(DEPDIR)/test_getcwd-startup.Po"; else rm -f "$(DEPDIR)/test_getcwd-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-startup.obj -MD -MP -MF "$(DEPDIR)/test_getcwd-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_getcwd-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-startup.Tpo" "$(DEPDIR)/test_getcwd-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_getcwd-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_getcwd-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_getcwd-startup.Po' tmpdepfile='$(DEPDIR)/test_getcwd-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -c -o test_getcwd-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_getcwd-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_getcwd-drv_init_all.Tpo" -c -o test_getcwd-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-drv_init_all.Tpo" "$(DEPDIR)/test_getcwd-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_getcwd-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_getcwd-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_getcwd-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-drv_init_all.Tpo" "$(DEPDIR)/test_getcwd-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_getcwd-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_getcwd-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_getcwd-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_getcwd-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -c -o test_getcwd-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_getcwd-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_getcwd-drv_init_all.Tpo" -c -o test_getcwd-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-drv_init_all.Tpo" "$(DEPDIR)/test_getcwd-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_getcwd-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_getcwd-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_getcwd-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-drv_init_all.Tpo" "$(DEPDIR)/test_getcwd-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_getcwd-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_getcwd-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_getcwd-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_getcwd-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -c -o test_getcwd-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_getcwd-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-drv_data.o -MD -MP -MF "$(DEPDIR)/test_getcwd-drv_data.Tpo" -c -o test_getcwd-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-drv_data.Tpo" "$(DEPDIR)/test_getcwd-drv_data.Po"; else rm -f "$(DEPDIR)/test_getcwd-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-drv_data.o -MD -MP -MF "$(DEPDIR)/test_getcwd-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_getcwd-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-drv_data.Tpo" "$(DEPDIR)/test_getcwd-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_getcwd-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_getcwd-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_getcwd-drv_data.Po' tmpdepfile='$(DEPDIR)/test_getcwd-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -c -o test_getcwd-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_getcwd-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_getcwd-drv_data.Tpo" -c -o test_getcwd-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-drv_data.Tpo" "$(DEPDIR)/test_getcwd-drv_data.Po"; else rm -f "$(DEPDIR)/test_getcwd-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -MT test_getcwd-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_getcwd-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_getcwd-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_getcwd-drv_data.Tpo" "$(DEPDIR)/test_getcwd-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_getcwd-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_getcwd-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_getcwd-drv_data.Po' tmpdepfile='$(DEPDIR)/test_getcwd-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_getcwd_CFLAGS) $(CFLAGS) -c -o test_getcwd-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_link-test_link.o: test_link.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-test_link.o -MD -MP -MF "$(DEPDIR)/test_link-test_link.Tpo" -c -o test_link-test_link.o `test -f 'test_link.c' || echo '$(srcdir)/'`test_link.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-test_link.Tpo" "$(DEPDIR)/test_link-test_link.Po"; else rm -f "$(DEPDIR)/test_link-test_link.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-test_link.o -MD -MP -MF "$(DEPDIR)/test_link-test_link.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_link-test_link.o `test -f 'test_link.c' || echo '$(srcdir)/'`test_link.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-test_link.Tpo" "$(DEPDIR)/test_link-test_link.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_link-test_link.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_link.c' object='test_link-test_link.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_link-test_link.Po' tmpdepfile='$(DEPDIR)/test_link-test_link.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-test_link.o `test -f 'test_link.c' || echo '$(srcdir)/'`test_link.c
- 
- test_link-test_link.obj: test_link.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-test_link.obj -MD -MP -MF "$(DEPDIR)/test_link-test_link.Tpo" -c -o test_link-test_link.obj `if test -f 'test_link.c'; then $(CYGPATH_W) 'test_link.c'; else $(CYGPATH_W) '$(srcdir)/test_link.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-test_link.Tpo" "$(DEPDIR)/test_link-test_link.Po"; else rm -f "$(DEPDIR)/test_link-test_link.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-test_link.obj -MD -MP -MF "$(DEPDIR)/test_link-test_link.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_link-test_link.obj `if test -f 'test_link.c'; then $(CYGPATH_W) 'test_link.c'; else $(CYGPATH_W) '$(srcdir)/test_link.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-test_link.Tpo" "$(DEPDIR)/test_link-test_link.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_link-test_link.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_link.c' object='test_link-test_link.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_link-test_link.Po' tmpdepfile='$(DEPDIR)/test_link-test_link.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-test_link.obj `if test -f 'test_link.c'; then $(CYGPATH_W) 'test_link.c'; else $(CYGPATH_W) '$(srcdir)/test_link.c'; fi`
- 
- test_link-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-startup.o -MD -MP -MF "$(DEPDIR)/test_link-startup.Tpo" -c -o test_link-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-startup.Tpo" "$(DEPDIR)/test_link-startup.Po"; else rm -f "$(DEPDIR)/test_link-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-startup.o -MD -MP -MF "$(DEPDIR)/test_link-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_link-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-startup.Tpo" "$(DEPDIR)/test_link-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_link-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_link-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_link-startup.Po' tmpdepfile='$(DEPDIR)/test_link-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_link-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-startup.obj -MD -MP -MF "$(DEPDIR)/test_link-startup.Tpo" -c -o test_link-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-startup.Tpo" "$(DEPDIR)/test_link-startup.Po"; else rm -f "$(DEPDIR)/test_link-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-startup.obj -MD -MP -MF "$(DEPDIR)/test_link-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_link-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-startup.Tpo" "$(DEPDIR)/test_link-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_link-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_link-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_link-startup.Po' tmpdepfile='$(DEPDIR)/test_link-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_link-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_link-drv_init_all.Tpo" -c -o test_link-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-drv_init_all.Tpo" "$(DEPDIR)/test_link-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_link-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_link-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_link-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-drv_init_all.Tpo" "$(DEPDIR)/test_link-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_link-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_link-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_link-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_link-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_link-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_link-drv_init_all.Tpo" -c -o test_link-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-drv_init_all.Tpo" "$(DEPDIR)/test_link-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_link-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_link-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_link-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-drv_init_all.Tpo" "$(DEPDIR)/test_link-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_link-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_link-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_link-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_link-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_link-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-drv_data.o -MD -MP -MF "$(DEPDIR)/test_link-drv_data.Tpo" -c -o test_link-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-drv_data.Tpo" "$(DEPDIR)/test_link-drv_data.Po"; else rm -f "$(DEPDIR)/test_link-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-drv_data.o -MD -MP -MF "$(DEPDIR)/test_link-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_link-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-drv_data.Tpo" "$(DEPDIR)/test_link-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_link-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_link-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_link-drv_data.Po' tmpdepfile='$(DEPDIR)/test_link-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_link-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_link-drv_data.Tpo" -c -o test_link-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-drv_data.Tpo" "$(DEPDIR)/test_link-drv_data.Po"; else rm -f "$(DEPDIR)/test_link-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -MT test_link-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_link-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_link-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_link-drv_data.Tpo" "$(DEPDIR)/test_link-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_link-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_link-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_link-drv_data.Po' tmpdepfile='$(DEPDIR)/test_link-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_link_CFLAGS) $(CFLAGS) -c -o test_link-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_list-test_list.o: test_list.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-test_list.o -MD -MP -MF "$(DEPDIR)/test_list-test_list.Tpo" -c -o test_list-test_list.o `test -f 'test_list.c' || echo '$(srcdir)/'`test_list.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-test_list.Tpo" "$(DEPDIR)/test_list-test_list.Po"; else rm -f "$(DEPDIR)/test_list-test_list.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-test_list.o -MD -MP -MF "$(DEPDIR)/test_list-test_list.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_list-test_list.o `test -f 'test_list.c' || echo '$(srcdir)/'`test_list.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-test_list.Tpo" "$(DEPDIR)/test_list-test_list.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_list-test_list.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_list.c' object='test_list-test_list.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_list-test_list.Po' tmpdepfile='$(DEPDIR)/test_list-test_list.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -c -o test_list-test_list.o `test -f 'test_list.c' || echo '$(srcdir)/'`test_list.c
- 
- test_list-test_list.obj: test_list.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-test_list.obj -MD -MP -MF "$(DEPDIR)/test_list-test_list.Tpo" -c -o test_list-test_list.obj `if test -f 'test_list.c'; then $(CYGPATH_W) 'test_list.c'; else $(CYGPATH_W) '$(srcdir)/test_list.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-test_list.Tpo" "$(DEPDIR)/test_list-test_list.Po"; else rm -f "$(DEPDIR)/test_list-test_list.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-test_list.obj -MD -MP -MF "$(DEPDIR)/test_list-test_list.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_list-test_list.obj `if test -f 'test_list.c'; then $(CYGPATH_W) 'test_list.c'; else $(CYGPATH_W) '$(srcdir)/test_list.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-test_list.Tpo" "$(DEPDIR)/test_list-test_list.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_list-test_list.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_list.c' object='test_list-test_list.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_list-test_list.Po' tmpdepfile='$(DEPDIR)/test_list-test_list.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -c -o test_list-test_list.obj `if test -f 'test_list.c'; then $(CYGPATH_W) 'test_list.c'; else $(CYGPATH_W) '$(srcdir)/test_list.c'; fi`
- 
- test_list-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-startup.o -MD -MP -MF "$(DEPDIR)/test_list-startup.Tpo" -c -o test_list-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-startup.Tpo" "$(DEPDIR)/test_list-startup.Po"; else rm -f "$(DEPDIR)/test_list-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-startup.o -MD -MP -MF "$(DEPDIR)/test_list-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_list-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-startup.Tpo" "$(DEPDIR)/test_list-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_list-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_list-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_list-startup.Po' tmpdepfile='$(DEPDIR)/test_list-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -c -o test_list-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_list-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-startup.obj -MD -MP -MF "$(DEPDIR)/test_list-startup.Tpo" -c -o test_list-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-startup.Tpo" "$(DEPDIR)/test_list-startup.Po"; else rm -f "$(DEPDIR)/test_list-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-startup.obj -MD -MP -MF "$(DEPDIR)/test_list-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_list-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-startup.Tpo" "$(DEPDIR)/test_list-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_list-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_list-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_list-startup.Po' tmpdepfile='$(DEPDIR)/test_list-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -c -o test_list-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_list-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_list-drv_init_all.Tpo" -c -o test_list-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-drv_init_all.Tpo" "$(DEPDIR)/test_list-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_list-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_list-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_list-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-drv_init_all.Tpo" "$(DEPDIR)/test_list-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_list-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_list-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_list-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_list-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -c -o test_list-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_list-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_list-drv_init_all.Tpo" -c -o test_list-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-drv_init_all.Tpo" "$(DEPDIR)/test_list-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_list-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_list-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_list-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-drv_init_all.Tpo" "$(DEPDIR)/test_list-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_list-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_list-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_list-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_list-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -c -o test_list-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_list-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-drv_data.o -MD -MP -MF "$(DEPDIR)/test_list-drv_data.Tpo" -c -o test_list-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-drv_data.Tpo" "$(DEPDIR)/test_list-drv_data.Po"; else rm -f "$(DEPDIR)/test_list-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-drv_data.o -MD -MP -MF "$(DEPDIR)/test_list-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_list-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-drv_data.Tpo" "$(DEPDIR)/test_list-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_list-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_list-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_list-drv_data.Po' tmpdepfile='$(DEPDIR)/test_list-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -c -o test_list-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_list-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_list-drv_data.Tpo" -c -o test_list-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-drv_data.Tpo" "$(DEPDIR)/test_list-drv_data.Po"; else rm -f "$(DEPDIR)/test_list-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -MT test_list-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_list-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_list-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_list-drv_data.Tpo" "$(DEPDIR)/test_list-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_list-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_list-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_list-drv_data.Po' tmpdepfile='$(DEPDIR)/test_list-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_list_CFLAGS) $(CFLAGS) -c -o test_list-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_mkdir-test_mkdir.o: test_mkdir.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-test_mkdir.o -MD -MP -MF "$(DEPDIR)/test_mkdir-test_mkdir.Tpo" -c -o test_mkdir-test_mkdir.o `test -f 'test_mkdir.c' || echo '$(srcdir)/'`test_mkdir.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-test_mkdir.Tpo" "$(DEPDIR)/test_mkdir-test_mkdir.Po"; else rm -f "$(DEPDIR)/test_mkdir-test_mkdir.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-test_mkdir.o -MD -MP -MF "$(DEPDIR)/test_mkdir-test_mkdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mkdir-test_mkdir.o `test -f 'test_mkdir.c' || echo '$(srcdir)/'`test_mkdir.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-test_mkdir.Tpo" "$(DEPDIR)/test_mkdir-test_mkdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mkdir-test_mkdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_mkdir.c' object='test_mkdir-test_mkdir.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mkdir-test_mkdir.Po' tmpdepfile='$(DEPDIR)/test_mkdir-test_mkdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -c -o test_mkdir-test_mkdir.o `test -f 'test_mkdir.c' || echo '$(srcdir)/'`test_mkdir.c
- 
- test_mkdir-test_mkdir.obj: test_mkdir.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-test_mkdir.obj -MD -MP -MF "$(DEPDIR)/test_mkdir-test_mkdir.Tpo" -c -o test_mkdir-test_mkdir.obj `if test -f 'test_mkdir.c'; then $(CYGPATH_W) 'test_mkdir.c'; else $(CYGPATH_W) '$(srcdir)/test_mkdir.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-test_mkdir.Tpo" "$(DEPDIR)/test_mkdir-test_mkdir.Po"; else rm -f "$(DEPDIR)/test_mkdir-test_mkdir.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-test_mkdir.obj -MD -MP -MF "$(DEPDIR)/test_mkdir-test_mkdir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mkdir-test_mkdir.obj `if test -f 'test_mkdir.c'; then $(CYGPATH_W) 'test_mkdir.c'; else $(CYGPATH_W) '$(srcdir)/test_mkdir.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-test_mkdir.Tpo" "$(DEPDIR)/test_mkdir-test_mkdir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mkdir-test_mkdir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_mkdir.c' object='test_mkdir-test_mkdir.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mkdir-test_mkdir.Po' tmpdepfile='$(DEPDIR)/test_mkdir-test_mkdir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -c -o test_mkdir-test_mkdir.obj `if test -f 'test_mkdir.c'; then $(CYGPATH_W) 'test_mkdir.c'; else $(CYGPATH_W) '$(srcdir)/test_mkdir.c'; fi`
- 
- test_mkdir-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-startup.o -MD -MP -MF "$(DEPDIR)/test_mkdir-startup.Tpo" -c -o test_mkdir-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-startup.Tpo" "$(DEPDIR)/test_mkdir-startup.Po"; else rm -f "$(DEPDIR)/test_mkdir-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-startup.o -MD -MP -MF "$(DEPDIR)/test_mkdir-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mkdir-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-startup.Tpo" "$(DEPDIR)/test_mkdir-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mkdir-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_mkdir-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mkdir-startup.Po' tmpdepfile='$(DEPDIR)/test_mkdir-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -c -o test_mkdir-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_mkdir-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-startup.obj -MD -MP -MF "$(DEPDIR)/test_mkdir-startup.Tpo" -c -o test_mkdir-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-startup.Tpo" "$(DEPDIR)/test_mkdir-startup.Po"; else rm -f "$(DEPDIR)/test_mkdir-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-startup.obj -MD -MP -MF "$(DEPDIR)/test_mkdir-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mkdir-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-startup.Tpo" "$(DEPDIR)/test_mkdir-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mkdir-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_mkdir-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mkdir-startup.Po' tmpdepfile='$(DEPDIR)/test_mkdir-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -c -o test_mkdir-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_mkdir-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_mkdir-drv_init_all.Tpo" -c -o test_mkdir-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-drv_init_all.Tpo" "$(DEPDIR)/test_mkdir-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_mkdir-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_mkdir-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mkdir-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-drv_init_all.Tpo" "$(DEPDIR)/test_mkdir-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mkdir-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_mkdir-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mkdir-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_mkdir-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -c -o test_mkdir-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_mkdir-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_mkdir-drv_init_all.Tpo" -c -o test_mkdir-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-drv_init_all.Tpo" "$(DEPDIR)/test_mkdir-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_mkdir-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_mkdir-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mkdir-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-drv_init_all.Tpo" "$(DEPDIR)/test_mkdir-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mkdir-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_mkdir-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mkdir-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_mkdir-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -c -o test_mkdir-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_mkdir-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-drv_data.o -MD -MP -MF "$(DEPDIR)/test_mkdir-drv_data.Tpo" -c -o test_mkdir-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-drv_data.Tpo" "$(DEPDIR)/test_mkdir-drv_data.Po"; else rm -f "$(DEPDIR)/test_mkdir-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-drv_data.o -MD -MP -MF "$(DEPDIR)/test_mkdir-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mkdir-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-drv_data.Tpo" "$(DEPDIR)/test_mkdir-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mkdir-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_mkdir-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mkdir-drv_data.Po' tmpdepfile='$(DEPDIR)/test_mkdir-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -c -o test_mkdir-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_mkdir-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_mkdir-drv_data.Tpo" -c -o test_mkdir-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-drv_data.Tpo" "$(DEPDIR)/test_mkdir-drv_data.Po"; else rm -f "$(DEPDIR)/test_mkdir-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -MT test_mkdir-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_mkdir-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mkdir-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mkdir-drv_data.Tpo" "$(DEPDIR)/test_mkdir-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mkdir-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_mkdir-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mkdir-drv_data.Po' tmpdepfile='$(DEPDIR)/test_mkdir-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mkdir_CFLAGS) $(CFLAGS) -c -o test_mkdir-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_mknod-test_mknod.o: test_mknod.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-test_mknod.o -MD -MP -MF "$(DEPDIR)/test_mknod-test_mknod.Tpo" -c -o test_mknod-test_mknod.o `test -f 'test_mknod.c' || echo '$(srcdir)/'`test_mknod.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-test_mknod.Tpo" "$(DEPDIR)/test_mknod-test_mknod.Po"; else rm -f "$(DEPDIR)/test_mknod-test_mknod.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-test_mknod.o -MD -MP -MF "$(DEPDIR)/test_mknod-test_mknod.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mknod-test_mknod.o `test -f 'test_mknod.c' || echo '$(srcdir)/'`test_mknod.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-test_mknod.Tpo" "$(DEPDIR)/test_mknod-test_mknod.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mknod-test_mknod.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_mknod.c' object='test_mknod-test_mknod.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mknod-test_mknod.Po' tmpdepfile='$(DEPDIR)/test_mknod-test_mknod.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -c -o test_mknod-test_mknod.o `test -f 'test_mknod.c' || echo '$(srcdir)/'`test_mknod.c
- 
- test_mknod-test_mknod.obj: test_mknod.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-test_mknod.obj -MD -MP -MF "$(DEPDIR)/test_mknod-test_mknod.Tpo" -c -o test_mknod-test_mknod.obj `if test -f 'test_mknod.c'; then $(CYGPATH_W) 'test_mknod.c'; else $(CYGPATH_W) '$(srcdir)/test_mknod.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-test_mknod.Tpo" "$(DEPDIR)/test_mknod-test_mknod.Po"; else rm -f "$(DEPDIR)/test_mknod-test_mknod.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-test_mknod.obj -MD -MP -MF "$(DEPDIR)/test_mknod-test_mknod.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mknod-test_mknod.obj `if test -f 'test_mknod.c'; then $(CYGPATH_W) 'test_mknod.c'; else $(CYGPATH_W) '$(srcdir)/test_mknod.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-test_mknod.Tpo" "$(DEPDIR)/test_mknod-test_mknod.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mknod-test_mknod.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_mknod.c' object='test_mknod-test_mknod.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mknod-test_mknod.Po' tmpdepfile='$(DEPDIR)/test_mknod-test_mknod.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -c -o test_mknod-test_mknod.obj `if test -f 'test_mknod.c'; then $(CYGPATH_W) 'test_mknod.c'; else $(CYGPATH_W) '$(srcdir)/test_mknod.c'; fi`
- 
- test_mknod-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-startup.o -MD -MP -MF "$(DEPDIR)/test_mknod-startup.Tpo" -c -o test_mknod-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-startup.Tpo" "$(DEPDIR)/test_mknod-startup.Po"; else rm -f "$(DEPDIR)/test_mknod-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-startup.o -MD -MP -MF "$(DEPDIR)/test_mknod-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mknod-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-startup.Tpo" "$(DEPDIR)/test_mknod-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mknod-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_mknod-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mknod-startup.Po' tmpdepfile='$(DEPDIR)/test_mknod-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -c -o test_mknod-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_mknod-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-startup.obj -MD -MP -MF "$(DEPDIR)/test_mknod-startup.Tpo" -c -o test_mknod-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-startup.Tpo" "$(DEPDIR)/test_mknod-startup.Po"; else rm -f "$(DEPDIR)/test_mknod-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-startup.obj -MD -MP -MF "$(DEPDIR)/test_mknod-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mknod-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-startup.Tpo" "$(DEPDIR)/test_mknod-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mknod-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_mknod-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mknod-startup.Po' tmpdepfile='$(DEPDIR)/test_mknod-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -c -o test_mknod-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_mknod-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_mknod-drv_init_all.Tpo" -c -o test_mknod-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-drv_init_all.Tpo" "$(DEPDIR)/test_mknod-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_mknod-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_mknod-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mknod-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-drv_init_all.Tpo" "$(DEPDIR)/test_mknod-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mknod-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_mknod-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mknod-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_mknod-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -c -o test_mknod-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_mknod-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_mknod-drv_init_all.Tpo" -c -o test_mknod-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-drv_init_all.Tpo" "$(DEPDIR)/test_mknod-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_mknod-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_mknod-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mknod-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-drv_init_all.Tpo" "$(DEPDIR)/test_mknod-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mknod-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_mknod-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mknod-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_mknod-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -c -o test_mknod-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_mknod-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-drv_data.o -MD -MP -MF "$(DEPDIR)/test_mknod-drv_data.Tpo" -c -o test_mknod-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-drv_data.Tpo" "$(DEPDIR)/test_mknod-drv_data.Po"; else rm -f "$(DEPDIR)/test_mknod-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-drv_data.o -MD -MP -MF "$(DEPDIR)/test_mknod-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mknod-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-drv_data.Tpo" "$(DEPDIR)/test_mknod-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mknod-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_mknod-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mknod-drv_data.Po' tmpdepfile='$(DEPDIR)/test_mknod-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -c -o test_mknod-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_mknod-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_mknod-drv_data.Tpo" -c -o test_mknod-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-drv_data.Tpo" "$(DEPDIR)/test_mknod-drv_data.Po"; else rm -f "$(DEPDIR)/test_mknod-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -MT test_mknod-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_mknod-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_mknod-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_mknod-drv_data.Tpo" "$(DEPDIR)/test_mknod-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_mknod-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_mknod-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_mknod-drv_data.Po' tmpdepfile='$(DEPDIR)/test_mknod-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_mknod_CFLAGS) $(CFLAGS) -c -o test_mknod-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_path-test_path.o: test_path.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-test_path.o -MD -MP -MF "$(DEPDIR)/test_path-test_path.Tpo" -c -o test_path-test_path.o `test -f 'test_path.c' || echo '$(srcdir)/'`test_path.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-test_path.Tpo" "$(DEPDIR)/test_path-test_path.Po"; else rm -f "$(DEPDIR)/test_path-test_path.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-test_path.o -MD -MP -MF "$(DEPDIR)/test_path-test_path.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_path-test_path.o `test -f 'test_path.c' || echo '$(srcdir)/'`test_path.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-test_path.Tpo" "$(DEPDIR)/test_path-test_path.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_path-test_path.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_path.c' object='test_path-test_path.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_path-test_path.Po' tmpdepfile='$(DEPDIR)/test_path-test_path.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -c -o test_path-test_path.o `test -f 'test_path.c' || echo '$(srcdir)/'`test_path.c
- 
- test_path-test_path.obj: test_path.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-test_path.obj -MD -MP -MF "$(DEPDIR)/test_path-test_path.Tpo" -c -o test_path-test_path.obj `if test -f 'test_path.c'; then $(CYGPATH_W) 'test_path.c'; else $(CYGPATH_W) '$(srcdir)/test_path.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-test_path.Tpo" "$(DEPDIR)/test_path-test_path.Po"; else rm -f "$(DEPDIR)/test_path-test_path.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-test_path.obj -MD -MP -MF "$(DEPDIR)/test_path-test_path.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_path-test_path.obj `if test -f 'test_path.c'; then $(CYGPATH_W) 'test_path.c'; else $(CYGPATH_W) '$(srcdir)/test_path.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-test_path.Tpo" "$(DEPDIR)/test_path-test_path.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_path-test_path.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_path.c' object='test_path-test_path.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_path-test_path.Po' tmpdepfile='$(DEPDIR)/test_path-test_path.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -c -o test_path-test_path.obj `if test -f 'test_path.c'; then $(CYGPATH_W) 'test_path.c'; else $(CYGPATH_W) '$(srcdir)/test_path.c'; fi`
- 
- test_path-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-startup.o -MD -MP -MF "$(DEPDIR)/test_path-startup.Tpo" -c -o test_path-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-startup.Tpo" "$(DEPDIR)/test_path-startup.Po"; else rm -f "$(DEPDIR)/test_path-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-startup.o -MD -MP -MF "$(DEPDIR)/test_path-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_path-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-startup.Tpo" "$(DEPDIR)/test_path-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_path-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_path-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_path-startup.Po' tmpdepfile='$(DEPDIR)/test_path-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -c -o test_path-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_path-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-startup.obj -MD -MP -MF "$(DEPDIR)/test_path-startup.Tpo" -c -o test_path-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-startup.Tpo" "$(DEPDIR)/test_path-startup.Po"; else rm -f "$(DEPDIR)/test_path-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-startup.obj -MD -MP -MF "$(DEPDIR)/test_path-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_path-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-startup.Tpo" "$(DEPDIR)/test_path-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_path-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_path-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_path-startup.Po' tmpdepfile='$(DEPDIR)/test_path-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -c -o test_path-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_path-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_path-drv_init_all.Tpo" -c -o test_path-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-drv_init_all.Tpo" "$(DEPDIR)/test_path-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_path-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_path-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_path-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-drv_init_all.Tpo" "$(DEPDIR)/test_path-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_path-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_path-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_path-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_path-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -c -o test_path-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_path-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_path-drv_init_all.Tpo" -c -o test_path-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-drv_init_all.Tpo" "$(DEPDIR)/test_path-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_path-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_path-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_path-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-drv_init_all.Tpo" "$(DEPDIR)/test_path-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_path-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_path-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_path-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_path-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -c -o test_path-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_path-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-drv_data.o -MD -MP -MF "$(DEPDIR)/test_path-drv_data.Tpo" -c -o test_path-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-drv_data.Tpo" "$(DEPDIR)/test_path-drv_data.Po"; else rm -f "$(DEPDIR)/test_path-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-drv_data.o -MD -MP -MF "$(DEPDIR)/test_path-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_path-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-drv_data.Tpo" "$(DEPDIR)/test_path-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_path-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_path-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_path-drv_data.Po' tmpdepfile='$(DEPDIR)/test_path-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -c -o test_path-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_path-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_path-drv_data.Tpo" -c -o test_path-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-drv_data.Tpo" "$(DEPDIR)/test_path-drv_data.Po"; else rm -f "$(DEPDIR)/test_path-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -MT test_path-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_path-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_path-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_path-drv_data.Tpo" "$(DEPDIR)/test_path-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_path-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_path-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_path-drv_data.Po' tmpdepfile='$(DEPDIR)/test_path-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_path_CFLAGS) $(CFLAGS) -c -o test_path-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_regions-test_regions.o: test_regions.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-test_regions.o -MD -MP -MF "$(DEPDIR)/test_regions-test_regions.Tpo" -c -o test_regions-test_regions.o `test -f 'test_regions.c' || echo '$(srcdir)/'`test_regions.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-test_regions.Tpo" "$(DEPDIR)/test_regions-test_regions.Po"; else rm -f "$(DEPDIR)/test_regions-test_regions.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-test_regions.o -MD -MP -MF "$(DEPDIR)/test_regions-test_regions.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_regions-test_regions.o `test -f 'test_regions.c' || echo '$(srcdir)/'`test_regions.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-test_regions.Tpo" "$(DEPDIR)/test_regions-test_regions.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_regions-test_regions.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_regions.c' object='test_regions-test_regions.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_regions-test_regions.Po' tmpdepfile='$(DEPDIR)/test_regions-test_regions.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -c -o test_regions-test_regions.o `test -f 'test_regions.c' || echo '$(srcdir)/'`test_regions.c
- 
- test_regions-test_regions.obj: test_regions.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-test_regions.obj -MD -MP -MF "$(DEPDIR)/test_regions-test_regions.Tpo" -c -o test_regions-test_regions.obj `if test -f 'test_regions.c'; then $(CYGPATH_W) 'test_regions.c'; else $(CYGPATH_W) '$(srcdir)/test_regions.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-test_regions.Tpo" "$(DEPDIR)/test_regions-test_regions.Po"; else rm -f "$(DEPDIR)/test_regions-test_regions.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-test_regions.obj -MD -MP -MF "$(DEPDIR)/test_regions-test_regions.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_regions-test_regions.obj `if test -f 'test_regions.c'; then $(CYGPATH_W) 'test_regions.c'; else $(CYGPATH_W) '$(srcdir)/test_regions.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-test_regions.Tpo" "$(DEPDIR)/test_regions-test_regions.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_regions-test_regions.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_regions.c' object='test_regions-test_regions.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_regions-test_regions.Po' tmpdepfile='$(DEPDIR)/test_regions-test_regions.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -c -o test_regions-test_regions.obj `if test -f 'test_regions.c'; then $(CYGPATH_W) 'test_regions.c'; else $(CYGPATH_W) '$(srcdir)/test_regions.c'; fi`
- 
- test_regions-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-startup.o -MD -MP -MF "$(DEPDIR)/test_regions-startup.Tpo" -c -o test_regions-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-startup.Tpo" "$(DEPDIR)/test_regions-startup.Po"; else rm -f "$(DEPDIR)/test_regions-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-startup.o -MD -MP -MF "$(DEPDIR)/test_regions-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_regions-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-startup.Tpo" "$(DEPDIR)/test_regions-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_regions-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_regions-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_regions-startup.Po' tmpdepfile='$(DEPDIR)/test_regions-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -c -o test_regions-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_regions-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-startup.obj -MD -MP -MF "$(DEPDIR)/test_regions-startup.Tpo" -c -o test_regions-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-startup.Tpo" "$(DEPDIR)/test_regions-startup.Po"; else rm -f "$(DEPDIR)/test_regions-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-startup.obj -MD -MP -MF "$(DEPDIR)/test_regions-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_regions-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-startup.Tpo" "$(DEPDIR)/test_regions-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_regions-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_regions-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_regions-startup.Po' tmpdepfile='$(DEPDIR)/test_regions-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -c -o test_regions-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_regions-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_regions-drv_init_all.Tpo" -c -o test_regions-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-drv_init_all.Tpo" "$(DEPDIR)/test_regions-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_regions-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_regions-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_regions-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-drv_init_all.Tpo" "$(DEPDIR)/test_regions-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_regions-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_regions-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_regions-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_regions-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -c -o test_regions-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_regions-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_regions-drv_init_all.Tpo" -c -o test_regions-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-drv_init_all.Tpo" "$(DEPDIR)/test_regions-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_regions-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_regions-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_regions-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-drv_init_all.Tpo" "$(DEPDIR)/test_regions-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_regions-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_regions-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_regions-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_regions-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -c -o test_regions-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_regions-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-drv_data.o -MD -MP -MF "$(DEPDIR)/test_regions-drv_data.Tpo" -c -o test_regions-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-drv_data.Tpo" "$(DEPDIR)/test_regions-drv_data.Po"; else rm -f "$(DEPDIR)/test_regions-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-drv_data.o -MD -MP -MF "$(DEPDIR)/test_regions-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_regions-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-drv_data.Tpo" "$(DEPDIR)/test_regions-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_regions-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_regions-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_regions-drv_data.Po' tmpdepfile='$(DEPDIR)/test_regions-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -c -o test_regions-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_regions-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_regions-drv_data.Tpo" -c -o test_regions-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-drv_data.Tpo" "$(DEPDIR)/test_regions-drv_data.Po"; else rm -f "$(DEPDIR)/test_regions-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -MT test_regions-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_regions-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_regions-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_regions-drv_data.Tpo" "$(DEPDIR)/test_regions-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_regions-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_regions-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_regions-drv_data.Po' tmpdepfile='$(DEPDIR)/test_regions-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_regions_CFLAGS) $(CFLAGS) -c -o test_regions-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_rename-test_rename.o: test_rename.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-test_rename.o -MD -MP -MF "$(DEPDIR)/test_rename-test_rename.Tpo" -c -o test_rename-test_rename.o `test -f 'test_rename.c' || echo '$(srcdir)/'`test_rename.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-test_rename.Tpo" "$(DEPDIR)/test_rename-test_rename.Po"; else rm -f "$(DEPDIR)/test_rename-test_rename.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-test_rename.o -MD -MP -MF "$(DEPDIR)/test_rename-test_rename.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_rename-test_rename.o `test -f 'test_rename.c' || echo '$(srcdir)/'`test_rename.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-test_rename.Tpo" "$(DEPDIR)/test_rename-test_rename.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_rename-test_rename.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_rename.c' object='test_rename-test_rename.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_rename-test_rename.Po' tmpdepfile='$(DEPDIR)/test_rename-test_rename.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -c -o test_rename-test_rename.o `test -f 'test_rename.c' || echo '$(srcdir)/'`test_rename.c
- 
- test_rename-test_rename.obj: test_rename.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-test_rename.obj -MD -MP -MF "$(DEPDIR)/test_rename-test_rename.Tpo" -c -o test_rename-test_rename.obj `if test -f 'test_rename.c'; then $(CYGPATH_W) 'test_rename.c'; else $(CYGPATH_W) '$(srcdir)/test_rename.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-test_rename.Tpo" "$(DEPDIR)/test_rename-test_rename.Po"; else rm -f "$(DEPDIR)/test_rename-test_rename.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-test_rename.obj -MD -MP -MF "$(DEPDIR)/test_rename-test_rename.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_rename-test_rename.obj `if test -f 'test_rename.c'; then $(CYGPATH_W) 'test_rename.c'; else $(CYGPATH_W) '$(srcdir)/test_rename.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-test_rename.Tpo" "$(DEPDIR)/test_rename-test_rename.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_rename-test_rename.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_rename.c' object='test_rename-test_rename.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_rename-test_rename.Po' tmpdepfile='$(DEPDIR)/test_rename-test_rename.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -c -o test_rename-test_rename.obj `if test -f 'test_rename.c'; then $(CYGPATH_W) 'test_rename.c'; else $(CYGPATH_W) '$(srcdir)/test_rename.c'; fi`
- 
- test_rename-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-startup.o -MD -MP -MF "$(DEPDIR)/test_rename-startup.Tpo" -c -o test_rename-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-startup.Tpo" "$(DEPDIR)/test_rename-startup.Po"; else rm -f "$(DEPDIR)/test_rename-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-startup.o -MD -MP -MF "$(DEPDIR)/test_rename-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_rename-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-startup.Tpo" "$(DEPDIR)/test_rename-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_rename-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_rename-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_rename-startup.Po' tmpdepfile='$(DEPDIR)/test_rename-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -c -o test_rename-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_rename-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-startup.obj -MD -MP -MF "$(DEPDIR)/test_rename-startup.Tpo" -c -o test_rename-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-startup.Tpo" "$(DEPDIR)/test_rename-startup.Po"; else rm -f "$(DEPDIR)/test_rename-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-startup.obj -MD -MP -MF "$(DEPDIR)/test_rename-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_rename-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-startup.Tpo" "$(DEPDIR)/test_rename-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_rename-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_rename-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_rename-startup.Po' tmpdepfile='$(DEPDIR)/test_rename-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -c -o test_rename-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_rename-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_rename-drv_init_all.Tpo" -c -o test_rename-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-drv_init_all.Tpo" "$(DEPDIR)/test_rename-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_rename-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_rename-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_rename-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-drv_init_all.Tpo" "$(DEPDIR)/test_rename-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_rename-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_rename-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_rename-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_rename-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -c -o test_rename-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_rename-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_rename-drv_init_all.Tpo" -c -o test_rename-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-drv_init_all.Tpo" "$(DEPDIR)/test_rename-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_rename-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_rename-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_rename-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-drv_init_all.Tpo" "$(DEPDIR)/test_rename-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_rename-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_rename-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_rename-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_rename-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -c -o test_rename-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_rename-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-drv_data.o -MD -MP -MF "$(DEPDIR)/test_rename-drv_data.Tpo" -c -o test_rename-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-drv_data.Tpo" "$(DEPDIR)/test_rename-drv_data.Po"; else rm -f "$(DEPDIR)/test_rename-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-drv_data.o -MD -MP -MF "$(DEPDIR)/test_rename-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_rename-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-drv_data.Tpo" "$(DEPDIR)/test_rename-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_rename-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_rename-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_rename-drv_data.Po' tmpdepfile='$(DEPDIR)/test_rename-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -c -o test_rename-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_rename-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_rename-drv_data.Tpo" -c -o test_rename-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-drv_data.Tpo" "$(DEPDIR)/test_rename-drv_data.Po"; else rm -f "$(DEPDIR)/test_rename-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -MT test_rename-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_rename-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_rename-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_rename-drv_data.Tpo" "$(DEPDIR)/test_rename-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_rename-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_rename-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_rename-drv_data.Po' tmpdepfile='$(DEPDIR)/test_rename-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rename_CFLAGS) $(CFLAGS) -c -o test_rename-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_stats-test_stats.o: test_stats.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-test_stats.o -MD -MP -MF "$(DEPDIR)/test_stats-test_stats.Tpo" -c -o test_stats-test_stats.o `test -f 'test_stats.c' || echo '$(srcdir)/'`test_stats.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-test_stats.Tpo" "$(DEPDIR)/test_stats-test_stats.Po"; else rm -f "$(DEPDIR)/test_stats-test_stats.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-test_stats.o -MD -MP -MF "$(DEPDIR)/test_stats-test_stats.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stats-test_stats.o `test -f 'test_stats.c' || echo '$(srcdir)/'`test_stats.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-test_stats.Tpo" "$(DEPDIR)/test_stats-test_stats.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stats-test_stats.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_stats.c' object='test_stats-test_stats.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stats-test_stats.Po' tmpdepfile='$(DEPDIR)/test_stats-test_stats.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -c -o test_stats-test_stats.o `test -f 'test_stats.c' || echo '$(srcdir)/'`test_stats.c
- 
- test_stats-test_stats.obj: test_stats.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-test_stats.obj -MD -MP -MF "$(DEPDIR)/test_stats-test_stats.Tpo" -c -o test_stats-test_stats.obj `if test -f 'test_stats.c'; then $(CYGPATH_W) 'test_stats.c'; else $(CYGPATH_W) '$(srcdir)/test_stats.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-test_stats.Tpo" "$(DEPDIR)/test_stats-test_stats.Po"; else rm -f "$(DEPDIR)/test_stats-test_stats.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-test_stats.obj -MD -MP -MF "$(DEPDIR)/test_stats-test_stats.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stats-test_stats.obj `if test -f 'test_stats.c'; then $(CYGPATH_W) 'test_stats.c'; else $(CYGPATH_W) '$(srcdir)/test_stats.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-test_stats.Tpo" "$(DEPDIR)/test_stats-test_stats.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stats-test_stats.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_stats.c' object='test_stats-test_stats.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stats-test_stats.Po' tmpdepfile='$(DEPDIR)/test_stats-test_stats.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -c -o test_stats-test_stats.obj `if test -f 'test_stats.c'; then $(CYGPATH_W) 'test_stats.c'; else $(CYGPATH_W) '$(srcdir)/test_stats.c'; fi`
- 
- test_stats-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-startup.o -MD -MP -MF "$(DEPDIR)/test_stats-startup.Tpo" -c -o test_stats-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-startup.Tpo" "$(DEPDIR)/test_stats-startup.Po"; else rm -f "$(DEPDIR)/test_stats-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-startup.o -MD -MP -MF "$(DEPDIR)/test_stats-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stats-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-startup.Tpo" "$(DEPDIR)/test_stats-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stats-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_stats-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stats-startup.Po' tmpdepfile='$(DEPDIR)/test_stats-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -c -o test_stats-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_stats-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-startup.obj -MD -MP -MF "$(DEPDIR)/test_stats-startup.Tpo" -c -o test_stats-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-startup.Tpo" "$(DEPDIR)/test_stats-startup.Po"; else rm -f "$(DEPDIR)/test_stats-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-startup.obj -MD -MP -MF "$(DEPDIR)/test_stats-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stats-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-startup.Tpo" "$(DEPDIR)/test_stats-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stats-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_stats-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stats-startup.Po' tmpdepfile='$(DEPDIR)/test_stats-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -c -o test_stats-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_stats-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_stats-drv_init_all.Tpo" -c -o test_stats-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-drv_init_all.Tpo" "$(DEPDIR)/test_stats-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_stats-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_stats-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stats-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-drv_init_all.Tpo" "$(DEPDIR)/test_stats-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stats-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_stats-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stats-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_stats-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -c -o test_stats-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_stats-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_stats-drv_init_all.Tpo" -c -o test_stats-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-drv_init_all.Tpo" "$(DEPDIR)/test_stats-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_stats-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_stats-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stats-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-drv_init_all.Tpo" "$(DEPDIR)/test_stats-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stats-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_stats-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stats-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_stats-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -c -o test_stats-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_stats-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-drv_data.o -MD -MP -MF "$(DEPDIR)/test_stats-drv_data.Tpo" -c -o test_stats-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-drv_data.Tpo" "$(DEPDIR)/test_stats-drv_data.Po"; else rm -f "$(DEPDIR)/test_stats-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-drv_data.o -MD -MP -MF "$(DEPDIR)/test_stats-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stats-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-drv_data.Tpo" "$(DEPDIR)/test_stats-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stats-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_stats-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stats-drv_data.Po' tmpdepfile='$(DEPDIR)/test_stats-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -c -o test_stats-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_stats-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_stats-drv_data.Tpo" -c -o test_stats-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-drv_data.Tpo" "$(DEPDIR)/test_stats-drv_data.Po"; else rm -f "$(DEPDIR)/test_stats-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -MT test_stats-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_stats-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stats-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stats-drv_data.Tpo" "$(DEPDIR)/test_stats-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stats-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_stats-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stats-drv_data.Po' tmpdepfile='$(DEPDIR)/test_stats-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stats_CFLAGS) $(CFLAGS) -c -o test_stats-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_stddir-test_stddir.o: test_stddir.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-test_stddir.o -MD -MP -MF "$(DEPDIR)/test_stddir-test_stddir.Tpo" -c -o test_stddir-test_stddir.o `test -f 'test_stddir.c' || echo '$(srcdir)/'`test_stddir.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-test_stddir.Tpo" "$(DEPDIR)/test_stddir-test_stddir.Po"; else rm -f "$(DEPDIR)/test_stddir-test_stddir.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-test_stddir.o -MD -MP -MF "$(DEPDIR)/test_stddir-test_stddir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stddir-test_stddir.o `test -f 'test_stddir.c' || echo '$(srcdir)/'`test_stddir.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-test_stddir.Tpo" "$(DEPDIR)/test_stddir-test_stddir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stddir-test_stddir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_stddir.c' object='test_stddir-test_stddir.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stddir-test_stddir.Po' tmpdepfile='$(DEPDIR)/test_stddir-test_stddir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -c -o test_stddir-test_stddir.o `test -f 'test_stddir.c' || echo '$(srcdir)/'`test_stddir.c
- 
- test_stddir-test_stddir.obj: test_stddir.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-test_stddir.obj -MD -MP -MF "$(DEPDIR)/test_stddir-test_stddir.Tpo" -c -o test_stddir-test_stddir.obj `if test -f 'test_stddir.c'; then $(CYGPATH_W) 'test_stddir.c'; else $(CYGPATH_W) '$(srcdir)/test_stddir.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-test_stddir.Tpo" "$(DEPDIR)/test_stddir-test_stddir.Po"; else rm -f "$(DEPDIR)/test_stddir-test_stddir.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-test_stddir.obj -MD -MP -MF "$(DEPDIR)/test_stddir-test_stddir.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stddir-test_stddir.obj `if test -f 'test_stddir.c'; then $(CYGPATH_W) 'test_stddir.c'; else $(CYGPATH_W) '$(srcdir)/test_stddir.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-test_stddir.Tpo" "$(DEPDIR)/test_stddir-test_stddir.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stddir-test_stddir.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_stddir.c' object='test_stddir-test_stddir.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stddir-test_stddir.Po' tmpdepfile='$(DEPDIR)/test_stddir-test_stddir.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -c -o test_stddir-test_stddir.obj `if test -f 'test_stddir.c'; then $(CYGPATH_W) 'test_stddir.c'; else $(CYGPATH_W) '$(srcdir)/test_stddir.c'; fi`
- 
- test_stddir-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-startup.o -MD -MP -MF "$(DEPDIR)/test_stddir-startup.Tpo" -c -o test_stddir-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-startup.Tpo" "$(DEPDIR)/test_stddir-startup.Po"; else rm -f "$(DEPDIR)/test_stddir-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-startup.o -MD -MP -MF "$(DEPDIR)/test_stddir-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stddir-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-startup.Tpo" "$(DEPDIR)/test_stddir-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stddir-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_stddir-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stddir-startup.Po' tmpdepfile='$(DEPDIR)/test_stddir-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -c -o test_stddir-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_stddir-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-startup.obj -MD -MP -MF "$(DEPDIR)/test_stddir-startup.Tpo" -c -o test_stddir-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-startup.Tpo" "$(DEPDIR)/test_stddir-startup.Po"; else rm -f "$(DEPDIR)/test_stddir-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-startup.obj -MD -MP -MF "$(DEPDIR)/test_stddir-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stddir-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-startup.Tpo" "$(DEPDIR)/test_stddir-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stddir-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_stddir-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stddir-startup.Po' tmpdepfile='$(DEPDIR)/test_stddir-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -c -o test_stddir-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_stddir-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_stddir-drv_init_all.Tpo" -c -o test_stddir-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-drv_init_all.Tpo" "$(DEPDIR)/test_stddir-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_stddir-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_stddir-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stddir-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-drv_init_all.Tpo" "$(DEPDIR)/test_stddir-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stddir-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_stddir-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stddir-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_stddir-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -c -o test_stddir-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_stddir-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_stddir-drv_init_all.Tpo" -c -o test_stddir-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-drv_init_all.Tpo" "$(DEPDIR)/test_stddir-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_stddir-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_stddir-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stddir-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-drv_init_all.Tpo" "$(DEPDIR)/test_stddir-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stddir-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_stddir-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stddir-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_stddir-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -c -o test_stddir-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_stddir-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-drv_data.o -MD -MP -MF "$(DEPDIR)/test_stddir-drv_data.Tpo" -c -o test_stddir-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-drv_data.Tpo" "$(DEPDIR)/test_stddir-drv_data.Po"; else rm -f "$(DEPDIR)/test_stddir-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-drv_data.o -MD -MP -MF "$(DEPDIR)/test_stddir-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stddir-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-drv_data.Tpo" "$(DEPDIR)/test_stddir-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stddir-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_stddir-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stddir-drv_data.Po' tmpdepfile='$(DEPDIR)/test_stddir-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -c -o test_stddir-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_stddir-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_stddir-drv_data.Tpo" -c -o test_stddir-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-drv_data.Tpo" "$(DEPDIR)/test_stddir-drv_data.Po"; else rm -f "$(DEPDIR)/test_stddir-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -MT test_stddir-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_stddir-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_stddir-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_stddir-drv_data.Tpo" "$(DEPDIR)/test_stddir-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_stddir-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_stddir-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_stddir-drv_data.Po' tmpdepfile='$(DEPDIR)/test_stddir-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_stddir_CFLAGS) $(CFLAGS) -c -o test_stddir-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_symlink-test_symlink.o: test_symlink.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-test_symlink.o -MD -MP -MF "$(DEPDIR)/test_symlink-test_symlink.Tpo" -c -o test_symlink-test_symlink.o `test -f 'test_symlink.c' || echo '$(srcdir)/'`test_symlink.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-test_symlink.Tpo" "$(DEPDIR)/test_symlink-test_symlink.Po"; else rm -f "$(DEPDIR)/test_symlink-test_symlink.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-test_symlink.o -MD -MP -MF "$(DEPDIR)/test_symlink-test_symlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_symlink-test_symlink.o `test -f 'test_symlink.c' || echo '$(srcdir)/'`test_symlink.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-test_symlink.Tpo" "$(DEPDIR)/test_symlink-test_symlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_symlink-test_symlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_symlink.c' object='test_symlink-test_symlink.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_symlink-test_symlink.Po' tmpdepfile='$(DEPDIR)/test_symlink-test_symlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -c -o test_symlink-test_symlink.o `test -f 'test_symlink.c' || echo '$(srcdir)/'`test_symlink.c
- 
- test_symlink-test_symlink.obj: test_symlink.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-test_symlink.obj -MD -MP -MF "$(DEPDIR)/test_symlink-test_symlink.Tpo" -c -o test_symlink-test_symlink.obj `if test -f 'test_symlink.c'; then $(CYGPATH_W) 'test_symlink.c'; else $(CYGPATH_W) '$(srcdir)/test_symlink.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-test_symlink.Tpo" "$(DEPDIR)/test_symlink-test_symlink.Po"; else rm -f "$(DEPDIR)/test_symlink-test_symlink.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-test_symlink.obj -MD -MP -MF "$(DEPDIR)/test_symlink-test_symlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_symlink-test_symlink.obj `if test -f 'test_symlink.c'; then $(CYGPATH_W) 'test_symlink.c'; else $(CYGPATH_W) '$(srcdir)/test_symlink.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-test_symlink.Tpo" "$(DEPDIR)/test_symlink-test_symlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_symlink-test_symlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_symlink.c' object='test_symlink-test_symlink.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_symlink-test_symlink.Po' tmpdepfile='$(DEPDIR)/test_symlink-test_symlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -c -o test_symlink-test_symlink.obj `if test -f 'test_symlink.c'; then $(CYGPATH_W) 'test_symlink.c'; else $(CYGPATH_W) '$(srcdir)/test_symlink.c'; fi`
- 
- test_symlink-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-startup.o -MD -MP -MF "$(DEPDIR)/test_symlink-startup.Tpo" -c -o test_symlink-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-startup.Tpo" "$(DEPDIR)/test_symlink-startup.Po"; else rm -f "$(DEPDIR)/test_symlink-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-startup.o -MD -MP -MF "$(DEPDIR)/test_symlink-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_symlink-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-startup.Tpo" "$(DEPDIR)/test_symlink-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_symlink-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_symlink-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_symlink-startup.Po' tmpdepfile='$(DEPDIR)/test_symlink-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -c -o test_symlink-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_symlink-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-startup.obj -MD -MP -MF "$(DEPDIR)/test_symlink-startup.Tpo" -c -o test_symlink-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-startup.Tpo" "$(DEPDIR)/test_symlink-startup.Po"; else rm -f "$(DEPDIR)/test_symlink-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-startup.obj -MD -MP -MF "$(DEPDIR)/test_symlink-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_symlink-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-startup.Tpo" "$(DEPDIR)/test_symlink-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_symlink-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_symlink-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_symlink-startup.Po' tmpdepfile='$(DEPDIR)/test_symlink-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -c -o test_symlink-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_symlink-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_symlink-drv_init_all.Tpo" -c -o test_symlink-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-drv_init_all.Tpo" "$(DEPDIR)/test_symlink-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_symlink-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_symlink-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_symlink-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-drv_init_all.Tpo" "$(DEPDIR)/test_symlink-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_symlink-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_symlink-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_symlink-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_symlink-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -c -o test_symlink-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_symlink-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_symlink-drv_init_all.Tpo" -c -o test_symlink-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-drv_init_all.Tpo" "$(DEPDIR)/test_symlink-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_symlink-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_symlink-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_symlink-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-drv_init_all.Tpo" "$(DEPDIR)/test_symlink-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_symlink-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_symlink-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_symlink-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_symlink-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -c -o test_symlink-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_symlink-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-drv_data.o -MD -MP -MF "$(DEPDIR)/test_symlink-drv_data.Tpo" -c -o test_symlink-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-drv_data.Tpo" "$(DEPDIR)/test_symlink-drv_data.Po"; else rm -f "$(DEPDIR)/test_symlink-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-drv_data.o -MD -MP -MF "$(DEPDIR)/test_symlink-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_symlink-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-drv_data.Tpo" "$(DEPDIR)/test_symlink-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_symlink-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_symlink-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_symlink-drv_data.Po' tmpdepfile='$(DEPDIR)/test_symlink-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -c -o test_symlink-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_symlink-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_symlink-drv_data.Tpo" -c -o test_symlink-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-drv_data.Tpo" "$(DEPDIR)/test_symlink-drv_data.Po"; else rm -f "$(DEPDIR)/test_symlink-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -MT test_symlink-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_symlink-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_symlink-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_symlink-drv_data.Tpo" "$(DEPDIR)/test_symlink-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_symlink-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_symlink-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_symlink-drv_data.Po' tmpdepfile='$(DEPDIR)/test_symlink-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_symlink_CFLAGS) $(CFLAGS) -c -o test_symlink-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- 
- test_unlink-test_unlink.o: test_unlink.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-test_unlink.o -MD -MP -MF "$(DEPDIR)/test_unlink-test_unlink.Tpo" -c -o test_unlink-test_unlink.o `test -f 'test_unlink.c' || echo '$(srcdir)/'`test_unlink.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-test_unlink.Tpo" "$(DEPDIR)/test_unlink-test_unlink.Po"; else rm -f "$(DEPDIR)/test_unlink-test_unlink.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-test_unlink.o -MD -MP -MF "$(DEPDIR)/test_unlink-test_unlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_unlink-test_unlink.o `test -f 'test_unlink.c' || echo '$(srcdir)/'`test_unlink.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-test_unlink.Tpo" "$(DEPDIR)/test_unlink-test_unlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_unlink-test_unlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_unlink.c' object='test_unlink-test_unlink.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_unlink-test_unlink.Po' tmpdepfile='$(DEPDIR)/test_unlink-test_unlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -c -o test_unlink-test_unlink.o `test -f 'test_unlink.c' || echo '$(srcdir)/'`test_unlink.c
- 
- test_unlink-test_unlink.obj: test_unlink.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-test_unlink.obj -MD -MP -MF "$(DEPDIR)/test_unlink-test_unlink.Tpo" -c -o test_unlink-test_unlink.obj `if test -f 'test_unlink.c'; then $(CYGPATH_W) 'test_unlink.c'; else $(CYGPATH_W) '$(srcdir)/test_unlink.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-test_unlink.Tpo" "$(DEPDIR)/test_unlink-test_unlink.Po"; else rm -f "$(DEPDIR)/test_unlink-test_unlink.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-test_unlink.obj -MD -MP -MF "$(DEPDIR)/test_unlink-test_unlink.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_unlink-test_unlink.obj `if test -f 'test_unlink.c'; then $(CYGPATH_W) 'test_unlink.c'; else $(CYGPATH_W) '$(srcdir)/test_unlink.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-test_unlink.Tpo" "$(DEPDIR)/test_unlink-test_unlink.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_unlink-test_unlink.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test_unlink.c' object='test_unlink-test_unlink.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_unlink-test_unlink.Po' tmpdepfile='$(DEPDIR)/test_unlink-test_unlink.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -c -o test_unlink-test_unlink.obj `if test -f 'test_unlink.c'; then $(CYGPATH_W) 'test_unlink.c'; else $(CYGPATH_W) '$(srcdir)/test_unlink.c'; fi`
- 
- test_unlink-startup.o: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-startup.o -MD -MP -MF "$(DEPDIR)/test_unlink-startup.Tpo" -c -o test_unlink-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-startup.Tpo" "$(DEPDIR)/test_unlink-startup.Po"; else rm -f "$(DEPDIR)/test_unlink-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-startup.o -MD -MP -MF "$(DEPDIR)/test_unlink-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_unlink-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-startup.Tpo" "$(DEPDIR)/test_unlink-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_unlink-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_unlink-startup.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_unlink-startup.Po' tmpdepfile='$(DEPDIR)/test_unlink-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -c -o test_unlink-startup.o `test -f 'startup.c' || echo '$(srcdir)/'`startup.c
- 
- test_unlink-startup.obj: startup.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-startup.obj -MD -MP -MF "$(DEPDIR)/test_unlink-startup.Tpo" -c -o test_unlink-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-startup.Tpo" "$(DEPDIR)/test_unlink-startup.Po"; else rm -f "$(DEPDIR)/test_unlink-startup.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-startup.obj -MD -MP -MF "$(DEPDIR)/test_unlink-startup.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_unlink-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-startup.Tpo" "$(DEPDIR)/test_unlink-startup.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_unlink-startup.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='startup.c' object='test_unlink-startup.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_unlink-startup.Po' tmpdepfile='$(DEPDIR)/test_unlink-startup.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -c -o test_unlink-startup.obj `if test -f 'startup.c'; then $(CYGPATH_W) 'startup.c'; else $(CYGPATH_W) '$(srcdir)/startup.c'; fi`
- 
- test_unlink-drv_init_all.o: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_unlink-drv_init_all.Tpo" -c -o test_unlink-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-drv_init_all.Tpo" "$(DEPDIR)/test_unlink-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_unlink-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-drv_init_all.o -MD -MP -MF "$(DEPDIR)/test_unlink-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_unlink-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-drv_init_all.Tpo" "$(DEPDIR)/test_unlink-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_unlink-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_unlink-drv_init_all.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_unlink-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_unlink-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -c -o test_unlink-drv_init_all.o `test -f 'drv_init_all.c' || echo '$(srcdir)/'`drv_init_all.c
- 
- test_unlink-drv_init_all.obj: drv_init_all.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_unlink-drv_init_all.Tpo" -c -o test_unlink-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-drv_init_all.Tpo" "$(DEPDIR)/test_unlink-drv_init_all.Po"; else rm -f "$(DEPDIR)/test_unlink-drv_init_all.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-drv_init_all.obj -MD -MP -MF "$(DEPDIR)/test_unlink-drv_init_all.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_unlink-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-drv_init_all.Tpo" "$(DEPDIR)/test_unlink-drv_init_all.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_unlink-drv_init_all.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_init_all.c' object='test_unlink-drv_init_all.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_unlink-drv_init_all.Po' tmpdepfile='$(DEPDIR)/test_unlink-drv_init_all.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -c -o test_unlink-drv_init_all.obj `if test -f 'drv_init_all.c'; then $(CYGPATH_W) 'drv_init_all.c'; else $(CYGPATH_W) '$(srcdir)/drv_init_all.c'; fi`
- 
- test_unlink-drv_data.o: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-drv_data.o -MD -MP -MF "$(DEPDIR)/test_unlink-drv_data.Tpo" -c -o test_unlink-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-drv_data.Tpo" "$(DEPDIR)/test_unlink-drv_data.Po"; else rm -f "$(DEPDIR)/test_unlink-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-drv_data.o -MD -MP -MF "$(DEPDIR)/test_unlink-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_unlink-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-drv_data.Tpo" "$(DEPDIR)/test_unlink-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_unlink-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_unlink-drv_data.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_unlink-drv_data.Po' tmpdepfile='$(DEPDIR)/test_unlink-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -c -o test_unlink-drv_data.o `test -f 'drv_data.c' || echo '$(srcdir)/'`drv_data.c
- 
- test_unlink-drv_data.obj: drv_data.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_unlink-drv_data.Tpo" -c -o test_unlink-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-drv_data.Tpo" "$(DEPDIR)/test_unlink-drv_data.Po"; else rm -f "$(DEPDIR)/test_unlink-drv_data.Tpo"; exit 1; fi
-+ at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -MT test_unlink-drv_data.obj -MD -MP -MF "$(DEPDIR)/test_unlink-drv_data.Tpo" \
-+ at am__fastdepCC_TRUE@	  -c -o test_unlink-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`; \
-+ at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/test_unlink-drv_data.Tpo" "$(DEPDIR)/test_unlink-drv_data.Po"; \
-+ at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/test_unlink-drv_data.Tpo"; exit 1; \
-+ at am__fastdepCC_TRUE@	fi
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='drv_data.c' object='test_unlink-drv_data.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/test_unlink-drv_data.Po' tmpdepfile='$(DEPDIR)/test_unlink-drv_data.TPo' @AMDEPBACKSLASH@
-+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_unlink_CFLAGS) $(CFLAGS) -c -o test_unlink-drv_data.obj `if test -f 'drv_data.c'; then $(CYGPATH_W) 'drv_data.c'; else $(CYGPATH_W) '$(srcdir)/drv_data.c'; fi`
- uninstall-info-am:
- 
-+ETAGS = etags
-+ETAGSFLAGS =
-+
-+CTAGS = ctags
-+CTAGSFLAGS =
-+
-+tags: TAGS
-+
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- 	unique=`for i in $$list; do \
-@@ -1434,7 +1997,6 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- 	  $(AWK) '    { files[$$0] = 1; } \
- 	       END { for (i in files) print i; }'`; \
- 	mkid -fID $$unique
--tags: TAGS
- 
- TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
- 		$(TAGS_FILES) $(LISP)
-@@ -1446,11 +2008,10 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
- 	  done | \
- 	  $(AWK) '    { files[$$0] = 1; } \
- 	       END { for (i in files) print i; }'`; \
--	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
--	  test -n "$$unique" || unique=$$empty_fix; \
--	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
--	    $$tags $$unique; \
--	fi
-+	test -z "$(ETAGS_ARGS)$$tags$$unique" \
-+	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-+	     $$tags $$unique
-+
- ctags: CTAGS
- CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
- 		$(TAGS_FILES) $(LISP)
-@@ -1473,9 +2034,13 @@ GTAGS:
- 
- distclean-tags:
- 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-+
-+top_distdir = ..
-+distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
- 
- distdir: $(DISTFILES)
--	$(mkdir_p) $(distdir)/..
-+	$(mkinstalldirs) $(distdir)/..
- 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
- 	list='$(DISTFILES)'; for file in $$list; do \
-@@ -1487,7 +2052,7 @@ distdir: $(DISTFILES)
- 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
- 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- 	    dir="/$$dir"; \
--	    $(mkdir_p) "$(distdir)$$dir"; \
-+	    $(mkinstalldirs) "$(distdir)$$dir"; \
- 	  else \
- 	    dir=''; \
- 	  fi; \
-@@ -1506,10 +2071,9 @@ check-am: all-am
- check: $(BUILT_SOURCES)
- 	$(MAKE) $(AM_MAKEFLAGS) check-am
- all-am: Makefile $(LIBRARIES) $(PROGRAMS)
-+
- installdirs:
--	for dir in "$(DESTDIR)$(libdir)"; do \
--	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
--	done
-+	$(mkinstalldirs) $(DESTDIR)$(libdir)
- install: $(BUILT_SOURCES)
- 	$(MAKE) $(AM_MAKEFLAGS) install-am
- install-exec: install-exec-am
-@@ -1531,7 +2095,7 @@ clean-generic:
- 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
- 
- distclean-generic:
--	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-+	-rm -f $(CONFIG_CLEAN_FILES)
- 
- maintainer-clean-generic:
- 	@echo "This command is intended for maintainers to use"
-@@ -1552,8 +2116,6 @@ dvi: dvi-am
- 
- dvi-am:
- 
--html: html-am
--
- info: info-am
- 
- info-am:
-@@ -1590,14 +2152,13 @@ uninstall-am: uninstall-info-am uninstall-libLIBRARIES
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
- 	clean-libLIBRARIES clean-noinstPROGRAMS ctags distclean \
- 	distclean-compile distclean-generic distclean-tags distdir dvi \
--	dvi-am html html-am info info-am install install-am \
--	install-data install-data-am install-exec install-exec-am \
--	install-info install-info-am install-libLIBRARIES install-man \
--	install-strip 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-info-am \
--	uninstall-libLIBRARIES
-+	dvi-am info info-am install install-am install-data \
-+	install-data-am install-exec install-exec-am install-info \
-+	install-info-am install-libLIBRARIES install-man install-strip \
-+	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-info-am uninstall-libLIBRARIES
- 
- 
- drv_data.c: $(CONFIG_DEPENDENCIES) $(top_srcdir)/tests/gendrvdata.sh
-diff --git a/lnet/autoMakefile.in b/lnet/autoMakefile.in
-index 53db956..a855969 100644
---- a/lnet/autoMakefile.in
-+++ b/lnet/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/autoconf/Makefile.in b/lnet/autoconf/Makefile.in
-index 585a31c..a4ea5b4 100644
---- a/lnet/autoconf/Makefile.in
-+++ b/lnet/autoconf/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/doc/Makefile.in b/lnet/doc/Makefile.in
-index d2d66c6..d355ed8 100644
---- a/lnet/doc/Makefile.in
-+++ b/lnet/doc/Makefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/include/Makefile.in b/lnet/include/Makefile.in
-index 5440f67..7279f28 100644
---- a/lnet/include/Makefile.in
-+++ b/lnet/include/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/include/libcfs/Makefile.in b/lnet/include/libcfs/Makefile.in
-index 5c78540..0d9ccae 100644
---- a/lnet/include/libcfs/Makefile.in
-+++ b/lnet/include/libcfs/Makefile.in
-@@ -38,7 +38,6 @@ POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
-- at DARWIN_TRUE@am__append_1 = darwin
- ACLOCAL = @ACLOCAL@
- AC_LUSTRE_CLIENT_URN = @AC_LUSTRE_CLIENT_URN@
- AC_LUSTRE_CLI_VER_OFFSET_WARN = @AC_LUSTRE_CLI_VER_OFFSET_WARN@
-@@ -120,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -241,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -256,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -265,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -295,7 +294,10 @@ target_alias = @target_alias@
- target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
--SUBDIRS = linux $(am__append_1)
-+SUBDIRS := linux
-+#if DARWIN
-+#SUBDIRS += darwin
-+#endif
- DIST_SUBDIRS := $(SUBDIRS)
- 
- EXTRA_DIST := curproc.h kp30.h libcfs.h list.h lltrace.h \
-diff --git a/lnet/include/libcfs/linux/Makefile.in b/lnet/include/libcfs/linux/Makefile.in
-index f821f34..6b5b596 100644
---- a/lnet/include/libcfs/linux/Makefile.in
-+++ b/lnet/include/libcfs/linux/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/include/lnet/Makefile.in b/lnet/include/lnet/Makefile.in
-index e974dfc..11ed08e 100644
---- a/lnet/include/lnet/Makefile.in
-+++ b/lnet/include/lnet/Makefile.in
-@@ -38,7 +38,6 @@ POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
-- at DARWIN_TRUE@am__append_1 = darwin
- ACLOCAL = @ACLOCAL@
- AC_LUSTRE_CLIENT_URN = @AC_LUSTRE_CLIENT_URN@
- AC_LUSTRE_CLI_VER_OFFSET_WARN = @AC_LUSTRE_CLI_VER_OFFSET_WARN@
-@@ -120,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -241,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -256,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -265,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -297,7 +296,10 @@ target_os = @target_os@
- target_vendor = @target_vendor@
- lnetdir = $(includedir)/lnet
- 
--SUBDIRS = linux $(am__append_1)
-+SUBDIRS := linux
-+#if DARWIN
-+#SUBDIRS += darwin
-+#endif
- DIST_SUBDIRS := $(SUBDIRS)
- 
- EXTRA_DIST = api.h api-support.h \
-diff --git a/lnet/include/lnet/linux/Makefile.in b/lnet/include/lnet/linux/Makefile.in
-index 594eb0c..aa2a1be 100644
---- a/lnet/include/lnet/linux/Makefile.in
-+++ b/lnet/include/lnet/linux/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/autoMakefile.in b/lnet/klnds/autoMakefile.in
-index f6303b7..4c6631a 100644
---- a/lnet/klnds/autoMakefile.in
-+++ b/lnet/klnds/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/ciblnd/autoMakefile.in b/lnet/klnds/ciblnd/autoMakefile.in
-index 270c603..cf5b531 100644
---- a/lnet/klnds/ciblnd/autoMakefile.in
-+++ b/lnet/klnds/ciblnd/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/gmlnd/autoMakefile.in b/lnet/klnds/gmlnd/autoMakefile.in
-index d78e07a..5056a7b 100644
---- a/lnet/klnds/gmlnd/autoMakefile.in
-+++ b/lnet/klnds/gmlnd/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/iiblnd/autoMakefile.in b/lnet/klnds/iiblnd/autoMakefile.in
-index 7346143..84a9ae8 100644
---- a/lnet/klnds/iiblnd/autoMakefile.in
-+++ b/lnet/klnds/iiblnd/autoMakefile.in
-@@ -154,12 +154,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/mxlnd/autoMakefile.in b/lnet/klnds/mxlnd/autoMakefile.in
-index 8ba84c2..f1ec074 100644
---- a/lnet/klnds/mxlnd/autoMakefile.in
-+++ b/lnet/klnds/mxlnd/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/o2iblnd/autoMakefile.in b/lnet/klnds/o2iblnd/autoMakefile.in
-index f9d3feb..e9c572a 100644
---- a/lnet/klnds/o2iblnd/autoMakefile.in
-+++ b/lnet/klnds/o2iblnd/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/openiblnd/autoMakefile.in b/lnet/klnds/openiblnd/autoMakefile.in
-index 4f76aaf..e500890 100644
---- a/lnet/klnds/openiblnd/autoMakefile.in
-+++ b/lnet/klnds/openiblnd/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/ptllnd/autoMakefile.in b/lnet/klnds/ptllnd/autoMakefile.in
-index fdcfc5c..d5027db 100644
---- a/lnet/klnds/ptllnd/autoMakefile.in
-+++ b/lnet/klnds/ptllnd/autoMakefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -241,8 +240,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -256,8 +253,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -265,26 +264,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/qswlnd/autoMakefile.in b/lnet/klnds/qswlnd/autoMakefile.in
-index dabac58..379a529 100644
---- a/lnet/klnds/qswlnd/autoMakefile.in
-+++ b/lnet/klnds/qswlnd/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/ralnd/autoMakefile.in b/lnet/klnds/ralnd/autoMakefile.in
-index 3f47e73..8aeb6e1 100644
---- a/lnet/klnds/ralnd/autoMakefile.in
-+++ b/lnet/klnds/ralnd/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/klnds/socklnd/autoMakefile.in b/lnet/klnds/socklnd/autoMakefile.in
-index 32b4545..7de7a43 100644
---- a/lnet/klnds/socklnd/autoMakefile.in
-+++ b/lnet/klnds/socklnd/autoMakefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -241,8 +240,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -256,8 +253,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -265,26 +264,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -297,59 +297,18 @@ target_os = @target_os@
- target_vendor = @target_vendor@
- 
- @LINUX_TRUE@@MODULES_TRUE at modulenet_DATA := ksocklnd$(KMODEXT)
--
-- at DARWIN_TRUE@macos_PROGRAMS := ksocklnd
--
-- at DARWIN_TRUE@nodist_ksocklnd_SOURCES := socklnd.c socklnd_cb.c socklnd_proto.c socklnd_modparams.c socklnd_lib-darwin.c
--
-- at DARWIN_TRUE@ksocklnd_CFLAGS := $(EXTRA_KCFLAGS)
-- at DARWIN_TRUE@ksocklnd_LDFLAGS := $(EXTRA_KLDFLAGS)
-- at DARWIN_TRUE@ksocklnd_LDADD := $(EXTRA_KLIBS)
--
-- at DARWIN_TRUE@plist_DATA := Info.plist
-- at DARWIN_TRUE@install_data_hook := fix-kext-ownership
--
-- at DARWIN_TRUE@EXTRA_DIST := socklnd_lib-darwin.c socklnd_lib-darwin.h $(plist_DATA)
- subdir = lnet/klnds/socklnd
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES = Makefile
-- at DARWIN_TRUE@macos_PROGRAMS = ksocklnd$(EXEEXT)
-- at DARWIN_FALSE@macos_PROGRAMS =
--PROGRAMS = $(macos_PROGRAMS)
--
-- at DARWIN_TRUE@nodist_ksocklnd_OBJECTS = ksocklnd-socklnd.$(OBJEXT) \
-- at DARWIN_TRUE@	ksocklnd-socklnd_cb.$(OBJEXT) \
-- at DARWIN_TRUE@	ksocklnd-socklnd_proto.$(OBJEXT) \
-- at DARWIN_TRUE@	ksocklnd-socklnd_modparams.$(OBJEXT) \
-- at DARWIN_TRUE@	ksocklnd-socklnd_lib-darwin.$(OBJEXT)
--ksocklnd_OBJECTS = $(nodist_ksocklnd_OBJECTS)
-- at DARWIN_TRUE@ksocklnd_DEPENDENCIES =
-- at DARWIN_FALSE@ksocklnd_DEPENDENCIES =
--
--DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
--depcomp = $(SHELL) $(top_srcdir)/depcomp
--am__depfiles_maybe = depfiles
-- at AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ksocklnd-socklnd.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ksocklnd-socklnd_cb.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ksocklnd-socklnd_modparams.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ksocklnd-socklnd_proto.Po
--COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
--	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
--CCLD = $(CC)
--LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
- DIST_SOURCES =
--DATA = $(modulenet_DATA) $(plist_DATA)
-+DATA = $(modulenet_DATA)
- 
- DIST_COMMON = $(srcdir)/autoMakefile.in Makefile.in autoMakefile.am
--SOURCES = $(nodist_ksocklnd_SOURCES)
--
- all: all-am
- 
- .SUFFIXES:
--.SUFFIXES: .c .o .obj
- $(srcdir)/autoMakefile.in:  autoMakefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
- 	cd $(top_srcdir) && \
- 	  $(AUTOMAKE) --gnu  lnet/klnds/socklnd/autoMakefile
-@@ -357,177 +316,6 @@ autoMakefile:  $(srcdir)/autoMakefile.in  $(top_builddir)/config.status
- 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
- Makefile: $(top_builddir)/config.status Makefile.in
- 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
--macosPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--install-macosPROGRAMS: $(macos_PROGRAMS)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(macosdir)
--	@list='$(macos_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) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f"; \
--	   $(INSTALL_PROGRAM_ENV) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f || exit 1; \
--	  else :; fi; \
--	done
--
--uninstall-macosPROGRAMS:
--	@$(NORMAL_UNINSTALL)
--	@list='$(macos_PROGRAMS)'; for p in $$list; do \
--	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
--	  echo " rm -f $(DESTDIR)$(macosdir)/$$f"; \
--	  rm -f $(DESTDIR)$(macosdir)/$$f; \
--	done
--
--clean-macosPROGRAMS:
--	-test -z "$(macos_PROGRAMS)" || rm -f $(macos_PROGRAMS)
--ksocklnd$(EXEEXT): $(ksocklnd_OBJECTS) $(ksocklnd_DEPENDENCIES) 
--	@rm -f ksocklnd$(EXEEXT)
--	$(LINK) $(ksocklnd_LDFLAGS) $(ksocklnd_OBJECTS) $(ksocklnd_LDADD) $(LIBS)
--
--mostlyclean-compile:
--	-rm -f *.$(OBJEXT) core *.core
--
--distclean-compile:
--	-rm -f *.tab.c
--
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ksocklnd-socklnd.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ksocklnd-socklnd_cb.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ksocklnd-socklnd_modparams.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ksocklnd-socklnd_proto.Po at am__quote@
--
--.c.o:
-- at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
--
--.c.obj:
-- at am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
--
--ksocklnd-socklnd.o: socklnd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd.o -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd.o `test -f 'socklnd.c' || echo '$(srcdir)/'`socklnd.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd.Tpo" "$(DEPDIR)/ksocklnd-socklnd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd.c' object='ksocklnd-socklnd.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd.o `test -f 'socklnd.c' || echo '$(srcdir)/'`socklnd.c
--
--ksocklnd-socklnd.obj: socklnd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd.obj -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd.obj `if test -f 'socklnd.c'; then $(CYGPATH_W) 'socklnd.c'; else $(CYGPATH_W) '$(srcdir)/socklnd.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd.Tpo" "$(DEPDIR)/ksocklnd-socklnd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd.c' object='ksocklnd-socklnd.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd.obj `if test -f 'socklnd.c'; then $(CYGPATH_W) 'socklnd.c'; else $(CYGPATH_W) '$(srcdir)/socklnd.c'; fi`
--
--ksocklnd-socklnd_cb.o: socklnd_cb.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd_cb.o -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd_cb.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd_cb.o `test -f 'socklnd_cb.c' || echo '$(srcdir)/'`socklnd_cb.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd_cb.Tpo" "$(DEPDIR)/ksocklnd-socklnd_cb.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd_cb.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd_cb.c' object='ksocklnd-socklnd_cb.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd_cb.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd_cb.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd_cb.o `test -f 'socklnd_cb.c' || echo '$(srcdir)/'`socklnd_cb.c
--
--ksocklnd-socklnd_cb.obj: socklnd_cb.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd_cb.obj -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd_cb.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd_cb.obj `if test -f 'socklnd_cb.c'; then $(CYGPATH_W) 'socklnd_cb.c'; else $(CYGPATH_W) '$(srcdir)/socklnd_cb.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd_cb.Tpo" "$(DEPDIR)/ksocklnd-socklnd_cb.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd_cb.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd_cb.c' object='ksocklnd-socklnd_cb.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd_cb.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd_cb.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd_cb.obj `if test -f 'socklnd_cb.c'; then $(CYGPATH_W) 'socklnd_cb.c'; else $(CYGPATH_W) '$(srcdir)/socklnd_cb.c'; fi`
--
--ksocklnd-socklnd_proto.o: socklnd_proto.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd_proto.o -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd_proto.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd_proto.o `test -f 'socklnd_proto.c' || echo '$(srcdir)/'`socklnd_proto.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd_proto.Tpo" "$(DEPDIR)/ksocklnd-socklnd_proto.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd_proto.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd_proto.c' object='ksocklnd-socklnd_proto.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd_proto.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd_proto.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd_proto.o `test -f 'socklnd_proto.c' || echo '$(srcdir)/'`socklnd_proto.c
--
--ksocklnd-socklnd_proto.obj: socklnd_proto.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd_proto.obj -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd_proto.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd_proto.obj `if test -f 'socklnd_proto.c'; then $(CYGPATH_W) 'socklnd_proto.c'; else $(CYGPATH_W) '$(srcdir)/socklnd_proto.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd_proto.Tpo" "$(DEPDIR)/ksocklnd-socklnd_proto.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd_proto.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd_proto.c' object='ksocklnd-socklnd_proto.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd_proto.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd_proto.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd_proto.obj `if test -f 'socklnd_proto.c'; then $(CYGPATH_W) 'socklnd_proto.c'; else $(CYGPATH_W) '$(srcdir)/socklnd_proto.c'; fi`
--
--ksocklnd-socklnd_modparams.o: socklnd_modparams.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd_modparams.o -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd_modparams.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd_modparams.o `test -f 'socklnd_modparams.c' || echo '$(srcdir)/'`socklnd_modparams.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd_modparams.Tpo" "$(DEPDIR)/ksocklnd-socklnd_modparams.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd_modparams.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd_modparams.c' object='ksocklnd-socklnd_modparams.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd_modparams.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd_modparams.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd_modparams.o `test -f 'socklnd_modparams.c' || echo '$(srcdir)/'`socklnd_modparams.c
--
--ksocklnd-socklnd_modparams.obj: socklnd_modparams.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd_modparams.obj -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd_modparams.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd_modparams.obj `if test -f 'socklnd_modparams.c'; then $(CYGPATH_W) 'socklnd_modparams.c'; else $(CYGPATH_W) '$(srcdir)/socklnd_modparams.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd_modparams.Tpo" "$(DEPDIR)/ksocklnd-socklnd_modparams.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd_modparams.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd_modparams.c' object='ksocklnd-socklnd_modparams.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd_modparams.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd_modparams.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd_modparams.obj `if test -f 'socklnd_modparams.c'; then $(CYGPATH_W) 'socklnd_modparams.c'; else $(CYGPATH_W) '$(srcdir)/socklnd_modparams.c'; fi`
--
--ksocklnd-socklnd_lib-darwin.o: socklnd_lib-darwin.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd_lib-darwin.o -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd_lib-darwin.o `test -f 'socklnd_lib-darwin.c' || echo '$(srcdir)/'`socklnd_lib-darwin.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Tpo" "$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd_lib-darwin.c' object='ksocklnd-socklnd_lib-darwin.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd_lib-darwin.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd_lib-darwin.o `test -f 'socklnd_lib-darwin.c' || echo '$(srcdir)/'`socklnd_lib-darwin.c
--
--ksocklnd-socklnd_lib-darwin.obj: socklnd_lib-darwin.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -MT ksocklnd-socklnd_lib-darwin.obj -MD -MP -MF "$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ksocklnd-socklnd_lib-darwin.obj `if test -f 'socklnd_lib-darwin.c'; then $(CYGPATH_W) 'socklnd_lib-darwin.c'; else $(CYGPATH_W) '$(srcdir)/socklnd_lib-darwin.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Tpo" "$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='socklnd_lib-darwin.c' object='ksocklnd-socklnd_lib-darwin.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ksocklnd-socklnd_lib-darwin.Po' tmpdepfile='$(DEPDIR)/ksocklnd-socklnd_lib-darwin.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ksocklnd_CFLAGS) $(CFLAGS) -c -o ksocklnd-socklnd_lib-darwin.obj `if test -f 'socklnd_lib-darwin.c'; then $(CYGPATH_W) 'socklnd_lib-darwin.c'; else $(CYGPATH_W) '$(srcdir)/socklnd_lib-darwin.c'; fi`
- uninstall-info-am:
- modulenetDATA_INSTALL = $(INSTALL_DATA)
- install-modulenetDATA: $(modulenet_DATA)
-@@ -547,78 +335,12 @@ uninstall-modulenetDATA:
- 	  echo " rm -f $(DESTDIR)$(modulenetdir)/$$f"; \
- 	  rm -f $(DESTDIR)$(modulenetdir)/$$f; \
- 	done
--plistDATA_INSTALL = $(INSTALL_DATA)
--install-plistDATA: $(plist_DATA)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(plistdir)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f"; \
--	  $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--uninstall-plistDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " rm -f $(DESTDIR)$(plistdir)/$$f"; \
--	  rm -f $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--ETAGS = etags
--ETAGSFLAGS =
--
--CTAGS = ctags
--CTAGSFLAGS =
--
- 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:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--		$(TAGS_FILES) $(LISP)
--	tags=; \
--	here=`pwd`; \
--	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; }'`; \
--	test -z "$(ETAGS_ARGS)$$tags$$unique" \
--	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
--	     $$tags $$unique
-+TAGS:
- 
- ctags: CTAGS
--CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
--		$(TAGS_FILES) $(LISP)
--	tags=; \
--	here=`pwd`; \
--	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; }'`; \
--	test -z "$(CTAGS_ARGS)$$tags$$unique" \
--	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
--	     $$tags $$unique
--
--GTAGS:
--	here=`$(am__cd) $(top_builddir) && pwd` \
--	  && cd $(top_srcdir) \
--	  && gtags -i $(GTAGS_ARGS) $$here
--
--distclean-tags:
--	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-+CTAGS:
-+
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- 
- top_distdir = ../../..
-@@ -653,10 +375,10 @@ distdir: $(DISTFILES)
- 	done
- check-am: all-am
- check: check-am
--all-am: autoMakefile $(PROGRAMS) $(DATA)
-+all-am: autoMakefile $(DATA)
- 
- installdirs:
--	$(mkinstalldirs) $(DESTDIR)$(macosdir) $(DESTDIR)$(modulenetdir) $(DESTDIR)$(plistdir)
-+	$(mkinstalldirs) $(DESTDIR)$(modulenetdir)
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
-@@ -684,13 +406,11 @@ maintainer-clean-generic:
- 	@echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- 
--clean-am: clean-generic clean-macosPROGRAMS mostlyclean-am
-+clean-am: clean-generic mostlyclean-am
- 
- distclean: distclean-am
--	-rm -rf ./$(DEPDIR)
- 	-rm -f Makefile
--distclean-am: clean-am distclean-compile distclean-generic \
--	distclean-tags
-+distclean-am: clean-am distclean-generic
- 
- dvi: dvi-am
- 
-@@ -700,8 +420,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-macosPROGRAMS install-modulenetDATA \
--	install-plistDATA
-+install-data-am: install-modulenetDATA
- 	@$(NORMAL_INSTALL)
- 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
- 
-@@ -714,13 +433,12 @@ install-man:
- installcheck-am:
- 
- maintainer-clean: maintainer-clean-am
--	-rm -rf ./$(DEPDIR)
- 	-rm -f Makefile
- maintainer-clean-am: distclean-am maintainer-clean-generic
- 
- mostlyclean: mostlyclean-am
- 
--mostlyclean-am: mostlyclean-compile mostlyclean-generic
-+mostlyclean-am: mostlyclean-generic
- 
- pdf: pdf-am
- 
-@@ -730,22 +448,34 @@ ps: ps-am
- 
- ps-am:
- 
--uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
--	uninstall-modulenetDATA uninstall-plistDATA
--
--.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
--	clean-macosPROGRAMS ctags distclean distclean-compile \
--	distclean-generic distclean-tags distdir dvi dvi-am info \
--	info-am install install-am install-data install-data-am \
--	install-exec install-exec-am install-info install-info-am \
--	install-macosPROGRAMS install-man install-modulenetDATA \
--	install-plistDATA install-strip 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-info-am \
--	uninstall-macosPROGRAMS uninstall-modulenetDATA \
--	uninstall-plistDATA
--
-+uninstall-am: uninstall-info-am uninstall-modulenetDATA
-+
-+.PHONY: all all-am check check-am clean clean-generic distclean \
-+	distclean-generic distdir dvi dvi-am info info-am install \
-+	install-am install-data install-data-am install-exec \
-+	install-exec-am install-info install-info-am install-man \
-+	install-modulenetDATA install-strip installcheck \
-+	installcheck-am installdirs maintainer-clean \
-+	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-+	pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
-+	uninstall-modulenetDATA
-+
-+
-+#if DARWIN
-+#
-+#  macos_PROGRAMS := ksocklnd
-+#
-+#  nodist_ksocklnd_SOURCES := socklnd.c socklnd_cb.c socklnd_proto.c socklnd_modparams.c socklnd_lib-darwin.c
-+#
-+#  ksocklnd_CFLAGS := $(EXTRA_KCFLAGS)
-+#  ksocklnd_LDFLAGS := $(EXTRA_KLDFLAGS)
-+#  ksocklnd_LDADD := $(EXTRA_KLIBS)
-+#
-+#  plist_DATA := Info.plist
-+#  install_data_hook := fix-kext-ownership
-+
-+#  EXTRA_DIST := socklnd_lib-darwin.c socklnd_lib-darwin.h $(plist_DATA)
-+#endif # DARWIN
- 
- install-data-hook: $(install_data_hook)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
-diff --git a/lnet/klnds/viblnd/autoMakefile.in b/lnet/klnds/viblnd/autoMakefile.in
-index 3dd2c3a..f17f9b6 100644
---- a/lnet/klnds/viblnd/autoMakefile.in
-+++ b/lnet/klnds/viblnd/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/libcfs/autoMakefile.in b/lnet/libcfs/autoMakefile.in
-index e46f4a8..76838c3 100644
---- a/lnet/libcfs/autoMakefile.in
-+++ b/lnet/libcfs/autoMakefile.in
-@@ -74,7 +74,6 @@ POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
-- at DARWIN_TRUE@am__append_1 = darwin
- ACLOCAL = @ACLOCAL@
- AC_LUSTRE_CLIENT_URN = @AC_LUSTRE_CLIENT_URN@
- AC_LUSTRE_CLI_VER_OFFSET_WARN = @AC_LUSTRE_CLI_VER_OFFSET_WARN@
-@@ -156,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -278,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -293,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -302,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -333,7 +332,10 @@ target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
- 
--SUBDIRS = linux $(am__append_1)
-+SUBDIRS := linux
-+#if DARWIN
-+#SUBDIRS += darwin
-+#endif
- DIST_SUBDIRS := $(SUBDIRS)
- 
- @LIBLUSTRE_TRUE at noinst_LIBRARIES = libcfs.a
-@@ -342,24 +344,6 @@ DIST_SUBDIRS := $(SUBDIRS)
- @LIBLUSTRE_TRUE at libcfs_a_CFLAGS = $(LLCFLAGS)
- 
- @LINUX_TRUE@@MODULES_TRUE at modulenet_DATA := libcfs$(KMODEXT)
--
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS := libcfs
--
-- at DARWIN_TRUE@@MODULES_TRUE at nodist_libcfs_SOURCES := darwin/darwin-sync.c darwin/darwin-mem.c	\
-- at DARWIN_TRUE@@MODULES_TRUE@	darwin/darwin-prim.c darwin/darwin-fs.c darwin/darwin-curproc.c	\
-- at DARWIN_TRUE@@MODULES_TRUE@	darwin/darwin-tcpip.c darwin/darwin-utils.c 			\
-- at DARWIN_TRUE@@MODULES_TRUE@	darwin/darwin-debug.c darwin/darwin-proc.c 			\
-- at DARWIN_TRUE@@MODULES_TRUE@	darwin/darwin-tracefile.c darwin/darwin-module.c 		\
-- at DARWIN_TRUE@@MODULES_TRUE@	debug.c module.c tracefile.c nidstrings.c watchdog.c
--
--
-- at DARWIN_TRUE@@MODULES_TRUE at libcfs_CFLAGS := $(EXTRA_KCFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at libcfs_LDFLAGS := $(EXTRA_KLDFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at libcfs_LDADD := $(EXTRA_KLIBS)
--
-- at DARWIN_TRUE@@MODULES_TRUE at plist_DATA := Info.plist
--
-- at DARWIN_TRUE@@MODULES_TRUE at install_data_hook := fix-kext-ownership
- subdir = lnet/libcfs
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -377,55 +361,11 @@ am__libcfs_a_SOURCES_DIST = debug.c user-prim.c user-lock.c user-tcpip.c \
- @LIBLUSTRE_TRUE@	libcfs_a-user-tcpip.$(OBJEXT) \
- @LIBLUSTRE_TRUE@	libcfs_a-user-bitops.$(OBJEXT)
- libcfs_a_OBJECTS = $(am_libcfs_a_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at macos_PROGRAMS =
-- at DARWIN_FALSE@@MODULES_FALSE at macos_PROGRAMS =
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS = libcfs$(EXEEXT)
-- at DARWIN_TRUE@@MODULES_FALSE at macos_PROGRAMS =
--PROGRAMS = $(macos_PROGRAMS)
--
-- at DARWIN_TRUE@@MODULES_TRUE at nodist_libcfs_OBJECTS = \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-sync.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-mem.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-prim.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-fs.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-curproc.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-tcpip.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-utils.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-debug.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-proc.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-tracefile.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-darwin-module.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-debug.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-module.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-tracefile.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-nidstrings.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	libcfs-watchdog.$(OBJEXT)
--libcfs_OBJECTS = $(nodist_libcfs_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at libcfs_DEPENDENCIES =
-- at DARWIN_FALSE@@MODULES_FALSE at libcfs_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_TRUE at libcfs_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_FALSE at libcfs_DEPENDENCIES =
- 
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
-- at AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libcfs-darwin-curproc.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-debug.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-fs.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-mem.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-module.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-prim.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-proc.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-sync.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-tcpip.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-tracefile.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-darwin-utils.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-debug.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-module.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-nidstrings.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-tracefile.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs-watchdog.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libcfs_a-debug.Po \
-+ at AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libcfs_a-debug.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/libcfs_a-user-bitops.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/libcfs_a-user-lock.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/libcfs_a-user-prim.Po \
-@@ -435,7 +375,7 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
- DIST_SOURCES = $(am__libcfs_a_SOURCES_DIST)
--DATA = $(modulenet_DATA) $(plist_DATA)
-+DATA = $(modulenet_DATA)
- 
- 
- RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
-@@ -444,7 +384,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
- 	installdirs-recursive install-recursive uninstall-recursive \
- 	check-recursive installcheck-recursive
- DIST_COMMON = $(srcdir)/autoMakefile.in Makefile.in autoMakefile.am
--SOURCES = $(libcfs_a_SOURCES) $(nodist_libcfs_SOURCES)
-+SOURCES = $(libcfs_a_SOURCES)
- 
- all: all-recursive
- 
-@@ -466,33 +406,6 @@ libcfs.a: $(libcfs_a_OBJECTS) $(libcfs_a_DEPENDENCIES)
- 	-rm -f libcfs.a
- 	$(libcfs_a_AR) libcfs.a $(libcfs_a_OBJECTS) $(libcfs_a_LIBADD)
- 	$(RANLIB) libcfs.a
--macosPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--install-macosPROGRAMS: $(macos_PROGRAMS)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(macosdir)
--	@list='$(macos_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) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f"; \
--	   $(INSTALL_PROGRAM_ENV) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f || exit 1; \
--	  else :; fi; \
--	done
--
--uninstall-macosPROGRAMS:
--	@$(NORMAL_UNINSTALL)
--	@list='$(macos_PROGRAMS)'; for p in $$list; do \
--	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
--	  echo " rm -f $(DESTDIR)$(macosdir)/$$f"; \
--	  rm -f $(DESTDIR)$(macosdir)/$$f; \
--	done
--
--clean-macosPROGRAMS:
--	-test -z "$(macos_PROGRAMS)" || rm -f $(macos_PROGRAMS)
--libcfs$(EXEEXT): $(libcfs_OBJECTS) $(libcfs_DEPENDENCIES) 
--	@rm -f libcfs$(EXEEXT)
--	$(LINK) $(libcfs_LDFLAGS) $(libcfs_OBJECTS) $(libcfs_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT) core *.core
-@@ -500,22 +413,6 @@ mostlyclean-compile:
- distclean-compile:
- 	-rm -f *.tab.c
- 
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-curproc.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-debug.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-fs.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-mem.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-module.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-prim.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-proc.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-sync.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-tcpip.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-tracefile.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-darwin-utils.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-debug.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-module.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-nidstrings.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-tracefile.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs-watchdog.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs_a-debug.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs_a-user-bitops.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libcfs_a-user-lock.Po at am__quote@
-@@ -653,358 +550,6 @@ libcfs_a-user-bitops.obj: user-bitops.c
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs_a-user-bitops.Po' tmpdepfile='$(DEPDIR)/libcfs_a-user-bitops.TPo' @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcfs_a_CPPFLAGS) $(CPPFLAGS) $(libcfs_a_CFLAGS) $(CFLAGS) -c -o libcfs_a-user-bitops.obj `if test -f 'user-bitops.c'; then $(CYGPATH_W) 'user-bitops.c'; else $(CYGPATH_W) '$(srcdir)/user-bitops.c'; fi`
--
--libcfs-darwin-sync.o: darwin/darwin-sync.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-sync.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-sync.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-sync.o `test -f 'darwin/darwin-sync.c' || echo '$(srcdir)/'`darwin/darwin-sync.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-sync.Tpo" "$(DEPDIR)/libcfs-darwin-sync.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-sync.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-sync.c' object='libcfs-darwin-sync.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-sync.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-sync.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-sync.o `test -f 'darwin/darwin-sync.c' || echo '$(srcdir)/'`darwin/darwin-sync.c
--
--libcfs-darwin-sync.obj: darwin/darwin-sync.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-sync.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-sync.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-sync.obj `if test -f 'darwin/darwin-sync.c'; then $(CYGPATH_W) 'darwin/darwin-sync.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-sync.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-sync.Tpo" "$(DEPDIR)/libcfs-darwin-sync.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-sync.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-sync.c' object='libcfs-darwin-sync.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-sync.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-sync.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-sync.obj `if test -f 'darwin/darwin-sync.c'; then $(CYGPATH_W) 'darwin/darwin-sync.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-sync.c'; fi`
--
--libcfs-darwin-mem.o: darwin/darwin-mem.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-mem.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-mem.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-mem.o `test -f 'darwin/darwin-mem.c' || echo '$(srcdir)/'`darwin/darwin-mem.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-mem.Tpo" "$(DEPDIR)/libcfs-darwin-mem.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-mem.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-mem.c' object='libcfs-darwin-mem.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-mem.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-mem.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-mem.o `test -f 'darwin/darwin-mem.c' || echo '$(srcdir)/'`darwin/darwin-mem.c
--
--libcfs-darwin-mem.obj: darwin/darwin-mem.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-mem.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-mem.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-mem.obj `if test -f 'darwin/darwin-mem.c'; then $(CYGPATH_W) 'darwin/darwin-mem.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-mem.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-mem.Tpo" "$(DEPDIR)/libcfs-darwin-mem.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-mem.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-mem.c' object='libcfs-darwin-mem.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-mem.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-mem.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-mem.obj `if test -f 'darwin/darwin-mem.c'; then $(CYGPATH_W) 'darwin/darwin-mem.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-mem.c'; fi`
--
--libcfs-darwin-prim.o: darwin/darwin-prim.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-prim.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-prim.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-prim.o `test -f 'darwin/darwin-prim.c' || echo '$(srcdir)/'`darwin/darwin-prim.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-prim.Tpo" "$(DEPDIR)/libcfs-darwin-prim.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-prim.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-prim.c' object='libcfs-darwin-prim.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-prim.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-prim.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-prim.o `test -f 'darwin/darwin-prim.c' || echo '$(srcdir)/'`darwin/darwin-prim.c
--
--libcfs-darwin-prim.obj: darwin/darwin-prim.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-prim.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-prim.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-prim.obj `if test -f 'darwin/darwin-prim.c'; then $(CYGPATH_W) 'darwin/darwin-prim.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-prim.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-prim.Tpo" "$(DEPDIR)/libcfs-darwin-prim.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-prim.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-prim.c' object='libcfs-darwin-prim.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-prim.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-prim.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-prim.obj `if test -f 'darwin/darwin-prim.c'; then $(CYGPATH_W) 'darwin/darwin-prim.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-prim.c'; fi`
--
--libcfs-darwin-fs.o: darwin/darwin-fs.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-fs.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-fs.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-fs.o `test -f 'darwin/darwin-fs.c' || echo '$(srcdir)/'`darwin/darwin-fs.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-fs.Tpo" "$(DEPDIR)/libcfs-darwin-fs.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-fs.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-fs.c' object='libcfs-darwin-fs.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-fs.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-fs.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-fs.o `test -f 'darwin/darwin-fs.c' || echo '$(srcdir)/'`darwin/darwin-fs.c
--
--libcfs-darwin-fs.obj: darwin/darwin-fs.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-fs.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-fs.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-fs.obj `if test -f 'darwin/darwin-fs.c'; then $(CYGPATH_W) 'darwin/darwin-fs.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-fs.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-fs.Tpo" "$(DEPDIR)/libcfs-darwin-fs.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-fs.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-fs.c' object='libcfs-darwin-fs.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-fs.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-fs.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-fs.obj `if test -f 'darwin/darwin-fs.c'; then $(CYGPATH_W) 'darwin/darwin-fs.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-fs.c'; fi`
--
--libcfs-darwin-curproc.o: darwin/darwin-curproc.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-curproc.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-curproc.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-curproc.o `test -f 'darwin/darwin-curproc.c' || echo '$(srcdir)/'`darwin/darwin-curproc.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-curproc.Tpo" "$(DEPDIR)/libcfs-darwin-curproc.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-curproc.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-curproc.c' object='libcfs-darwin-curproc.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-curproc.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-curproc.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-curproc.o `test -f 'darwin/darwin-curproc.c' || echo '$(srcdir)/'`darwin/darwin-curproc.c
--
--libcfs-darwin-curproc.obj: darwin/darwin-curproc.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-curproc.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-curproc.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-curproc.obj `if test -f 'darwin/darwin-curproc.c'; then $(CYGPATH_W) 'darwin/darwin-curproc.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-curproc.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-curproc.Tpo" "$(DEPDIR)/libcfs-darwin-curproc.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-curproc.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-curproc.c' object='libcfs-darwin-curproc.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-curproc.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-curproc.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-curproc.obj `if test -f 'darwin/darwin-curproc.c'; then $(CYGPATH_W) 'darwin/darwin-curproc.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-curproc.c'; fi`
--
--libcfs-darwin-tcpip.o: darwin/darwin-tcpip.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-tcpip.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-tcpip.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-tcpip.o `test -f 'darwin/darwin-tcpip.c' || echo '$(srcdir)/'`darwin/darwin-tcpip.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-tcpip.Tpo" "$(DEPDIR)/libcfs-darwin-tcpip.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-tcpip.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-tcpip.c' object='libcfs-darwin-tcpip.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-tcpip.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-tcpip.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-tcpip.o `test -f 'darwin/darwin-tcpip.c' || echo '$(srcdir)/'`darwin/darwin-tcpip.c
--
--libcfs-darwin-tcpip.obj: darwin/darwin-tcpip.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-tcpip.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-tcpip.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-tcpip.obj `if test -f 'darwin/darwin-tcpip.c'; then $(CYGPATH_W) 'darwin/darwin-tcpip.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-tcpip.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-tcpip.Tpo" "$(DEPDIR)/libcfs-darwin-tcpip.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-tcpip.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-tcpip.c' object='libcfs-darwin-tcpip.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-tcpip.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-tcpip.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-tcpip.obj `if test -f 'darwin/darwin-tcpip.c'; then $(CYGPATH_W) 'darwin/darwin-tcpip.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-tcpip.c'; fi`
--
--libcfs-darwin-utils.o: darwin/darwin-utils.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-utils.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-utils.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-utils.o `test -f 'darwin/darwin-utils.c' || echo '$(srcdir)/'`darwin/darwin-utils.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-utils.Tpo" "$(DEPDIR)/libcfs-darwin-utils.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-utils.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-utils.c' object='libcfs-darwin-utils.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-utils.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-utils.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-utils.o `test -f 'darwin/darwin-utils.c' || echo '$(srcdir)/'`darwin/darwin-utils.c
--
--libcfs-darwin-utils.obj: darwin/darwin-utils.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-utils.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-utils.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-utils.obj `if test -f 'darwin/darwin-utils.c'; then $(CYGPATH_W) 'darwin/darwin-utils.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-utils.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-utils.Tpo" "$(DEPDIR)/libcfs-darwin-utils.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-utils.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-utils.c' object='libcfs-darwin-utils.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-utils.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-utils.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-utils.obj `if test -f 'darwin/darwin-utils.c'; then $(CYGPATH_W) 'darwin/darwin-utils.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-utils.c'; fi`
--
--libcfs-darwin-debug.o: darwin/darwin-debug.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-debug.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-debug.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-debug.o `test -f 'darwin/darwin-debug.c' || echo '$(srcdir)/'`darwin/darwin-debug.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-debug.Tpo" "$(DEPDIR)/libcfs-darwin-debug.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-debug.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-debug.c' object='libcfs-darwin-debug.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-debug.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-debug.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-debug.o `test -f 'darwin/darwin-debug.c' || echo '$(srcdir)/'`darwin/darwin-debug.c
--
--libcfs-darwin-debug.obj: darwin/darwin-debug.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-debug.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-debug.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-debug.obj `if test -f 'darwin/darwin-debug.c'; then $(CYGPATH_W) 'darwin/darwin-debug.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-debug.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-debug.Tpo" "$(DEPDIR)/libcfs-darwin-debug.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-debug.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-debug.c' object='libcfs-darwin-debug.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-debug.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-debug.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-debug.obj `if test -f 'darwin/darwin-debug.c'; then $(CYGPATH_W) 'darwin/darwin-debug.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-debug.c'; fi`
--
--libcfs-darwin-proc.o: darwin/darwin-proc.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-proc.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-proc.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-proc.o `test -f 'darwin/darwin-proc.c' || echo '$(srcdir)/'`darwin/darwin-proc.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-proc.Tpo" "$(DEPDIR)/libcfs-darwin-proc.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-proc.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-proc.c' object='libcfs-darwin-proc.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-proc.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-proc.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-proc.o `test -f 'darwin/darwin-proc.c' || echo '$(srcdir)/'`darwin/darwin-proc.c
--
--libcfs-darwin-proc.obj: darwin/darwin-proc.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-proc.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-proc.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-proc.obj `if test -f 'darwin/darwin-proc.c'; then $(CYGPATH_W) 'darwin/darwin-proc.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-proc.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-proc.Tpo" "$(DEPDIR)/libcfs-darwin-proc.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-proc.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-proc.c' object='libcfs-darwin-proc.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-proc.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-proc.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-proc.obj `if test -f 'darwin/darwin-proc.c'; then $(CYGPATH_W) 'darwin/darwin-proc.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-proc.c'; fi`
--
--libcfs-darwin-tracefile.o: darwin/darwin-tracefile.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-tracefile.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-tracefile.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-tracefile.o `test -f 'darwin/darwin-tracefile.c' || echo '$(srcdir)/'`darwin/darwin-tracefile.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-tracefile.Tpo" "$(DEPDIR)/libcfs-darwin-tracefile.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-tracefile.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-tracefile.c' object='libcfs-darwin-tracefile.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-tracefile.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-tracefile.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-tracefile.o `test -f 'darwin/darwin-tracefile.c' || echo '$(srcdir)/'`darwin/darwin-tracefile.c
--
--libcfs-darwin-tracefile.obj: darwin/darwin-tracefile.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-tracefile.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-tracefile.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-tracefile.obj `if test -f 'darwin/darwin-tracefile.c'; then $(CYGPATH_W) 'darwin/darwin-tracefile.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-tracefile.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-tracefile.Tpo" "$(DEPDIR)/libcfs-darwin-tracefile.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-tracefile.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-tracefile.c' object='libcfs-darwin-tracefile.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-tracefile.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-tracefile.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-tracefile.obj `if test -f 'darwin/darwin-tracefile.c'; then $(CYGPATH_W) 'darwin/darwin-tracefile.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-tracefile.c'; fi`
--
--libcfs-darwin-module.o: darwin/darwin-module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-module.o -MD -MP -MF "$(DEPDIR)/libcfs-darwin-module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-module.o `test -f 'darwin/darwin-module.c' || echo '$(srcdir)/'`darwin/darwin-module.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-module.Tpo" "$(DEPDIR)/libcfs-darwin-module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-module.c' object='libcfs-darwin-module.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-module.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-module.o `test -f 'darwin/darwin-module.c' || echo '$(srcdir)/'`darwin/darwin-module.c
--
--libcfs-darwin-module.obj: darwin/darwin-module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-darwin-module.obj -MD -MP -MF "$(DEPDIR)/libcfs-darwin-module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-darwin-module.obj `if test -f 'darwin/darwin-module.c'; then $(CYGPATH_W) 'darwin/darwin-module.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-module.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-darwin-module.Tpo" "$(DEPDIR)/libcfs-darwin-module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-darwin-module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-module.c' object='libcfs-darwin-module.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-darwin-module.Po' tmpdepfile='$(DEPDIR)/libcfs-darwin-module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-darwin-module.obj `if test -f 'darwin/darwin-module.c'; then $(CYGPATH_W) 'darwin/darwin-module.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-module.c'; fi`
--
--libcfs-debug.o: debug.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-debug.o -MD -MP -MF "$(DEPDIR)/libcfs-debug.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-debug.Tpo" "$(DEPDIR)/libcfs-debug.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-debug.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='debug.c' object='libcfs-debug.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-debug.Po' tmpdepfile='$(DEPDIR)/libcfs-debug.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
--
--libcfs-debug.obj: debug.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-debug.obj -MD -MP -MF "$(DEPDIR)/libcfs-debug.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-debug.Tpo" "$(DEPDIR)/libcfs-debug.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-debug.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='debug.c' object='libcfs-debug.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-debug.Po' tmpdepfile='$(DEPDIR)/libcfs-debug.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
--
--libcfs-module.o: module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-module.o -MD -MP -MF "$(DEPDIR)/libcfs-module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-module.o `test -f 'module.c' || echo '$(srcdir)/'`module.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-module.Tpo" "$(DEPDIR)/libcfs-module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='module.c' object='libcfs-module.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-module.Po' tmpdepfile='$(DEPDIR)/libcfs-module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-module.o `test -f 'module.c' || echo '$(srcdir)/'`module.c
--
--libcfs-module.obj: module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-module.obj -MD -MP -MF "$(DEPDIR)/libcfs-module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-module.obj `if test -f 'module.c'; then $(CYGPATH_W) 'module.c'; else $(CYGPATH_W) '$(srcdir)/module.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-module.Tpo" "$(DEPDIR)/libcfs-module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='module.c' object='libcfs-module.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-module.Po' tmpdepfile='$(DEPDIR)/libcfs-module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-module.obj `if test -f 'module.c'; then $(CYGPATH_W) 'module.c'; else $(CYGPATH_W) '$(srcdir)/module.c'; fi`
--
--libcfs-tracefile.o: tracefile.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-tracefile.o -MD -MP -MF "$(DEPDIR)/libcfs-tracefile.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-tracefile.o `test -f 'tracefile.c' || echo '$(srcdir)/'`tracefile.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-tracefile.Tpo" "$(DEPDIR)/libcfs-tracefile.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-tracefile.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tracefile.c' object='libcfs-tracefile.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-tracefile.Po' tmpdepfile='$(DEPDIR)/libcfs-tracefile.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-tracefile.o `test -f 'tracefile.c' || echo '$(srcdir)/'`tracefile.c
--
--libcfs-tracefile.obj: tracefile.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-tracefile.obj -MD -MP -MF "$(DEPDIR)/libcfs-tracefile.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-tracefile.obj `if test -f 'tracefile.c'; then $(CYGPATH_W) 'tracefile.c'; else $(CYGPATH_W) '$(srcdir)/tracefile.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-tracefile.Tpo" "$(DEPDIR)/libcfs-tracefile.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-tracefile.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tracefile.c' object='libcfs-tracefile.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-tracefile.Po' tmpdepfile='$(DEPDIR)/libcfs-tracefile.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-tracefile.obj `if test -f 'tracefile.c'; then $(CYGPATH_W) 'tracefile.c'; else $(CYGPATH_W) '$(srcdir)/tracefile.c'; fi`
--
--libcfs-nidstrings.o: nidstrings.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-nidstrings.o -MD -MP -MF "$(DEPDIR)/libcfs-nidstrings.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-nidstrings.o `test -f 'nidstrings.c' || echo '$(srcdir)/'`nidstrings.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-nidstrings.Tpo" "$(DEPDIR)/libcfs-nidstrings.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-nidstrings.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='nidstrings.c' object='libcfs-nidstrings.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-nidstrings.Po' tmpdepfile='$(DEPDIR)/libcfs-nidstrings.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-nidstrings.o `test -f 'nidstrings.c' || echo '$(srcdir)/'`nidstrings.c
--
--libcfs-nidstrings.obj: nidstrings.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-nidstrings.obj -MD -MP -MF "$(DEPDIR)/libcfs-nidstrings.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-nidstrings.obj `if test -f 'nidstrings.c'; then $(CYGPATH_W) 'nidstrings.c'; else $(CYGPATH_W) '$(srcdir)/nidstrings.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-nidstrings.Tpo" "$(DEPDIR)/libcfs-nidstrings.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-nidstrings.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='nidstrings.c' object='libcfs-nidstrings.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-nidstrings.Po' tmpdepfile='$(DEPDIR)/libcfs-nidstrings.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-nidstrings.obj `if test -f 'nidstrings.c'; then $(CYGPATH_W) 'nidstrings.c'; else $(CYGPATH_W) '$(srcdir)/nidstrings.c'; fi`
--
--libcfs-watchdog.o: watchdog.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-watchdog.o -MD -MP -MF "$(DEPDIR)/libcfs-watchdog.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-watchdog.o `test -f 'watchdog.c' || echo '$(srcdir)/'`watchdog.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-watchdog.Tpo" "$(DEPDIR)/libcfs-watchdog.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-watchdog.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='watchdog.c' object='libcfs-watchdog.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-watchdog.Po' tmpdepfile='$(DEPDIR)/libcfs-watchdog.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-watchdog.o `test -f 'watchdog.c' || echo '$(srcdir)/'`watchdog.c
--
--libcfs-watchdog.obj: watchdog.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -MT libcfs-watchdog.obj -MD -MP -MF "$(DEPDIR)/libcfs-watchdog.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o libcfs-watchdog.obj `if test -f 'watchdog.c'; then $(CYGPATH_W) 'watchdog.c'; else $(CYGPATH_W) '$(srcdir)/watchdog.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libcfs-watchdog.Tpo" "$(DEPDIR)/libcfs-watchdog.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libcfs-watchdog.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='watchdog.c' object='libcfs-watchdog.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libcfs-watchdog.Po' tmpdepfile='$(DEPDIR)/libcfs-watchdog.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcfs_CFLAGS) $(CFLAGS) -c -o libcfs-watchdog.obj `if test -f 'watchdog.c'; then $(CYGPATH_W) 'watchdog.c'; else $(CYGPATH_W) '$(srcdir)/watchdog.c'; fi`
- uninstall-info-am:
- modulenetDATA_INSTALL = $(INSTALL_DATA)
- install-modulenetDATA: $(modulenet_DATA)
-@@ -1024,24 +569,6 @@ uninstall-modulenetDATA:
- 	  echo " rm -f $(DESTDIR)$(modulenetdir)/$$f"; \
- 	  rm -f $(DESTDIR)$(modulenetdir)/$$f; \
- 	done
--plistDATA_INSTALL = $(INSTALL_DATA)
--install-plistDATA: $(plist_DATA)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(plistdir)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f"; \
--	  $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--uninstall-plistDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " rm -f $(DESTDIR)$(plistdir)/$$f"; \
--	  rm -f $(DESTDIR)$(plistdir)/$$f; \
--	done
- 
- # This directory's subdirectories are mostly independent; you can cd
- # into them and run `make' without going through this Makefile.
-@@ -1213,10 +740,10 @@ distdir: $(DISTFILES)
- 	done
- check-am: all-am
- check: check-recursive
--all-am: autoMakefile $(LIBRARIES) $(PROGRAMS) $(DATA)
-+all-am: autoMakefile $(LIBRARIES) $(DATA)
- installdirs: installdirs-recursive
- installdirs-am:
--	$(mkinstalldirs) $(DESTDIR)$(macosdir) $(DESTDIR)$(modulenetdir) $(DESTDIR)$(plistdir)
-+	$(mkinstalldirs) $(DESTDIR)$(modulenetdir)
- 
- install: install-recursive
- install-exec: install-exec-recursive
-@@ -1245,8 +772,7 @@ maintainer-clean-generic:
- 	@echo "it deletes files that may require special tools to rebuild."
- clean: clean-recursive
- 
--clean-am: clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	mostlyclean-am
-+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
- 
- distclean: distclean-recursive
- 	-rm -rf ./$(DEPDIR)
-@@ -1262,8 +788,7 @@ info: info-recursive
- 
- info-am:
- 
--install-data-am: install-macosPROGRAMS install-modulenetDATA \
--	install-plistDATA
-+install-data-am: install-modulenetDATA
- 	@$(NORMAL_INSTALL)
- 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
- 
-@@ -1292,30 +817,48 @@ ps: ps-recursive
- 
- ps-am:
- 
--uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
--	uninstall-modulenetDATA uninstall-plistDATA
-+uninstall-am: uninstall-info-am uninstall-modulenetDATA
- 
- uninstall-info: uninstall-info-recursive
- 
- .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
--	clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	clean-recursive ctags ctags-recursive distclean \
--	distclean-compile distclean-generic distclean-recursive \
--	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
--	info-recursive install install-am install-data install-data-am \
--	install-data-recursive install-exec install-exec-am \
--	install-exec-recursive install-info install-info-am \
--	install-info-recursive install-macosPROGRAMS install-man \
--	install-modulenetDATA install-plistDATA install-recursive \
--	install-strip installcheck installcheck-am installdirs \
--	installdirs-am installdirs-recursive maintainer-clean \
--	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
--	mostlyclean-compile mostlyclean-generic mostlyclean-recursive \
--	pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
--	tags-recursive uninstall uninstall-am uninstall-info-am \
--	uninstall-info-recursive uninstall-macosPROGRAMS \
--	uninstall-modulenetDATA uninstall-plistDATA uninstall-recursive
--
-+	clean-generic clean-noinstLIBRARIES clean-recursive ctags \
-+	ctags-recursive distclean distclean-compile distclean-generic \
-+	distclean-recursive distclean-tags distdir dvi dvi-am \
-+	dvi-recursive info info-am info-recursive install install-am \
-+	install-data install-data-am install-data-recursive \
-+	install-exec install-exec-am install-exec-recursive \
-+	install-info install-info-am install-info-recursive install-man \
-+	install-modulenetDATA install-recursive install-strip \
-+	installcheck installcheck-am installdirs installdirs-am \
-+	installdirs-recursive maintainer-clean maintainer-clean-generic \
-+	maintainer-clean-recursive mostlyclean mostlyclean-compile \
-+	mostlyclean-generic mostlyclean-recursive pdf pdf-am \
-+	pdf-recursive ps ps-am ps-recursive tags tags-recursive \
-+	uninstall uninstall-am uninstall-info-am \
-+	uninstall-info-recursive uninstall-modulenetDATA \
-+	uninstall-recursive
-+
-+
-+#if DARWIN
-+#macos_PROGRAMS := libcfs
-+#
-+#nodist_libcfs_SOURCES := darwin/darwin-sync.c darwin/darwin-mem.c	\
-+#	darwin/darwin-prim.c darwin/darwin-fs.c darwin/darwin-curproc.c	\
-+#	darwin/darwin-tcpip.c darwin/darwin-utils.c 			\
-+#	darwin/darwin-debug.c darwin/darwin-proc.c 			\
-+#	darwin/darwin-tracefile.c darwin/darwin-module.c 		\
-+#	debug.c module.c tracefile.c nidstrings.c watchdog.c
-+#
-+#libcfs_CFLAGS := $(EXTRA_KCFLAGS)
-+#libcfs_LDFLAGS := $(EXTRA_KLDFLAGS)
-+#libcfs_LDADD := $(EXTRA_KLIBS)
-+#
-+#plist_DATA := Info.plist
-+#
-+#install_data_hook := fix-kext-ownership
-+#
-+#endif
- 
- install-data-hook: $(install_data_hook)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
-diff --git a/lnet/libcfs/linux/Makefile.in b/lnet/libcfs/linux/Makefile.in
-index 3afbef5..9480717 100644
---- a/lnet/libcfs/linux/Makefile.in
-+++ b/lnet/libcfs/linux/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/lnet/autoMakefile.in b/lnet/lnet/autoMakefile.in
-index 7fb8f44..f3f41fe 100644
---- a/lnet/lnet/autoMakefile.in
-+++ b/lnet/lnet/autoMakefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -241,8 +240,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -256,8 +253,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -265,26 +264,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -309,18 +309,6 @@ my_sources = api-errno.c api-ni.c config.c \
- 
- @LINUX_TRUE@@MODULES_TRUE at modulenet_DATA = lnet$(KMODEXT)
- 
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS := lnet
--
-- at DARWIN_TRUE@@MODULES_TRUE at lnet_SOURCES = api-errno.c api-ni.c config.c lib-me.c lib-msg.c lib-eq.c lib-md.c lib-move.c module.c lo.c router.c router_proc.c acceptor.c peer.c
--
-- at DARWIN_TRUE@@MODULES_TRUE at lnet_CFLAGS := $(EXTRA_KCFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at lnet_LDFLAGS := $(EXTRA_KLDFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at lnet_LDADD := $(EXTRA_KLIBS)
--
-- at DARWIN_TRUE@@MODULES_TRUE at plist_DATA := Info.plist
--
-- at DARWIN_TRUE@@MODULES_TRUE at install_data_hook := fix-kext-ownership
--
- EXTRA_DIST := Info.plist
- subdir = lnet/lnet
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -343,34 +331,6 @@ am__objects_1 = liblnet_a-api-errno.$(OBJEXT) liblnet_a-api-ni.$(OBJEXT) \
- 	liblnet_a-peer.$(OBJEXT)
- @LIBLUSTRE_TRUE at am_liblnet_a_OBJECTS = $(am__objects_1)
- liblnet_a_OBJECTS = $(am_liblnet_a_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at macos_PROGRAMS =
-- at DARWIN_FALSE@@MODULES_FALSE at macos_PROGRAMS =
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS = lnet$(EXEEXT)
-- at DARWIN_TRUE@@MODULES_FALSE at macos_PROGRAMS =
--PROGRAMS = $(macos_PROGRAMS)
--
--am__lnet_SOURCES_DIST = api-errno.c api-ni.c config.c lib-me.c lib-msg.c \
--	lib-eq.c lib-md.c lib-move.c module.c lo.c router.c \
--	router_proc.c acceptor.c peer.c
-- at DARWIN_TRUE@@MODULES_TRUE at am_lnet_OBJECTS = lnet-api-errno.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-api-ni.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-config.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-lib-me.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-lib-msg.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-lib-eq.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-lib-md.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-lib-move.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-module.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-lo.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-router.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-router_proc.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-acceptor.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lnet-peer.$(OBJEXT)
--lnet_OBJECTS = $(am_lnet_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at lnet_DEPENDENCIES =
-- at DARWIN_FALSE@@MODULES_FALSE at lnet_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_TRUE at lnet_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_FALSE at lnet_DEPENDENCIES =
- 
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
-@@ -387,28 +347,16 @@ am__depfiles_maybe = depfiles
- @AMDEP_TRUE@	./$(DEPDIR)/liblnet_a-lo.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/liblnet_a-peer.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/liblnet_a-router.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/liblnet_a-router_proc.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-acceptor.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-api-errno.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-api-ni.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-config.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-lib-eq.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-lib-md.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-lib-me.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-lib-move.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-lib-msg.Po ./$(DEPDIR)/lnet-lo.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-module.Po ./$(DEPDIR)/lnet-peer.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-router.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lnet-router_proc.Po
-+ at AMDEP_TRUE@	./$(DEPDIR)/liblnet_a-router_proc.Po
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--DIST_SOURCES = $(am__liblnet_a_SOURCES_DIST) $(am__lnet_SOURCES_DIST)
--DATA = $(modulenet_DATA) $(plist_DATA)
-+DIST_SOURCES = $(am__liblnet_a_SOURCES_DIST)
-+DATA = $(modulenet_DATA)
- 
- DIST_COMMON = $(srcdir)/autoMakefile.in Makefile.in autoMakefile.am
--SOURCES = $(liblnet_a_SOURCES) $(lnet_SOURCES)
-+SOURCES = $(liblnet_a_SOURCES)
- 
- all: all-am
- 
-@@ -430,33 +378,6 @@ liblnet.a: $(liblnet_a_OBJECTS) $(liblnet_a_DEPENDENCIES)
- 	-rm -f liblnet.a
- 	$(liblnet_a_AR) liblnet.a $(liblnet_a_OBJECTS) $(liblnet_a_LIBADD)
- 	$(RANLIB) liblnet.a
--macosPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--install-macosPROGRAMS: $(macos_PROGRAMS)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(macosdir)
--	@list='$(macos_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) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f"; \
--	   $(INSTALL_PROGRAM_ENV) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f || exit 1; \
--	  else :; fi; \
--	done
--
--uninstall-macosPROGRAMS:
--	@$(NORMAL_UNINSTALL)
--	@list='$(macos_PROGRAMS)'; for p in $$list; do \
--	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
--	  echo " rm -f $(DESTDIR)$(macosdir)/$$f"; \
--	  rm -f $(DESTDIR)$(macosdir)/$$f; \
--	done
--
--clean-macosPROGRAMS:
--	-test -z "$(macos_PROGRAMS)" || rm -f $(macos_PROGRAMS)
--lnet$(EXEEXT): $(lnet_OBJECTS) $(lnet_DEPENDENCIES) 
--	@rm -f lnet$(EXEEXT)
--	$(LINK) $(lnet_LDFLAGS) $(lnet_OBJECTS) $(lnet_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT) core *.core
-@@ -477,20 +398,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblnet_a-peer.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblnet_a-router.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblnet_a-router_proc.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-acceptor.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-api-errno.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-api-ni.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-config.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-lib-eq.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-lib-md.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-lib-me.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-lib-move.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-lib-msg.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-lo.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-module.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-peer.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-router.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lnet-router_proc.Po at am__quote@
- 
- .c.o:
- @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@@ -799,314 +706,6 @@ liblnet_a-peer.obj: peer.c
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/liblnet_a-peer.Po' tmpdepfile='$(DEPDIR)/liblnet_a-peer.TPo' @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblnet_a_CPPFLAGS) $(CPPFLAGS) $(liblnet_a_CFLAGS) $(CFLAGS) -c -o liblnet_a-peer.obj `if test -f 'peer.c'; then $(CYGPATH_W) 'peer.c'; else $(CYGPATH_W) '$(srcdir)/peer.c'; fi`
--
--lnet-api-errno.o: api-errno.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-api-errno.o -MD -MP -MF "$(DEPDIR)/lnet-api-errno.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-api-errno.o `test -f 'api-errno.c' || echo '$(srcdir)/'`api-errno.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-api-errno.Tpo" "$(DEPDIR)/lnet-api-errno.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-api-errno.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='api-errno.c' object='lnet-api-errno.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-api-errno.Po' tmpdepfile='$(DEPDIR)/lnet-api-errno.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-api-errno.o `test -f 'api-errno.c' || echo '$(srcdir)/'`api-errno.c
--
--lnet-api-errno.obj: api-errno.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-api-errno.obj -MD -MP -MF "$(DEPDIR)/lnet-api-errno.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-api-errno.obj `if test -f 'api-errno.c'; then $(CYGPATH_W) 'api-errno.c'; else $(CYGPATH_W) '$(srcdir)/api-errno.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-api-errno.Tpo" "$(DEPDIR)/lnet-api-errno.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-api-errno.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='api-errno.c' object='lnet-api-errno.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-api-errno.Po' tmpdepfile='$(DEPDIR)/lnet-api-errno.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-api-errno.obj `if test -f 'api-errno.c'; then $(CYGPATH_W) 'api-errno.c'; else $(CYGPATH_W) '$(srcdir)/api-errno.c'; fi`
--
--lnet-api-ni.o: api-ni.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-api-ni.o -MD -MP -MF "$(DEPDIR)/lnet-api-ni.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-api-ni.o `test -f 'api-ni.c' || echo '$(srcdir)/'`api-ni.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-api-ni.Tpo" "$(DEPDIR)/lnet-api-ni.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-api-ni.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='api-ni.c' object='lnet-api-ni.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-api-ni.Po' tmpdepfile='$(DEPDIR)/lnet-api-ni.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-api-ni.o `test -f 'api-ni.c' || echo '$(srcdir)/'`api-ni.c
--
--lnet-api-ni.obj: api-ni.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-api-ni.obj -MD -MP -MF "$(DEPDIR)/lnet-api-ni.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-api-ni.obj `if test -f 'api-ni.c'; then $(CYGPATH_W) 'api-ni.c'; else $(CYGPATH_W) '$(srcdir)/api-ni.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-api-ni.Tpo" "$(DEPDIR)/lnet-api-ni.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-api-ni.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='api-ni.c' object='lnet-api-ni.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-api-ni.Po' tmpdepfile='$(DEPDIR)/lnet-api-ni.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-api-ni.obj `if test -f 'api-ni.c'; then $(CYGPATH_W) 'api-ni.c'; else $(CYGPATH_W) '$(srcdir)/api-ni.c'; fi`
--
--lnet-config.o: config.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-config.o -MD -MP -MF "$(DEPDIR)/lnet-config.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-config.Tpo" "$(DEPDIR)/lnet-config.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-config.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config.c' object='lnet-config.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-config.Po' tmpdepfile='$(DEPDIR)/lnet-config.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
--
--lnet-config.obj: config.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-config.obj -MD -MP -MF "$(DEPDIR)/lnet-config.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-config.Tpo" "$(DEPDIR)/lnet-config.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-config.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config.c' object='lnet-config.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-config.Po' tmpdepfile='$(DEPDIR)/lnet-config.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
--
--lnet-lib-me.o: lib-me.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-me.o -MD -MP -MF "$(DEPDIR)/lnet-lib-me.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-me.o `test -f 'lib-me.c' || echo '$(srcdir)/'`lib-me.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-me.Tpo" "$(DEPDIR)/lnet-lib-me.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-me.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-me.c' object='lnet-lib-me.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-me.Po' tmpdepfile='$(DEPDIR)/lnet-lib-me.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-me.o `test -f 'lib-me.c' || echo '$(srcdir)/'`lib-me.c
--
--lnet-lib-me.obj: lib-me.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-me.obj -MD -MP -MF "$(DEPDIR)/lnet-lib-me.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-me.obj `if test -f 'lib-me.c'; then $(CYGPATH_W) 'lib-me.c'; else $(CYGPATH_W) '$(srcdir)/lib-me.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-me.Tpo" "$(DEPDIR)/lnet-lib-me.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-me.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-me.c' object='lnet-lib-me.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-me.Po' tmpdepfile='$(DEPDIR)/lnet-lib-me.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-me.obj `if test -f 'lib-me.c'; then $(CYGPATH_W) 'lib-me.c'; else $(CYGPATH_W) '$(srcdir)/lib-me.c'; fi`
--
--lnet-lib-msg.o: lib-msg.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-msg.o -MD -MP -MF "$(DEPDIR)/lnet-lib-msg.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-msg.o `test -f 'lib-msg.c' || echo '$(srcdir)/'`lib-msg.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-msg.Tpo" "$(DEPDIR)/lnet-lib-msg.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-msg.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-msg.c' object='lnet-lib-msg.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-msg.Po' tmpdepfile='$(DEPDIR)/lnet-lib-msg.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-msg.o `test -f 'lib-msg.c' || echo '$(srcdir)/'`lib-msg.c
--
--lnet-lib-msg.obj: lib-msg.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-msg.obj -MD -MP -MF "$(DEPDIR)/lnet-lib-msg.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-msg.obj `if test -f 'lib-msg.c'; then $(CYGPATH_W) 'lib-msg.c'; else $(CYGPATH_W) '$(srcdir)/lib-msg.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-msg.Tpo" "$(DEPDIR)/lnet-lib-msg.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-msg.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-msg.c' object='lnet-lib-msg.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-msg.Po' tmpdepfile='$(DEPDIR)/lnet-lib-msg.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-msg.obj `if test -f 'lib-msg.c'; then $(CYGPATH_W) 'lib-msg.c'; else $(CYGPATH_W) '$(srcdir)/lib-msg.c'; fi`
--
--lnet-lib-eq.o: lib-eq.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-eq.o -MD -MP -MF "$(DEPDIR)/lnet-lib-eq.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-eq.o `test -f 'lib-eq.c' || echo '$(srcdir)/'`lib-eq.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-eq.Tpo" "$(DEPDIR)/lnet-lib-eq.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-eq.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-eq.c' object='lnet-lib-eq.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-eq.Po' tmpdepfile='$(DEPDIR)/lnet-lib-eq.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-eq.o `test -f 'lib-eq.c' || echo '$(srcdir)/'`lib-eq.c
--
--lnet-lib-eq.obj: lib-eq.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-eq.obj -MD -MP -MF "$(DEPDIR)/lnet-lib-eq.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-eq.obj `if test -f 'lib-eq.c'; then $(CYGPATH_W) 'lib-eq.c'; else $(CYGPATH_W) '$(srcdir)/lib-eq.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-eq.Tpo" "$(DEPDIR)/lnet-lib-eq.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-eq.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-eq.c' object='lnet-lib-eq.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-eq.Po' tmpdepfile='$(DEPDIR)/lnet-lib-eq.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-eq.obj `if test -f 'lib-eq.c'; then $(CYGPATH_W) 'lib-eq.c'; else $(CYGPATH_W) '$(srcdir)/lib-eq.c'; fi`
--
--lnet-lib-md.o: lib-md.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-md.o -MD -MP -MF "$(DEPDIR)/lnet-lib-md.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-md.o `test -f 'lib-md.c' || echo '$(srcdir)/'`lib-md.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-md.Tpo" "$(DEPDIR)/lnet-lib-md.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-md.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-md.c' object='lnet-lib-md.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-md.Po' tmpdepfile='$(DEPDIR)/lnet-lib-md.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-md.o `test -f 'lib-md.c' || echo '$(srcdir)/'`lib-md.c
--
--lnet-lib-md.obj: lib-md.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-md.obj -MD -MP -MF "$(DEPDIR)/lnet-lib-md.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-md.obj `if test -f 'lib-md.c'; then $(CYGPATH_W) 'lib-md.c'; else $(CYGPATH_W) '$(srcdir)/lib-md.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-md.Tpo" "$(DEPDIR)/lnet-lib-md.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-md.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-md.c' object='lnet-lib-md.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-md.Po' tmpdepfile='$(DEPDIR)/lnet-lib-md.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-md.obj `if test -f 'lib-md.c'; then $(CYGPATH_W) 'lib-md.c'; else $(CYGPATH_W) '$(srcdir)/lib-md.c'; fi`
--
--lnet-lib-move.o: lib-move.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-move.o -MD -MP -MF "$(DEPDIR)/lnet-lib-move.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-move.o `test -f 'lib-move.c' || echo '$(srcdir)/'`lib-move.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-move.Tpo" "$(DEPDIR)/lnet-lib-move.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-move.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-move.c' object='lnet-lib-move.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-move.Po' tmpdepfile='$(DEPDIR)/lnet-lib-move.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-move.o `test -f 'lib-move.c' || echo '$(srcdir)/'`lib-move.c
--
--lnet-lib-move.obj: lib-move.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lib-move.obj -MD -MP -MF "$(DEPDIR)/lnet-lib-move.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lib-move.obj `if test -f 'lib-move.c'; then $(CYGPATH_W) 'lib-move.c'; else $(CYGPATH_W) '$(srcdir)/lib-move.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lib-move.Tpo" "$(DEPDIR)/lnet-lib-move.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lib-move.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lib-move.c' object='lnet-lib-move.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lib-move.Po' tmpdepfile='$(DEPDIR)/lnet-lib-move.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lib-move.obj `if test -f 'lib-move.c'; then $(CYGPATH_W) 'lib-move.c'; else $(CYGPATH_W) '$(srcdir)/lib-move.c'; fi`
--
--lnet-module.o: module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-module.o -MD -MP -MF "$(DEPDIR)/lnet-module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-module.o `test -f 'module.c' || echo '$(srcdir)/'`module.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-module.Tpo" "$(DEPDIR)/lnet-module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='module.c' object='lnet-module.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-module.Po' tmpdepfile='$(DEPDIR)/lnet-module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-module.o `test -f 'module.c' || echo '$(srcdir)/'`module.c
--
--lnet-module.obj: module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-module.obj -MD -MP -MF "$(DEPDIR)/lnet-module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-module.obj `if test -f 'module.c'; then $(CYGPATH_W) 'module.c'; else $(CYGPATH_W) '$(srcdir)/module.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-module.Tpo" "$(DEPDIR)/lnet-module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='module.c' object='lnet-module.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-module.Po' tmpdepfile='$(DEPDIR)/lnet-module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-module.obj `if test -f 'module.c'; then $(CYGPATH_W) 'module.c'; else $(CYGPATH_W) '$(srcdir)/module.c'; fi`
--
--lnet-lo.o: lo.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lo.o -MD -MP -MF "$(DEPDIR)/lnet-lo.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lo.o `test -f 'lo.c' || echo '$(srcdir)/'`lo.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lo.Tpo" "$(DEPDIR)/lnet-lo.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lo.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lo.c' object='lnet-lo.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lo.Po' tmpdepfile='$(DEPDIR)/lnet-lo.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lo.o `test -f 'lo.c' || echo '$(srcdir)/'`lo.c
--
--lnet-lo.obj: lo.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-lo.obj -MD -MP -MF "$(DEPDIR)/lnet-lo.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-lo.obj `if test -f 'lo.c'; then $(CYGPATH_W) 'lo.c'; else $(CYGPATH_W) '$(srcdir)/lo.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-lo.Tpo" "$(DEPDIR)/lnet-lo.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-lo.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lo.c' object='lnet-lo.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-lo.Po' tmpdepfile='$(DEPDIR)/lnet-lo.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-lo.obj `if test -f 'lo.c'; then $(CYGPATH_W) 'lo.c'; else $(CYGPATH_W) '$(srcdir)/lo.c'; fi`
--
--lnet-router.o: router.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-router.o -MD -MP -MF "$(DEPDIR)/lnet-router.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-router.o `test -f 'router.c' || echo '$(srcdir)/'`router.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-router.Tpo" "$(DEPDIR)/lnet-router.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-router.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='router.c' object='lnet-router.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-router.Po' tmpdepfile='$(DEPDIR)/lnet-router.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-router.o `test -f 'router.c' || echo '$(srcdir)/'`router.c
--
--lnet-router.obj: router.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-router.obj -MD -MP -MF "$(DEPDIR)/lnet-router.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-router.obj `if test -f 'router.c'; then $(CYGPATH_W) 'router.c'; else $(CYGPATH_W) '$(srcdir)/router.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-router.Tpo" "$(DEPDIR)/lnet-router.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-router.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='router.c' object='lnet-router.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-router.Po' tmpdepfile='$(DEPDIR)/lnet-router.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-router.obj `if test -f 'router.c'; then $(CYGPATH_W) 'router.c'; else $(CYGPATH_W) '$(srcdir)/router.c'; fi`
--
--lnet-router_proc.o: router_proc.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-router_proc.o -MD -MP -MF "$(DEPDIR)/lnet-router_proc.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-router_proc.o `test -f 'router_proc.c' || echo '$(srcdir)/'`router_proc.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-router_proc.Tpo" "$(DEPDIR)/lnet-router_proc.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-router_proc.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='router_proc.c' object='lnet-router_proc.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-router_proc.Po' tmpdepfile='$(DEPDIR)/lnet-router_proc.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-router_proc.o `test -f 'router_proc.c' || echo '$(srcdir)/'`router_proc.c
--
--lnet-router_proc.obj: router_proc.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-router_proc.obj -MD -MP -MF "$(DEPDIR)/lnet-router_proc.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-router_proc.obj `if test -f 'router_proc.c'; then $(CYGPATH_W) 'router_proc.c'; else $(CYGPATH_W) '$(srcdir)/router_proc.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-router_proc.Tpo" "$(DEPDIR)/lnet-router_proc.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-router_proc.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='router_proc.c' object='lnet-router_proc.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-router_proc.Po' tmpdepfile='$(DEPDIR)/lnet-router_proc.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-router_proc.obj `if test -f 'router_proc.c'; then $(CYGPATH_W) 'router_proc.c'; else $(CYGPATH_W) '$(srcdir)/router_proc.c'; fi`
--
--lnet-acceptor.o: acceptor.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-acceptor.o -MD -MP -MF "$(DEPDIR)/lnet-acceptor.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-acceptor.o `test -f 'acceptor.c' || echo '$(srcdir)/'`acceptor.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-acceptor.Tpo" "$(DEPDIR)/lnet-acceptor.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-acceptor.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='acceptor.c' object='lnet-acceptor.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-acceptor.Po' tmpdepfile='$(DEPDIR)/lnet-acceptor.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-acceptor.o `test -f 'acceptor.c' || echo '$(srcdir)/'`acceptor.c
--
--lnet-acceptor.obj: acceptor.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-acceptor.obj -MD -MP -MF "$(DEPDIR)/lnet-acceptor.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-acceptor.obj `if test -f 'acceptor.c'; then $(CYGPATH_W) 'acceptor.c'; else $(CYGPATH_W) '$(srcdir)/acceptor.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-acceptor.Tpo" "$(DEPDIR)/lnet-acceptor.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-acceptor.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='acceptor.c' object='lnet-acceptor.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-acceptor.Po' tmpdepfile='$(DEPDIR)/lnet-acceptor.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-acceptor.obj `if test -f 'acceptor.c'; then $(CYGPATH_W) 'acceptor.c'; else $(CYGPATH_W) '$(srcdir)/acceptor.c'; fi`
--
--lnet-peer.o: peer.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-peer.o -MD -MP -MF "$(DEPDIR)/lnet-peer.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-peer.o `test -f 'peer.c' || echo '$(srcdir)/'`peer.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-peer.Tpo" "$(DEPDIR)/lnet-peer.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-peer.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='peer.c' object='lnet-peer.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-peer.Po' tmpdepfile='$(DEPDIR)/lnet-peer.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-peer.o `test -f 'peer.c' || echo '$(srcdir)/'`peer.c
--
--lnet-peer.obj: peer.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -MT lnet-peer.obj -MD -MP -MF "$(DEPDIR)/lnet-peer.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lnet-peer.obj `if test -f 'peer.c'; then $(CYGPATH_W) 'peer.c'; else $(CYGPATH_W) '$(srcdir)/peer.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lnet-peer.Tpo" "$(DEPDIR)/lnet-peer.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lnet-peer.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='peer.c' object='lnet-peer.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lnet-peer.Po' tmpdepfile='$(DEPDIR)/lnet-peer.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lnet_CFLAGS) $(CFLAGS) -c -o lnet-peer.obj `if test -f 'peer.c'; then $(CYGPATH_W) 'peer.c'; else $(CYGPATH_W) '$(srcdir)/peer.c'; fi`
- uninstall-info-am:
- modulenetDATA_INSTALL = $(INSTALL_DATA)
- install-modulenetDATA: $(modulenet_DATA)
-@@ -1126,24 +725,6 @@ uninstall-modulenetDATA:
- 	  echo " rm -f $(DESTDIR)$(modulenetdir)/$$f"; \
- 	  rm -f $(DESTDIR)$(modulenetdir)/$$f; \
- 	done
--plistDATA_INSTALL = $(INSTALL_DATA)
--install-plistDATA: $(plist_DATA)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(plistdir)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f"; \
--	  $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--uninstall-plistDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " rm -f $(DESTDIR)$(plistdir)/$$f"; \
--	  rm -f $(DESTDIR)$(plistdir)/$$f; \
--	done
- 
- ETAGS = etags
- ETAGSFLAGS =
-@@ -1232,10 +813,10 @@ distdir: $(DISTFILES)
- 	done
- check-am: all-am
- check: check-am
--all-am: autoMakefile $(LIBRARIES) $(PROGRAMS) $(DATA)
-+all-am: autoMakefile $(LIBRARIES) $(DATA)
- 
- installdirs:
--	$(mkinstalldirs) $(DESTDIR)$(macosdir) $(DESTDIR)$(modulenetdir) $(DESTDIR)$(plistdir)
-+	$(mkinstalldirs) $(DESTDIR)$(modulenetdir)
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
-@@ -1263,8 +844,7 @@ maintainer-clean-generic:
- 	@echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- 
--clean-am: clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	mostlyclean-am
-+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
- 
- distclean: distclean-am
- 	-rm -rf ./$(DEPDIR)
-@@ -1280,8 +860,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-macosPROGRAMS install-modulenetDATA \
--	install-plistDATA
-+install-data-am: install-modulenetDATA
- 	@$(NORMAL_INSTALL)
- 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
- 
-@@ -1310,22 +889,37 @@ ps: ps-am
- 
- ps-am:
- 
--uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
--	uninstall-modulenetDATA uninstall-plistDATA
-+uninstall-am: uninstall-info-am uninstall-modulenetDATA
- 
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
--	clean-macosPROGRAMS clean-noinstLIBRARIES ctags distclean \
--	distclean-compile distclean-generic distclean-tags distdir dvi \
--	dvi-am info info-am install install-am install-data \
--	install-data-am install-exec install-exec-am install-info \
--	install-info-am install-macosPROGRAMS install-man \
--	install-modulenetDATA install-plistDATA install-strip \
--	installcheck installcheck-am installdirs maintainer-clean \
-+	clean-noinstLIBRARIES ctags distclean distclean-compile \
-+	distclean-generic distclean-tags distdir dvi dvi-am info \
-+	info-am install install-am install-data install-data-am \
-+	install-exec install-exec-am install-info install-info-am \
-+	install-man install-modulenetDATA install-strip 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-info-am uninstall-macosPROGRAMS \
--	uninstall-modulenetDATA uninstall-plistDATA
--
-+	uninstall-am uninstall-info-am uninstall-modulenetDATA
-+
-+
-+#if DARWIN
-+#macos_PROGRAMS := lnet
-+#
-+#lnet_SOURCES := api-errno.c api-ni.c config.c
-+#lnet_SOURCES += lib-me.c lib-msg.c lib-eq.c lib-md.c
-+#lnet_SOURCES += lib-move.c module.c lo.c router.c router_proc.c
-+#lnet_SOURCES += acceptor.c peer.c
-+#
-+#lnet_CFLAGS := $(EXTRA_KCFLAGS)
-+#lnet_LDFLAGS := $(EXTRA_KLDFLAGS)
-+#lnet_LDADD := $(EXTRA_KLIBS)
-+#
-+#plist_DATA := Info.plist
-+#
-+#install_data_hook := fix-kext-ownership
-+#
-+#endif # DARWIN
- 
- install-data-hook: $(install_data_hook)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
-diff --git a/lnet/selftest/autoMakefile.in b/lnet/selftest/autoMakefile.in
-index 9981714..86a0274 100644
---- a/lnet/selftest/autoMakefile.in
-+++ b/lnet/selftest/autoMakefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -241,8 +240,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -256,8 +253,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -265,26 +264,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/ulnds/autoMakefile.in b/lnet/ulnds/autoMakefile.in
-index 44cceca..fc6db59 100644
---- a/lnet/ulnds/autoMakefile.in
-+++ b/lnet/ulnds/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/ulnds/ptllnd/Makefile.in b/lnet/ulnds/ptllnd/Makefile.in
-index 98ed971..3c35ce9 100644
---- a/lnet/ulnds/ptllnd/Makefile.in
-+++ b/lnet/ulnds/ptllnd/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/ulnds/socklnd/Makefile.in b/lnet/ulnds/socklnd/Makefile.in
-index 4784ff9..6387b70 100644
---- a/lnet/ulnds/socklnd/Makefile.in
-+++ b/lnet/ulnds/socklnd/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lnet/utils/Makefile.in b/lnet/utils/Makefile.in
-index e4acb23..1561575 100644
---- a/lnet/utils/Makefile.in
-+++ b/lnet/utils/Makefile.in
-@@ -163,12 +163,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -284,8 +283,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -299,8 +296,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -308,26 +307,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/autoMakefile.in b/lustre/autoMakefile.in
-index b837dad..9067752 100644
---- a/lustre/autoMakefile.in
-+++ b/lustre/autoMakefile.in
-@@ -159,12 +159,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -280,8 +279,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -295,8 +292,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -304,26 +303,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -656,7 +656,7 @@ sources: $(LDISKFS) lvfs-sources obdclass-sources lustre_build_version
- all-recursive: lustre_build_version
- 
- lustre_build_version:
--	perl $(top_builddir)/lustre/scripts/version_tag.pl $(top_srcdir) $(top_builddir) > tmpver
-+	perl $(top_srcdir)/lustre/scripts/version_tag.pl $(top_srcdir) $(top_builddir) > tmpver
- 	echo "#define LUSTRE_RELEASE @RELEASE@" >> tmpver
- 	cmp -s $(BUILD_VER_H) tmpver > tmpdiff 2> /dev/null &&		\
-                 $(RM) tmpver tmpdiff ||					\
-diff --git a/lustre/autoconf/Makefile.in b/lustre/autoconf/Makefile.in
-index c234cc6..db4ad8a 100644
---- a/lustre/autoconf/Makefile.in
-+++ b/lustre/autoconf/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/contrib/Makefile.in b/lustre/contrib/Makefile.in
-index 9bbd632..8d5da81 100644
---- a/lustre/contrib/Makefile.in
-+++ b/lustre/contrib/Makefile.in
-@@ -121,12 +121,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -242,8 +241,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -257,8 +254,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -266,26 +265,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/doc/Makefile.in b/lustre/doc/Makefile.in
-index ff45f17..88fc7a7 100644
---- a/lustre/doc/Makefile.in
-+++ b/lustre/doc/Makefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/include/Makefile.in b/lustre/include/Makefile.in
-index f8f883c..05b5c4c 100644
---- a/lustre/include/Makefile.in
-+++ b/lustre/include/Makefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/include/linux/Makefile.in b/lustre/include/linux/Makefile.in
-index 75d376e..5d9cb55 100644
---- a/lustre/include/linux/Makefile.in
-+++ b/lustre/include/linux/Makefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/include/lustre/Makefile.in b/lustre/include/lustre/Makefile.in
-index 3967be7..f598370 100644
---- a/lustre/include/lustre/Makefile.in
-+++ b/lustre/include/lustre/Makefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/ldlm/Makefile.in b/lustre/ldlm/Makefile.in
-index ca2e283..e17c66b 100644
---- a/lustre/ldlm/Makefile.in
-+++ b/lustre/ldlm/Makefile.in
-@@ -159,12 +159,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -281,8 +280,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -296,8 +293,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -305,26 +304,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/liblustre/Makefile.in b/lustre/liblustre/Makefile.in
-index 12b729a..1e2e2d8 100644
---- a/lustre/liblustre/Makefile.in
-+++ b/lustre/liblustre/Makefile.in
-@@ -121,12 +121,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -242,8 +241,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -257,8 +254,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -266,26 +265,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -298,7 +298,7 @@ target_os = @target_os@
- target_vendor = @target_vendor@
- SUBDIRS = . tests
- 
--AM_CPPFLAGS = $(HAVE_EFENCE) -I$(SYSIO)/include -D_LARGEFILE64_SOURCE=1 \
-+AM_CPPFLAGS = $(HAVE_EFENCE) -I$(top_srcdir)/libsysio/include -D_LARGEFILE64_SOURCE=1 \
-               $(LLCPPFLAGS) -I$(top_srcdir)/lnet/ulnds
- 
- AM_CFLAGS = $(LLCFLAGS)
-diff --git a/lustre/liblustre/tests/Makefile.in b/lustre/liblustre/tests/Makefile.in
-index ad7e42b..7627e7a 100644
---- a/lustre/liblustre/tests/Makefile.in
-+++ b/lustre/liblustre/tests/Makefile.in
-@@ -120,12 +120,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -241,8 +240,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -256,8 +253,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -265,26 +264,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/liblustre/tests/mpi/Makefile.in b/lustre/liblustre/tests/mpi/Makefile.in
-index 9127d18..40ea8eb 100644
---- a/lustre/liblustre/tests/mpi/Makefile.in
-+++ b/lustre/liblustre/tests/mpi/Makefile.in
-@@ -120,12 +120,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -241,8 +240,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -256,8 +253,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -265,26 +264,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/llite/autoMakefile.in b/lustre/llite/autoMakefile.in
-index b8da44b..f82af50 100644
---- a/lustre/llite/autoMakefile.in
-+++ b/lustre/llite/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/lov/autoMakefile.in b/lustre/lov/autoMakefile.in
-index 9d6421d..d1d8941 100644
---- a/lustre/lov/autoMakefile.in
-+++ b/lustre/lov/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -338,28 +338,6 @@ target_vendor = @target_vendor@
- @LIBLUSTRE_TRUE at liblov_a_CFLAGS = $(LLCFLAGS)
- 
- @LINUX_TRUE@@MODULES_TRUE at modulefs_DATA = lov$(KMODEXT)
--
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS := lov
--
-- at DARWIN_TRUE@@MODULES_TRUE at lov_SOURCES := \
-- at DARWIN_TRUE@@MODULES_TRUE@        lov_log.c       \
-- at DARWIN_TRUE@@MODULES_TRUE@	lov_pool.c	\
-- at DARWIN_TRUE@@MODULES_TRUE@        lov_obd.c       \
-- at DARWIN_TRUE@@MODULES_TRUE@        lov_pack.c      \
-- at DARWIN_TRUE@@MODULES_TRUE@        lov_request.c   \
-- at DARWIN_TRUE@@MODULES_TRUE@        lov_merge.c     \
-- at DARWIN_TRUE@@MODULES_TRUE@        lov_qos.c       \
-- at DARWIN_TRUE@@MODULES_TRUE@        lov_offset.c    \
-- at DARWIN_TRUE@@MODULES_TRUE@        lov_internal.h
--
--
-- at DARWIN_TRUE@@MODULES_TRUE at lov_CFLAGS := $(EXTRA_KCFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at lov_LDFLAGS := $(EXTRA_KLDFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at lov_LDADD := $(EXTRA_KLIBS)
--
-- at DARWIN_TRUE@@MODULES_TRUE at plist_DATA := Info.plist
--
-- at DARWIN_TRUE@@MODULES_TRUE at install_data_hook := fix-kext-ownership
- subdir = lustre/lov
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -382,27 +360,6 @@ am__liblov_a_SOURCES_DIST = lov_log.c lov_pool.c lov_obd.c lov_pack.c \
- @LIBLUSTRE_TRUE@	liblov_a-lov_merge.$(OBJEXT) \
- @LIBLUSTRE_TRUE@	liblov_a-lov_ea.$(OBJEXT)
- liblov_a_OBJECTS = $(am_liblov_a_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at macos_PROGRAMS =
-- at DARWIN_FALSE@@MODULES_FALSE at macos_PROGRAMS =
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS = lov$(EXEEXT)
-- at DARWIN_TRUE@@MODULES_FALSE at macos_PROGRAMS =
--PROGRAMS = $(macos_PROGRAMS)
--
--am__lov_SOURCES_DIST = lov_log.c lov_pool.c lov_obd.c lov_pack.c \
--	lov_request.c lov_merge.c lov_qos.c lov_offset.c lov_internal.h
-- at DARWIN_TRUE@@MODULES_TRUE at am_lov_OBJECTS = lov-lov_log.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lov-lov_pool.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lov-lov_obd.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lov-lov_pack.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lov-lov_request.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lov-lov_merge.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lov-lov_qos.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	lov-lov_offset.$(OBJEXT)
--lov_OBJECTS = $(am_lov_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at lov_DEPENDENCIES =
-- at DARWIN_FALSE@@MODULES_FALSE at lov_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_TRUE at lov_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_FALSE at lov_DEPENDENCIES =
- 
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
-@@ -415,24 +372,16 @@ am__depfiles_maybe = depfiles
- @AMDEP_TRUE@	./$(DEPDIR)/liblov_a-lov_pack.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/liblov_a-lov_pool.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/liblov_a-lov_qos.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/liblov_a-lov_request.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lov-lov_log.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lov-lov_merge.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lov-lov_obd.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lov-lov_offset.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lov-lov_pack.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lov-lov_pool.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lov-lov_qos.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lov-lov_request.Po
-+ at AMDEP_TRUE@	./$(DEPDIR)/liblov_a-lov_request.Po
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--DIST_SOURCES = $(am__liblov_a_SOURCES_DIST) $(am__lov_SOURCES_DIST)
--DATA = $(modulefs_DATA) $(plist_DATA)
-+DIST_SOURCES = $(am__liblov_a_SOURCES_DIST)
-+DATA = $(modulefs_DATA)
- 
- DIST_COMMON = $(srcdir)/autoMakefile.in Makefile.in autoMakefile.am
--SOURCES = $(liblov_a_SOURCES) $(lov_SOURCES)
-+SOURCES = $(liblov_a_SOURCES)
- 
- all: all-am
- 
-@@ -454,33 +403,6 @@ liblov.a: $(liblov_a_OBJECTS) $(liblov_a_DEPENDENCIES)
- 	-rm -f liblov.a
- 	$(liblov_a_AR) liblov.a $(liblov_a_OBJECTS) $(liblov_a_LIBADD)
- 	$(RANLIB) liblov.a
--macosPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--install-macosPROGRAMS: $(macos_PROGRAMS)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(macosdir)
--	@list='$(macos_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) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f"; \
--	   $(INSTALL_PROGRAM_ENV) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f || exit 1; \
--	  else :; fi; \
--	done
--
--uninstall-macosPROGRAMS:
--	@$(NORMAL_UNINSTALL)
--	@list='$(macos_PROGRAMS)'; for p in $$list; do \
--	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
--	  echo " rm -f $(DESTDIR)$(macosdir)/$$f"; \
--	  rm -f $(DESTDIR)$(macosdir)/$$f; \
--	done
--
--clean-macosPROGRAMS:
--	-test -z "$(macos_PROGRAMS)" || rm -f $(macos_PROGRAMS)
--lov$(EXEEXT): $(lov_OBJECTS) $(lov_DEPENDENCIES) 
--	@rm -f lov$(EXEEXT)
--	$(LINK) $(lov_LDFLAGS) $(lov_OBJECTS) $(lov_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT) core *.core
-@@ -497,14 +419,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblov_a-lov_pool.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblov_a-lov_qos.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblov_a-lov_request.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lov-lov_log.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lov-lov_merge.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lov-lov_obd.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lov-lov_offset.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lov-lov_pack.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lov-lov_pool.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lov-lov_qos.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lov-lov_request.Po at am__quote@
- 
- .c.o:
- @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@@ -725,182 +639,6 @@ liblov_a-lov_ea.obj: lov_ea.c
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/liblov_a-lov_ea.Po' tmpdepfile='$(DEPDIR)/liblov_a-lov_ea.TPo' @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblov_a_CPPFLAGS) $(CPPFLAGS) $(liblov_a_CFLAGS) $(CFLAGS) -c -o liblov_a-lov_ea.obj `if test -f 'lov_ea.c'; then $(CYGPATH_W) 'lov_ea.c'; else $(CYGPATH_W) '$(srcdir)/lov_ea.c'; fi`
--
--lov-lov_log.o: lov_log.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_log.o -MD -MP -MF "$(DEPDIR)/lov-lov_log.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_log.o `test -f 'lov_log.c' || echo '$(srcdir)/'`lov_log.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_log.Tpo" "$(DEPDIR)/lov-lov_log.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_log.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_log.c' object='lov-lov_log.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_log.Po' tmpdepfile='$(DEPDIR)/lov-lov_log.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_log.o `test -f 'lov_log.c' || echo '$(srcdir)/'`lov_log.c
--
--lov-lov_log.obj: lov_log.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_log.obj -MD -MP -MF "$(DEPDIR)/lov-lov_log.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_log.obj `if test -f 'lov_log.c'; then $(CYGPATH_W) 'lov_log.c'; else $(CYGPATH_W) '$(srcdir)/lov_log.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_log.Tpo" "$(DEPDIR)/lov-lov_log.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_log.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_log.c' object='lov-lov_log.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_log.Po' tmpdepfile='$(DEPDIR)/lov-lov_log.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_log.obj `if test -f 'lov_log.c'; then $(CYGPATH_W) 'lov_log.c'; else $(CYGPATH_W) '$(srcdir)/lov_log.c'; fi`
--
--lov-lov_pool.o: lov_pool.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_pool.o -MD -MP -MF "$(DEPDIR)/lov-lov_pool.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_pool.o `test -f 'lov_pool.c' || echo '$(srcdir)/'`lov_pool.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_pool.Tpo" "$(DEPDIR)/lov-lov_pool.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_pool.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_pool.c' object='lov-lov_pool.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_pool.Po' tmpdepfile='$(DEPDIR)/lov-lov_pool.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_pool.o `test -f 'lov_pool.c' || echo '$(srcdir)/'`lov_pool.c
--
--lov-lov_pool.obj: lov_pool.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_pool.obj -MD -MP -MF "$(DEPDIR)/lov-lov_pool.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_pool.obj `if test -f 'lov_pool.c'; then $(CYGPATH_W) 'lov_pool.c'; else $(CYGPATH_W) '$(srcdir)/lov_pool.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_pool.Tpo" "$(DEPDIR)/lov-lov_pool.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_pool.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_pool.c' object='lov-lov_pool.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_pool.Po' tmpdepfile='$(DEPDIR)/lov-lov_pool.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_pool.obj `if test -f 'lov_pool.c'; then $(CYGPATH_W) 'lov_pool.c'; else $(CYGPATH_W) '$(srcdir)/lov_pool.c'; fi`
--
--lov-lov_obd.o: lov_obd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_obd.o -MD -MP -MF "$(DEPDIR)/lov-lov_obd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_obd.o `test -f 'lov_obd.c' || echo '$(srcdir)/'`lov_obd.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_obd.Tpo" "$(DEPDIR)/lov-lov_obd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_obd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_obd.c' object='lov-lov_obd.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_obd.Po' tmpdepfile='$(DEPDIR)/lov-lov_obd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_obd.o `test -f 'lov_obd.c' || echo '$(srcdir)/'`lov_obd.c
--
--lov-lov_obd.obj: lov_obd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_obd.obj -MD -MP -MF "$(DEPDIR)/lov-lov_obd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_obd.obj `if test -f 'lov_obd.c'; then $(CYGPATH_W) 'lov_obd.c'; else $(CYGPATH_W) '$(srcdir)/lov_obd.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_obd.Tpo" "$(DEPDIR)/lov-lov_obd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_obd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_obd.c' object='lov-lov_obd.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_obd.Po' tmpdepfile='$(DEPDIR)/lov-lov_obd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_obd.obj `if test -f 'lov_obd.c'; then $(CYGPATH_W) 'lov_obd.c'; else $(CYGPATH_W) '$(srcdir)/lov_obd.c'; fi`
--
--lov-lov_pack.o: lov_pack.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_pack.o -MD -MP -MF "$(DEPDIR)/lov-lov_pack.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_pack.o `test -f 'lov_pack.c' || echo '$(srcdir)/'`lov_pack.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_pack.Tpo" "$(DEPDIR)/lov-lov_pack.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_pack.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_pack.c' object='lov-lov_pack.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_pack.Po' tmpdepfile='$(DEPDIR)/lov-lov_pack.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_pack.o `test -f 'lov_pack.c' || echo '$(srcdir)/'`lov_pack.c
--
--lov-lov_pack.obj: lov_pack.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_pack.obj -MD -MP -MF "$(DEPDIR)/lov-lov_pack.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_pack.obj `if test -f 'lov_pack.c'; then $(CYGPATH_W) 'lov_pack.c'; else $(CYGPATH_W) '$(srcdir)/lov_pack.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_pack.Tpo" "$(DEPDIR)/lov-lov_pack.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_pack.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_pack.c' object='lov-lov_pack.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_pack.Po' tmpdepfile='$(DEPDIR)/lov-lov_pack.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_pack.obj `if test -f 'lov_pack.c'; then $(CYGPATH_W) 'lov_pack.c'; else $(CYGPATH_W) '$(srcdir)/lov_pack.c'; fi`
--
--lov-lov_request.o: lov_request.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_request.o -MD -MP -MF "$(DEPDIR)/lov-lov_request.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_request.o `test -f 'lov_request.c' || echo '$(srcdir)/'`lov_request.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_request.Tpo" "$(DEPDIR)/lov-lov_request.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_request.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_request.c' object='lov-lov_request.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_request.Po' tmpdepfile='$(DEPDIR)/lov-lov_request.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_request.o `test -f 'lov_request.c' || echo '$(srcdir)/'`lov_request.c
--
--lov-lov_request.obj: lov_request.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_request.obj -MD -MP -MF "$(DEPDIR)/lov-lov_request.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_request.obj `if test -f 'lov_request.c'; then $(CYGPATH_W) 'lov_request.c'; else $(CYGPATH_W) '$(srcdir)/lov_request.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_request.Tpo" "$(DEPDIR)/lov-lov_request.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_request.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_request.c' object='lov-lov_request.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_request.Po' tmpdepfile='$(DEPDIR)/lov-lov_request.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_request.obj `if test -f 'lov_request.c'; then $(CYGPATH_W) 'lov_request.c'; else $(CYGPATH_W) '$(srcdir)/lov_request.c'; fi`
--
--lov-lov_merge.o: lov_merge.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_merge.o -MD -MP -MF "$(DEPDIR)/lov-lov_merge.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_merge.o `test -f 'lov_merge.c' || echo '$(srcdir)/'`lov_merge.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_merge.Tpo" "$(DEPDIR)/lov-lov_merge.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_merge.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_merge.c' object='lov-lov_merge.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_merge.Po' tmpdepfile='$(DEPDIR)/lov-lov_merge.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_merge.o `test -f 'lov_merge.c' || echo '$(srcdir)/'`lov_merge.c
--
--lov-lov_merge.obj: lov_merge.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_merge.obj -MD -MP -MF "$(DEPDIR)/lov-lov_merge.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_merge.obj `if test -f 'lov_merge.c'; then $(CYGPATH_W) 'lov_merge.c'; else $(CYGPATH_W) '$(srcdir)/lov_merge.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_merge.Tpo" "$(DEPDIR)/lov-lov_merge.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_merge.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_merge.c' object='lov-lov_merge.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_merge.Po' tmpdepfile='$(DEPDIR)/lov-lov_merge.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_merge.obj `if test -f 'lov_merge.c'; then $(CYGPATH_W) 'lov_merge.c'; else $(CYGPATH_W) '$(srcdir)/lov_merge.c'; fi`
--
--lov-lov_qos.o: lov_qos.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_qos.o -MD -MP -MF "$(DEPDIR)/lov-lov_qos.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_qos.o `test -f 'lov_qos.c' || echo '$(srcdir)/'`lov_qos.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_qos.Tpo" "$(DEPDIR)/lov-lov_qos.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_qos.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_qos.c' object='lov-lov_qos.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_qos.Po' tmpdepfile='$(DEPDIR)/lov-lov_qos.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_qos.o `test -f 'lov_qos.c' || echo '$(srcdir)/'`lov_qos.c
--
--lov-lov_qos.obj: lov_qos.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_qos.obj -MD -MP -MF "$(DEPDIR)/lov-lov_qos.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_qos.obj `if test -f 'lov_qos.c'; then $(CYGPATH_W) 'lov_qos.c'; else $(CYGPATH_W) '$(srcdir)/lov_qos.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_qos.Tpo" "$(DEPDIR)/lov-lov_qos.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_qos.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_qos.c' object='lov-lov_qos.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_qos.Po' tmpdepfile='$(DEPDIR)/lov-lov_qos.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_qos.obj `if test -f 'lov_qos.c'; then $(CYGPATH_W) 'lov_qos.c'; else $(CYGPATH_W) '$(srcdir)/lov_qos.c'; fi`
--
--lov-lov_offset.o: lov_offset.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_offset.o -MD -MP -MF "$(DEPDIR)/lov-lov_offset.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_offset.o `test -f 'lov_offset.c' || echo '$(srcdir)/'`lov_offset.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_offset.Tpo" "$(DEPDIR)/lov-lov_offset.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_offset.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_offset.c' object='lov-lov_offset.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_offset.Po' tmpdepfile='$(DEPDIR)/lov-lov_offset.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_offset.o `test -f 'lov_offset.c' || echo '$(srcdir)/'`lov_offset.c
--
--lov-lov_offset.obj: lov_offset.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -MT lov-lov_offset.obj -MD -MP -MF "$(DEPDIR)/lov-lov_offset.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lov-lov_offset.obj `if test -f 'lov_offset.c'; then $(CYGPATH_W) 'lov_offset.c'; else $(CYGPATH_W) '$(srcdir)/lov_offset.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lov-lov_offset.Tpo" "$(DEPDIR)/lov-lov_offset.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lov-lov_offset.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lov_offset.c' object='lov-lov_offset.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lov-lov_offset.Po' tmpdepfile='$(DEPDIR)/lov-lov_offset.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lov_CFLAGS) $(CFLAGS) -c -o lov-lov_offset.obj `if test -f 'lov_offset.c'; then $(CYGPATH_W) 'lov_offset.c'; else $(CYGPATH_W) '$(srcdir)/lov_offset.c'; fi`
- uninstall-info-am:
- modulefsDATA_INSTALL = $(INSTALL_DATA)
- install-modulefsDATA: $(modulefs_DATA)
-@@ -920,24 +658,6 @@ uninstall-modulefsDATA:
- 	  echo " rm -f $(DESTDIR)$(modulefsdir)/$$f"; \
- 	  rm -f $(DESTDIR)$(modulefsdir)/$$f; \
- 	done
--plistDATA_INSTALL = $(INSTALL_DATA)
--install-plistDATA: $(plist_DATA)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(plistdir)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f"; \
--	  $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--uninstall-plistDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " rm -f $(DESTDIR)$(plistdir)/$$f"; \
--	  rm -f $(DESTDIR)$(plistdir)/$$f; \
--	done
- 
- ETAGS = etags
- ETAGSFLAGS =
-@@ -1026,10 +746,10 @@ distdir: $(DISTFILES)
- 	done
- check-am: all-am
- check: check-am
--all-am: autoMakefile $(LIBRARIES) $(PROGRAMS) $(DATA)
-+all-am: autoMakefile $(LIBRARIES) $(DATA)
- 
- installdirs:
--	$(mkinstalldirs) $(DESTDIR)$(macosdir) $(DESTDIR)$(modulefsdir) $(DESTDIR)$(plistdir)
-+	$(mkinstalldirs) $(DESTDIR)$(modulefsdir)
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
-@@ -1057,8 +777,7 @@ maintainer-clean-generic:
- 	@echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- 
--clean-am: clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	mostlyclean-am
-+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
- 
- distclean: distclean-am
- 	-rm -rf ./$(DEPDIR)
-@@ -1074,8 +793,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-macosPROGRAMS install-modulefsDATA \
--	install-plistDATA
-+install-data-am: install-modulefsDATA
- 	@$(NORMAL_INSTALL)
- 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
- 
-@@ -1104,22 +822,43 @@ ps: ps-am
- 
- ps-am:
- 
--uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+uninstall-am: uninstall-info-am uninstall-modulefsDATA
- 
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
--	clean-macosPROGRAMS clean-noinstLIBRARIES ctags distclean \
--	distclean-compile distclean-generic distclean-tags distdir dvi \
--	dvi-am info info-am install install-am install-data \
--	install-data-am install-exec install-exec-am install-info \
--	install-info-am install-macosPROGRAMS install-man \
--	install-modulefsDATA install-plistDATA install-strip \
--	installcheck installcheck-am installdirs maintainer-clean \
-+	clean-noinstLIBRARIES ctags distclean distclean-compile \
-+	distclean-generic distclean-tags distdir dvi dvi-am info \
-+	info-am install install-am install-data install-data-am \
-+	install-exec install-exec-am install-info install-info-am \
-+	install-man install-modulefsDATA install-strip 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-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+	uninstall-am uninstall-info-am uninstall-modulefsDATA
-+
-+
-+#if DARWIN
-+#macos_PROGRAMS := lov
-+
-+#lov_SOURCES :=          \
-+#        lov_log.c       \
-+#	lov_pool.c	\
-+#        lov_obd.c       \
-+#        lov_pack.c      \
-+#        lov_request.c   \
-+#        lov_merge.c     \
-+#        lov_qos.c       \
-+#        lov_offset.c    \
-+#        lov_internal.h
-+
-+#lov_CFLAGS := $(EXTRA_KCFLAGS)
-+#lov_LDFLAGS := $(EXTRA_KLDFLAGS)
-+#lov_LDADD := $(EXTRA_KLIBS)
-+
-+#plist_DATA := Info.plist
-+
-+#install_data_hook := fix-kext-ownership
- 
-+#endif # DARWIN
- 
- install-data-hook: $(install_data_hook)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
-diff --git a/lustre/lvfs/autoMakefile.in b/lustre/lvfs/autoMakefile.in
-index 6d63c57..45929f8 100644
---- a/lustre/lvfs/autoMakefile.in
-+++ b/lustre/lvfs/autoMakefile.in
-@@ -156,12 +156,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -278,8 +277,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -293,8 +290,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -302,26 +301,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -354,18 +354,6 @@ target_vendor = @target_vendor@
- @LINUX_TRUE@@MODULES_TRUE@	-e "s/EXT4/LDISKFS/g" -e "s/ext4/ldiskfs/g" \
- @LINUX_TRUE@@MODULES_TRUE@	-e "s/HAVE_LDISKFS_LDISKFS/HAVE_EXT4_LDISKFS/g"
- 
--
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS := lvfs
--
-- at DARWIN_TRUE@@MODULES_TRUE at lvfs_SOURCES := lvfs_darwin.c
--
-- at DARWIN_TRUE@@MODULES_TRUE at lvfs_CFLAGS := $(EXTRA_KCFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at lvfs_LDFLAGS := $(EXTRA_KLDFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at lvfs_LDADD := $(EXTRA_KLIBS)
--
-- at DARWIN_TRUE@@MODULES_TRUE at plist_DATA := Info.plist
--
-- at DARWIN_TRUE@@MODULES_TRUE at install_data_hook := fix-kext-ownership
- CLEANFILES = fsfilt-*.c fsfilt_ldiskfs*.c fsfilt_extN.c sources
- subdir = lustre/lvfs
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -381,36 +369,22 @@ am__liblvfs_a_SOURCES_DIST = lvfs_userfs.c prng.c lvfs_lib.c
- @LIBLUSTRE_TRUE@	liblvfs_a-prng.$(OBJEXT) \
- @LIBLUSTRE_TRUE@	liblvfs_a-lvfs_lib.$(OBJEXT)
- liblvfs_a_OBJECTS = $(am_liblvfs_a_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at macos_PROGRAMS =
-- at DARWIN_FALSE@@MODULES_FALSE at macos_PROGRAMS =
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS = lvfs$(EXEEXT)
-- at DARWIN_TRUE@@MODULES_FALSE at macos_PROGRAMS =
--PROGRAMS = $(macos_PROGRAMS)
--
--am__lvfs_SOURCES_DIST = lvfs_darwin.c
-- at DARWIN_TRUE@@MODULES_TRUE at am_lvfs_OBJECTS = lvfs-lvfs_darwin.$(OBJEXT)
--lvfs_OBJECTS = $(am_lvfs_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at lvfs_DEPENDENCIES =
-- at DARWIN_FALSE@@MODULES_FALSE at lvfs_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_TRUE at lvfs_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_FALSE at lvfs_DEPENDENCIES =
- 
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/liblvfs_a-lvfs_lib.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/liblvfs_a-lvfs_userfs.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/liblvfs_a-prng.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/lvfs-lvfs_darwin.Po
-+ at AMDEP_TRUE@	./$(DEPDIR)/liblvfs_a-prng.Po
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--DIST_SOURCES = $(am__liblvfs_a_SOURCES_DIST) $(am__lvfs_SOURCES_DIST)
--DATA = $(modulefs_DATA) $(plist_DATA)
-+DIST_SOURCES = $(am__liblvfs_a_SOURCES_DIST)
-+DATA = $(modulefs_DATA)
- 
- DIST_COMMON = $(srcdir)/autoMakefile.in Makefile.in autoMakefile.am
--SOURCES = $(liblvfs_a_SOURCES) $(lvfs_SOURCES)
-+SOURCES = $(liblvfs_a_SOURCES)
- 
- all: all-am
- 
-@@ -432,33 +406,6 @@ liblvfs.a: $(liblvfs_a_OBJECTS) $(liblvfs_a_DEPENDENCIES)
- 	-rm -f liblvfs.a
- 	$(liblvfs_a_AR) liblvfs.a $(liblvfs_a_OBJECTS) $(liblvfs_a_LIBADD)
- 	$(RANLIB) liblvfs.a
--macosPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--install-macosPROGRAMS: $(macos_PROGRAMS)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(macosdir)
--	@list='$(macos_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) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f"; \
--	   $(INSTALL_PROGRAM_ENV) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f || exit 1; \
--	  else :; fi; \
--	done
--
--uninstall-macosPROGRAMS:
--	@$(NORMAL_UNINSTALL)
--	@list='$(macos_PROGRAMS)'; for p in $$list; do \
--	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
--	  echo " rm -f $(DESTDIR)$(macosdir)/$$f"; \
--	  rm -f $(DESTDIR)$(macosdir)/$$f; \
--	done
--
--clean-macosPROGRAMS:
--	-test -z "$(macos_PROGRAMS)" || rm -f $(macos_PROGRAMS)
--lvfs$(EXEEXT): $(lvfs_OBJECTS) $(lvfs_DEPENDENCIES) 
--	@rm -f lvfs$(EXEEXT)
--	$(LINK) $(lvfs_LDFLAGS) $(lvfs_OBJECTS) $(lvfs_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT) core *.core
-@@ -469,7 +416,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblvfs_a-lvfs_lib.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblvfs_a-lvfs_userfs.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblvfs_a-prng.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/lvfs-lvfs_darwin.Po at am__quote@
- 
- .c.o:
- @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@@ -558,28 +504,6 @@ liblvfs_a-lvfs_lib.obj: lvfs_lib.c
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/liblvfs_a-lvfs_lib.Po' tmpdepfile='$(DEPDIR)/liblvfs_a-lvfs_lib.TPo' @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblvfs_a_CPPFLAGS) $(CPPFLAGS) $(liblvfs_a_CFLAGS) $(CFLAGS) -c -o liblvfs_a-lvfs_lib.obj `if test -f 'lvfs_lib.c'; then $(CYGPATH_W) 'lvfs_lib.c'; else $(CYGPATH_W) '$(srcdir)/lvfs_lib.c'; fi`
--
--lvfs-lvfs_darwin.o: lvfs_darwin.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lvfs_CFLAGS) $(CFLAGS) -MT lvfs-lvfs_darwin.o -MD -MP -MF "$(DEPDIR)/lvfs-lvfs_darwin.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lvfs-lvfs_darwin.o `test -f 'lvfs_darwin.c' || echo '$(srcdir)/'`lvfs_darwin.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lvfs-lvfs_darwin.Tpo" "$(DEPDIR)/lvfs-lvfs_darwin.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lvfs-lvfs_darwin.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lvfs_darwin.c' object='lvfs-lvfs_darwin.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lvfs-lvfs_darwin.Po' tmpdepfile='$(DEPDIR)/lvfs-lvfs_darwin.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lvfs_CFLAGS) $(CFLAGS) -c -o lvfs-lvfs_darwin.o `test -f 'lvfs_darwin.c' || echo '$(srcdir)/'`lvfs_darwin.c
--
--lvfs-lvfs_darwin.obj: lvfs_darwin.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lvfs_CFLAGS) $(CFLAGS) -MT lvfs-lvfs_darwin.obj -MD -MP -MF "$(DEPDIR)/lvfs-lvfs_darwin.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o lvfs-lvfs_darwin.obj `if test -f 'lvfs_darwin.c'; then $(CYGPATH_W) 'lvfs_darwin.c'; else $(CYGPATH_W) '$(srcdir)/lvfs_darwin.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lvfs-lvfs_darwin.Tpo" "$(DEPDIR)/lvfs-lvfs_darwin.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/lvfs-lvfs_darwin.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lvfs_darwin.c' object='lvfs-lvfs_darwin.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/lvfs-lvfs_darwin.Po' tmpdepfile='$(DEPDIR)/lvfs-lvfs_darwin.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lvfs_CFLAGS) $(CFLAGS) -c -o lvfs-lvfs_darwin.obj `if test -f 'lvfs_darwin.c'; then $(CYGPATH_W) 'lvfs_darwin.c'; else $(CYGPATH_W) '$(srcdir)/lvfs_darwin.c'; fi`
- uninstall-info-am:
- modulefsDATA_INSTALL = $(INSTALL_DATA)
- install-modulefsDATA: $(modulefs_DATA)
-@@ -599,24 +523,6 @@ uninstall-modulefsDATA:
- 	  echo " rm -f $(DESTDIR)$(modulefsdir)/$$f"; \
- 	  rm -f $(DESTDIR)$(modulefsdir)/$$f; \
- 	done
--plistDATA_INSTALL = $(INSTALL_DATA)
--install-plistDATA: $(plist_DATA)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(plistdir)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f"; \
--	  $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--uninstall-plistDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " rm -f $(DESTDIR)$(plistdir)/$$f"; \
--	  rm -f $(DESTDIR)$(plistdir)/$$f; \
--	done
- 
- ETAGS = etags
- ETAGSFLAGS =
-@@ -705,10 +611,10 @@ distdir: $(DISTFILES)
- 	done
- check-am: all-am
- check: check-am
--all-am: autoMakefile $(LIBRARIES) $(PROGRAMS) $(DATA)
-+all-am: autoMakefile $(LIBRARIES) $(DATA)
- 
- installdirs:
--	$(mkinstalldirs) $(DESTDIR)$(macosdir) $(DESTDIR)$(modulefsdir) $(DESTDIR)$(plistdir)
-+	$(mkinstalldirs) $(DESTDIR)$(modulefsdir)
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
-@@ -737,8 +643,7 @@ maintainer-clean-generic:
- 	@echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- 
--clean-am: clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	mostlyclean-am
-+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
- 
- distclean: distclean-am
- 	-rm -rf ./$(DEPDIR)
-@@ -754,8 +659,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-macosPROGRAMS install-modulefsDATA \
--	install-plistDATA
-+install-data-am: install-modulefsDATA
- 	@$(NORMAL_INSTALL)
- 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
- 
-@@ -784,21 +688,18 @@ ps: ps-am
- 
- ps-am:
- 
--uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+uninstall-am: uninstall-info-am uninstall-modulefsDATA
- 
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
--	clean-macosPROGRAMS clean-noinstLIBRARIES ctags distclean \
--	distclean-compile distclean-generic distclean-tags distdir dvi \
--	dvi-am info info-am install install-am install-data \
--	install-data-am install-exec install-exec-am install-info \
--	install-info-am install-macosPROGRAMS install-man \
--	install-modulefsDATA install-plistDATA install-strip \
--	installcheck installcheck-am installdirs maintainer-clean \
-+	clean-noinstLIBRARIES ctags distclean distclean-compile \
-+	distclean-generic distclean-tags distdir dvi dvi-am info \
-+	info-am install install-am install-data install-data-am \
-+	install-exec install-exec-am install-info install-info-am \
-+	install-man install-modulefsDATA install-strip 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-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+	uninstall-am uninstall-info-am uninstall-modulefsDATA
- 
- 
- @LINUX_TRUE@@MODULES_TRUE@@SERVER_TRUE at sources: fsfilt_$(BACKINGFS).c
-@@ -817,6 +718,22 @@ uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
- @LINUX_TRUE@@MODULES_TRUE at fsfilt_ldiskfs_quota.h: fsfilt_ext3_quota.h
- @LINUX_TRUE@@MODULES_TRUE@	sed $(strip $(ldiskfs_sed_flags)) $< > $@
- 
-+#if DARWIN
-+#
-+#macos_PROGRAMS := lvfs
-+#
-+#lvfs_SOURCES := lvfs_darwin.c
-+#
-+#lvfs_CFLAGS := $(EXTRA_KCFLAGS)
-+#lvfs_LDFLAGS := $(EXTRA_KLDFLAGS)
-+#lvfs_LDADD := $(EXTRA_KLIBS)
-+#
-+#plist_DATA := Info.plist
-+#
-+#install_data_hook := fix-kext-ownership
-+#
-+#endif # DARWIN
-+
- @MODULES_FALSE at sources:
- 
- install-data-hook: $(install_data_hook)
-diff --git a/lustre/mdc/autoMakefile.in b/lustre/mdc/autoMakefile.in
-index 27934fc..b1c6df5 100644
---- a/lustre/mdc/autoMakefile.in
-+++ b/lustre/mdc/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/mds/autoMakefile.in b/lustre/mds/autoMakefile.in
-index 9dcdc39..f12b70c 100644
---- a/lustre/mds/autoMakefile.in
-+++ b/lustre/mds/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/mgc/autoMakefile.in b/lustre/mgc/autoMakefile.in
-index 65dfd48..6be2110 100644
---- a/lustre/mgc/autoMakefile.in
-+++ b/lustre/mgc/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/mgs/autoMakefile.in b/lustre/mgs/autoMakefile.in
-index 07585bb..0280f18 100644
---- a/lustre/mgs/autoMakefile.in
-+++ b/lustre/mgs/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/obdclass/autoMakefile.in b/lustre/obdclass/autoMakefile.in
-index 8ddb4e0..fbd6ae3 100644
---- a/lustre/obdclass/autoMakefile.in
-+++ b/lustre/obdclass/autoMakefile.in
-@@ -38,7 +38,6 @@ POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
-- at DARWIN_TRUE@am__append_1 = darwin
- ACLOCAL = @ACLOCAL@
- AC_LUSTRE_CLIENT_URN = @AC_LUSTRE_CLIENT_URN@
- AC_LUSTRE_CLI_VER_OFFSET_WARN = @AC_LUSTRE_CLI_VER_OFFSET_WARN@
-@@ -120,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -242,8 +240,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -257,8 +253,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -266,26 +264,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -296,7 +295,10 @@ target_alias = @target_alias@
- target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
--SUBDIRS = linux $(am__append_1)
-+SUBDIRS := linux
-+#if DARWIN
-+#SUBDIRS += darwin
-+#endif
- DIST_SUBDIRS := $(SUBDIRS)
- 
- @LIBLUSTRE_TRUE at noinst_LIBRARIES = liblustreclass.a
-@@ -306,24 +308,6 @@ DIST_SUBDIRS := $(SUBDIRS)
- 
- @LINUX_TRUE@@MODULES_TRUE at modulefs_DATA = obdclass$(KMODEXT)
- @LINUX_TRUE@@MODULES_TRUE at noinst_DATA = llog_test$(KMODEXT)
--
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS := obdclass
--
-- at DARWIN_TRUE@@MODULES_TRUE at obdclass_SOURCES := \
-- at DARWIN_TRUE@@MODULES_TRUE@        darwin/darwin-module.c darwin/darwin-sysctl.c 		\
-- at DARWIN_TRUE@@MODULES_TRUE@        class_obd.c genops.c lprocfs_status.c           	\
-- at DARWIN_TRUE@@MODULES_TRUE@        lustre_handles.c lustre_peer.c obd_config.c     	\
-- at DARWIN_TRUE@@MODULES_TRUE@        obdo.c debug.c llog_ioctl.c uuid.c                      \
-- at DARWIN_TRUE@@MODULES_TRUE@        llog_swab.c llog_obd.c llog.c llog_cat.c llog_lvfs.c
--
--
-- at DARWIN_TRUE@@MODULES_TRUE at obdclass_CFLAGS := $(EXTRA_KCFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at obdclass_LDFLAGS := $(EXTRA_KLDFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at obdclass_LDADD := $(EXTRA_KLIBS)
--
-- at DARWIN_TRUE@@MODULES_TRUE at plist_DATA := Info.plist
--
-- at DARWIN_TRUE@@MODULES_TRUE at install_data_hook := fix-kext-ownership
- subdir = lustre/obdclass
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -355,40 +339,6 @@ am__liblustreclass_a_SOURCES_DIST = class_obd.c debug.c genops.c \
- @LIBLUSTRE_TRUE@	liblustreclass_a-llog_lvfs.$(OBJEXT) \
- @LIBLUSTRE_TRUE@	liblustreclass_a-llog_swab.$(OBJEXT)
- liblustreclass_a_OBJECTS = $(am_liblustreclass_a_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at macos_PROGRAMS =
-- at DARWIN_FALSE@@MODULES_FALSE at macos_PROGRAMS =
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS = obdclass$(EXEEXT)
-- at DARWIN_TRUE@@MODULES_FALSE at macos_PROGRAMS =
--PROGRAMS = $(macos_PROGRAMS)
--
--am__obdclass_SOURCES_DIST = darwin/darwin-module.c \
--	darwin/darwin-sysctl.c class_obd.c genops.c lprocfs_status.c \
--	lustre_handles.c lustre_peer.c obd_config.c obdo.c debug.c \
--	llog_ioctl.c uuid.c llog_swab.c llog_obd.c llog.c llog_cat.c \
--	llog_lvfs.c
-- at DARWIN_TRUE@@MODULES_TRUE at am_obdclass_OBJECTS = \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-darwin-module.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-darwin-sysctl.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-class_obd.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-genops.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-lprocfs_status.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-lustre_handles.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-lustre_peer.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-obd_config.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-obdo.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-debug.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-llog_ioctl.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-uuid.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-llog_swab.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-llog_obd.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-llog.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-llog_cat.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdclass-llog_lvfs.$(OBJEXT)
--obdclass_OBJECTS = $(am_obdclass_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at obdclass_DEPENDENCIES =
-- at DARWIN_FALSE@@MODULES_FALSE at obdclass_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_TRUE at obdclass_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_FALSE at obdclass_DEPENDENCIES =
- 
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
-@@ -408,31 +358,13 @@ am__depfiles_maybe = depfiles
- @AMDEP_TRUE@	./$(DEPDIR)/liblustreclass_a-obd_config.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/liblustreclass_a-obdo.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/liblustreclass_a-statfs_pack.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/liblustreclass_a-uuid.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-class_obd.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-darwin-module.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-darwin-sysctl.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-debug.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-genops.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-llog.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-llog_cat.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-llog_ioctl.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-llog_lvfs.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-llog_obd.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-llog_swab.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-lprocfs_status.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-lustre_handles.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-lustre_peer.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-obd_config.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-obdo.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdclass-uuid.Po
-+ at AMDEP_TRUE@	./$(DEPDIR)/liblustreclass_a-uuid.Po
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--DIST_SOURCES = $(am__liblustreclass_a_SOURCES_DIST) \
--	$(am__obdclass_SOURCES_DIST)
--DATA = $(modulefs_DATA) $(noinst_DATA) $(plist_DATA)
-+DIST_SOURCES = $(am__liblustreclass_a_SOURCES_DIST)
-+DATA = $(modulefs_DATA) $(noinst_DATA)
- 
- 
- RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
-@@ -441,7 +373,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
- 	installdirs-recursive install-recursive uninstall-recursive \
- 	check-recursive installcheck-recursive
- DIST_COMMON = $(srcdir)/autoMakefile.in Makefile.in autoMakefile.am
--SOURCES = $(liblustreclass_a_SOURCES) $(obdclass_SOURCES)
-+SOURCES = $(liblustreclass_a_SOURCES)
- 
- all: all-recursive
- 
-@@ -463,33 +395,6 @@ liblustreclass.a: $(liblustreclass_a_OBJECTS) $(liblustreclass_a_DEPENDENCIES)
- 	-rm -f liblustreclass.a
- 	$(liblustreclass_a_AR) liblustreclass.a $(liblustreclass_a_OBJECTS) $(liblustreclass_a_LIBADD)
- 	$(RANLIB) liblustreclass.a
--macosPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--install-macosPROGRAMS: $(macos_PROGRAMS)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(macosdir)
--	@list='$(macos_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) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f"; \
--	   $(INSTALL_PROGRAM_ENV) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f || exit 1; \
--	  else :; fi; \
--	done
--
--uninstall-macosPROGRAMS:
--	@$(NORMAL_UNINSTALL)
--	@list='$(macos_PROGRAMS)'; for p in $$list; do \
--	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
--	  echo " rm -f $(DESTDIR)$(macosdir)/$$f"; \
--	  rm -f $(DESTDIR)$(macosdir)/$$f; \
--	done
--
--clean-macosPROGRAMS:
--	-test -z "$(macos_PROGRAMS)" || rm -f $(macos_PROGRAMS)
--obdclass$(EXEEXT): $(obdclass_OBJECTS) $(obdclass_DEPENDENCIES) 
--	@rm -f obdclass$(EXEEXT)
--	$(LINK) $(obdclass_LDFLAGS) $(obdclass_OBJECTS) $(obdclass_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT) core *.core
-@@ -513,23 +418,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblustreclass_a-obdo.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblustreclass_a-statfs_pack.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/liblustreclass_a-uuid.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-class_obd.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-darwin-module.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-darwin-sysctl.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-debug.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-genops.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-llog.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-llog_cat.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-llog_ioctl.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-llog_lvfs.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-llog_obd.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-llog_swab.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-lprocfs_status.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-lustre_handles.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-lustre_peer.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-obd_config.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-obdo.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdclass-uuid.Po at am__quote@
- 
- .c.o:
- @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@@ -904,380 +792,6 @@ liblustreclass_a-llog_swab.obj: llog_swab.c
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/liblustreclass_a-llog_swab.Po' tmpdepfile='$(DEPDIR)/liblustreclass_a-llog_swab.TPo' @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblustreclass_a_CPPFLAGS) $(CPPFLAGS) $(liblustreclass_a_CFLAGS) $(CFLAGS) -c -o liblustreclass_a-llog_swab.obj `if test -f 'llog_swab.c'; then $(CYGPATH_W) 'llog_swab.c'; else $(CYGPATH_W) '$(srcdir)/llog_swab.c'; fi`
--
--obdclass-darwin-module.o: darwin/darwin-module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-darwin-module.o -MD -MP -MF "$(DEPDIR)/obdclass-darwin-module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-darwin-module.o `test -f 'darwin/darwin-module.c' || echo '$(srcdir)/'`darwin/darwin-module.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-darwin-module.Tpo" "$(DEPDIR)/obdclass-darwin-module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-darwin-module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-module.c' object='obdclass-darwin-module.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-darwin-module.Po' tmpdepfile='$(DEPDIR)/obdclass-darwin-module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-darwin-module.o `test -f 'darwin/darwin-module.c' || echo '$(srcdir)/'`darwin/darwin-module.c
--
--obdclass-darwin-module.obj: darwin/darwin-module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-darwin-module.obj -MD -MP -MF "$(DEPDIR)/obdclass-darwin-module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-darwin-module.obj `if test -f 'darwin/darwin-module.c'; then $(CYGPATH_W) 'darwin/darwin-module.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-module.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-darwin-module.Tpo" "$(DEPDIR)/obdclass-darwin-module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-darwin-module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-module.c' object='obdclass-darwin-module.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-darwin-module.Po' tmpdepfile='$(DEPDIR)/obdclass-darwin-module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-darwin-module.obj `if test -f 'darwin/darwin-module.c'; then $(CYGPATH_W) 'darwin/darwin-module.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-module.c'; fi`
--
--obdclass-darwin-sysctl.o: darwin/darwin-sysctl.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-darwin-sysctl.o -MD -MP -MF "$(DEPDIR)/obdclass-darwin-sysctl.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-darwin-sysctl.o `test -f 'darwin/darwin-sysctl.c' || echo '$(srcdir)/'`darwin/darwin-sysctl.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-darwin-sysctl.Tpo" "$(DEPDIR)/obdclass-darwin-sysctl.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-darwin-sysctl.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-sysctl.c' object='obdclass-darwin-sysctl.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-darwin-sysctl.Po' tmpdepfile='$(DEPDIR)/obdclass-darwin-sysctl.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-darwin-sysctl.o `test -f 'darwin/darwin-sysctl.c' || echo '$(srcdir)/'`darwin/darwin-sysctl.c
--
--obdclass-darwin-sysctl.obj: darwin/darwin-sysctl.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-darwin-sysctl.obj -MD -MP -MF "$(DEPDIR)/obdclass-darwin-sysctl.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-darwin-sysctl.obj `if test -f 'darwin/darwin-sysctl.c'; then $(CYGPATH_W) 'darwin/darwin-sysctl.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-sysctl.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-darwin-sysctl.Tpo" "$(DEPDIR)/obdclass-darwin-sysctl.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-darwin-sysctl.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='darwin/darwin-sysctl.c' object='obdclass-darwin-sysctl.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-darwin-sysctl.Po' tmpdepfile='$(DEPDIR)/obdclass-darwin-sysctl.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-darwin-sysctl.obj `if test -f 'darwin/darwin-sysctl.c'; then $(CYGPATH_W) 'darwin/darwin-sysctl.c'; else $(CYGPATH_W) '$(srcdir)/darwin/darwin-sysctl.c'; fi`
--
--obdclass-class_obd.o: class_obd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-class_obd.o -MD -MP -MF "$(DEPDIR)/obdclass-class_obd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-class_obd.o `test -f 'class_obd.c' || echo '$(srcdir)/'`class_obd.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-class_obd.Tpo" "$(DEPDIR)/obdclass-class_obd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-class_obd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='class_obd.c' object='obdclass-class_obd.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-class_obd.Po' tmpdepfile='$(DEPDIR)/obdclass-class_obd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-class_obd.o `test -f 'class_obd.c' || echo '$(srcdir)/'`class_obd.c
--
--obdclass-class_obd.obj: class_obd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-class_obd.obj -MD -MP -MF "$(DEPDIR)/obdclass-class_obd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-class_obd.obj `if test -f 'class_obd.c'; then $(CYGPATH_W) 'class_obd.c'; else $(CYGPATH_W) '$(srcdir)/class_obd.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-class_obd.Tpo" "$(DEPDIR)/obdclass-class_obd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-class_obd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='class_obd.c' object='obdclass-class_obd.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-class_obd.Po' tmpdepfile='$(DEPDIR)/obdclass-class_obd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-class_obd.obj `if test -f 'class_obd.c'; then $(CYGPATH_W) 'class_obd.c'; else $(CYGPATH_W) '$(srcdir)/class_obd.c'; fi`
--
--obdclass-genops.o: genops.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-genops.o -MD -MP -MF "$(DEPDIR)/obdclass-genops.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-genops.o `test -f 'genops.c' || echo '$(srcdir)/'`genops.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-genops.Tpo" "$(DEPDIR)/obdclass-genops.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-genops.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='genops.c' object='obdclass-genops.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-genops.Po' tmpdepfile='$(DEPDIR)/obdclass-genops.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-genops.o `test -f 'genops.c' || echo '$(srcdir)/'`genops.c
--
--obdclass-genops.obj: genops.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-genops.obj -MD -MP -MF "$(DEPDIR)/obdclass-genops.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-genops.obj `if test -f 'genops.c'; then $(CYGPATH_W) 'genops.c'; else $(CYGPATH_W) '$(srcdir)/genops.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-genops.Tpo" "$(DEPDIR)/obdclass-genops.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-genops.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='genops.c' object='obdclass-genops.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-genops.Po' tmpdepfile='$(DEPDIR)/obdclass-genops.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-genops.obj `if test -f 'genops.c'; then $(CYGPATH_W) 'genops.c'; else $(CYGPATH_W) '$(srcdir)/genops.c'; fi`
--
--obdclass-lprocfs_status.o: lprocfs_status.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-lprocfs_status.o -MD -MP -MF "$(DEPDIR)/obdclass-lprocfs_status.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-lprocfs_status.o `test -f 'lprocfs_status.c' || echo '$(srcdir)/'`lprocfs_status.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-lprocfs_status.Tpo" "$(DEPDIR)/obdclass-lprocfs_status.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-lprocfs_status.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lprocfs_status.c' object='obdclass-lprocfs_status.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-lprocfs_status.Po' tmpdepfile='$(DEPDIR)/obdclass-lprocfs_status.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-lprocfs_status.o `test -f 'lprocfs_status.c' || echo '$(srcdir)/'`lprocfs_status.c
--
--obdclass-lprocfs_status.obj: lprocfs_status.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-lprocfs_status.obj -MD -MP -MF "$(DEPDIR)/obdclass-lprocfs_status.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-lprocfs_status.obj `if test -f 'lprocfs_status.c'; then $(CYGPATH_W) 'lprocfs_status.c'; else $(CYGPATH_W) '$(srcdir)/lprocfs_status.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-lprocfs_status.Tpo" "$(DEPDIR)/obdclass-lprocfs_status.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-lprocfs_status.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lprocfs_status.c' object='obdclass-lprocfs_status.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-lprocfs_status.Po' tmpdepfile='$(DEPDIR)/obdclass-lprocfs_status.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-lprocfs_status.obj `if test -f 'lprocfs_status.c'; then $(CYGPATH_W) 'lprocfs_status.c'; else $(CYGPATH_W) '$(srcdir)/lprocfs_status.c'; fi`
--
--obdclass-lustre_handles.o: lustre_handles.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-lustre_handles.o -MD -MP -MF "$(DEPDIR)/obdclass-lustre_handles.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-lustre_handles.o `test -f 'lustre_handles.c' || echo '$(srcdir)/'`lustre_handles.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-lustre_handles.Tpo" "$(DEPDIR)/obdclass-lustre_handles.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-lustre_handles.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lustre_handles.c' object='obdclass-lustre_handles.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-lustre_handles.Po' tmpdepfile='$(DEPDIR)/obdclass-lustre_handles.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-lustre_handles.o `test -f 'lustre_handles.c' || echo '$(srcdir)/'`lustre_handles.c
--
--obdclass-lustre_handles.obj: lustre_handles.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-lustre_handles.obj -MD -MP -MF "$(DEPDIR)/obdclass-lustre_handles.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-lustre_handles.obj `if test -f 'lustre_handles.c'; then $(CYGPATH_W) 'lustre_handles.c'; else $(CYGPATH_W) '$(srcdir)/lustre_handles.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-lustre_handles.Tpo" "$(DEPDIR)/obdclass-lustre_handles.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-lustre_handles.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lustre_handles.c' object='obdclass-lustre_handles.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-lustre_handles.Po' tmpdepfile='$(DEPDIR)/obdclass-lustre_handles.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-lustre_handles.obj `if test -f 'lustre_handles.c'; then $(CYGPATH_W) 'lustre_handles.c'; else $(CYGPATH_W) '$(srcdir)/lustre_handles.c'; fi`
--
--obdclass-lustre_peer.o: lustre_peer.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-lustre_peer.o -MD -MP -MF "$(DEPDIR)/obdclass-lustre_peer.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-lustre_peer.o `test -f 'lustre_peer.c' || echo '$(srcdir)/'`lustre_peer.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-lustre_peer.Tpo" "$(DEPDIR)/obdclass-lustre_peer.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-lustre_peer.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lustre_peer.c' object='obdclass-lustre_peer.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-lustre_peer.Po' tmpdepfile='$(DEPDIR)/obdclass-lustre_peer.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-lustre_peer.o `test -f 'lustre_peer.c' || echo '$(srcdir)/'`lustre_peer.c
--
--obdclass-lustre_peer.obj: lustre_peer.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-lustre_peer.obj -MD -MP -MF "$(DEPDIR)/obdclass-lustre_peer.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-lustre_peer.obj `if test -f 'lustre_peer.c'; then $(CYGPATH_W) 'lustre_peer.c'; else $(CYGPATH_W) '$(srcdir)/lustre_peer.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-lustre_peer.Tpo" "$(DEPDIR)/obdclass-lustre_peer.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-lustre_peer.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lustre_peer.c' object='obdclass-lustre_peer.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-lustre_peer.Po' tmpdepfile='$(DEPDIR)/obdclass-lustre_peer.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-lustre_peer.obj `if test -f 'lustre_peer.c'; then $(CYGPATH_W) 'lustre_peer.c'; else $(CYGPATH_W) '$(srcdir)/lustre_peer.c'; fi`
--
--obdclass-obd_config.o: obd_config.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-obd_config.o -MD -MP -MF "$(DEPDIR)/obdclass-obd_config.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-obd_config.o `test -f 'obd_config.c' || echo '$(srcdir)/'`obd_config.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-obd_config.Tpo" "$(DEPDIR)/obdclass-obd_config.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-obd_config.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='obd_config.c' object='obdclass-obd_config.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-obd_config.Po' tmpdepfile='$(DEPDIR)/obdclass-obd_config.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-obd_config.o `test -f 'obd_config.c' || echo '$(srcdir)/'`obd_config.c
--
--obdclass-obd_config.obj: obd_config.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-obd_config.obj -MD -MP -MF "$(DEPDIR)/obdclass-obd_config.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-obd_config.obj `if test -f 'obd_config.c'; then $(CYGPATH_W) 'obd_config.c'; else $(CYGPATH_W) '$(srcdir)/obd_config.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-obd_config.Tpo" "$(DEPDIR)/obdclass-obd_config.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-obd_config.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='obd_config.c' object='obdclass-obd_config.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-obd_config.Po' tmpdepfile='$(DEPDIR)/obdclass-obd_config.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-obd_config.obj `if test -f 'obd_config.c'; then $(CYGPATH_W) 'obd_config.c'; else $(CYGPATH_W) '$(srcdir)/obd_config.c'; fi`
--
--obdclass-obdo.o: obdo.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-obdo.o -MD -MP -MF "$(DEPDIR)/obdclass-obdo.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-obdo.o `test -f 'obdo.c' || echo '$(srcdir)/'`obdo.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-obdo.Tpo" "$(DEPDIR)/obdclass-obdo.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-obdo.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='obdo.c' object='obdclass-obdo.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-obdo.Po' tmpdepfile='$(DEPDIR)/obdclass-obdo.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-obdo.o `test -f 'obdo.c' || echo '$(srcdir)/'`obdo.c
--
--obdclass-obdo.obj: obdo.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-obdo.obj -MD -MP -MF "$(DEPDIR)/obdclass-obdo.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-obdo.obj `if test -f 'obdo.c'; then $(CYGPATH_W) 'obdo.c'; else $(CYGPATH_W) '$(srcdir)/obdo.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-obdo.Tpo" "$(DEPDIR)/obdclass-obdo.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-obdo.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='obdo.c' object='obdclass-obdo.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-obdo.Po' tmpdepfile='$(DEPDIR)/obdclass-obdo.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-obdo.obj `if test -f 'obdo.c'; then $(CYGPATH_W) 'obdo.c'; else $(CYGPATH_W) '$(srcdir)/obdo.c'; fi`
--
--obdclass-debug.o: debug.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-debug.o -MD -MP -MF "$(DEPDIR)/obdclass-debug.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-debug.Tpo" "$(DEPDIR)/obdclass-debug.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-debug.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='debug.c' object='obdclass-debug.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-debug.Po' tmpdepfile='$(DEPDIR)/obdclass-debug.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
--
--obdclass-debug.obj: debug.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-debug.obj -MD -MP -MF "$(DEPDIR)/obdclass-debug.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-debug.Tpo" "$(DEPDIR)/obdclass-debug.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-debug.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='debug.c' object='obdclass-debug.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-debug.Po' tmpdepfile='$(DEPDIR)/obdclass-debug.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
--
--obdclass-llog_ioctl.o: llog_ioctl.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_ioctl.o -MD -MP -MF "$(DEPDIR)/obdclass-llog_ioctl.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_ioctl.o `test -f 'llog_ioctl.c' || echo '$(srcdir)/'`llog_ioctl.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_ioctl.Tpo" "$(DEPDIR)/obdclass-llog_ioctl.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_ioctl.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_ioctl.c' object='obdclass-llog_ioctl.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_ioctl.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_ioctl.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_ioctl.o `test -f 'llog_ioctl.c' || echo '$(srcdir)/'`llog_ioctl.c
--
--obdclass-llog_ioctl.obj: llog_ioctl.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_ioctl.obj -MD -MP -MF "$(DEPDIR)/obdclass-llog_ioctl.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_ioctl.obj `if test -f 'llog_ioctl.c'; then $(CYGPATH_W) 'llog_ioctl.c'; else $(CYGPATH_W) '$(srcdir)/llog_ioctl.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_ioctl.Tpo" "$(DEPDIR)/obdclass-llog_ioctl.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_ioctl.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_ioctl.c' object='obdclass-llog_ioctl.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_ioctl.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_ioctl.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_ioctl.obj `if test -f 'llog_ioctl.c'; then $(CYGPATH_W) 'llog_ioctl.c'; else $(CYGPATH_W) '$(srcdir)/llog_ioctl.c'; fi`
--
--obdclass-uuid.o: uuid.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-uuid.o -MD -MP -MF "$(DEPDIR)/obdclass-uuid.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-uuid.o `test -f 'uuid.c' || echo '$(srcdir)/'`uuid.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-uuid.Tpo" "$(DEPDIR)/obdclass-uuid.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-uuid.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='uuid.c' object='obdclass-uuid.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-uuid.Po' tmpdepfile='$(DEPDIR)/obdclass-uuid.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-uuid.o `test -f 'uuid.c' || echo '$(srcdir)/'`uuid.c
--
--obdclass-uuid.obj: uuid.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-uuid.obj -MD -MP -MF "$(DEPDIR)/obdclass-uuid.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-uuid.obj `if test -f 'uuid.c'; then $(CYGPATH_W) 'uuid.c'; else $(CYGPATH_W) '$(srcdir)/uuid.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-uuid.Tpo" "$(DEPDIR)/obdclass-uuid.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-uuid.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='uuid.c' object='obdclass-uuid.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-uuid.Po' tmpdepfile='$(DEPDIR)/obdclass-uuid.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-uuid.obj `if test -f 'uuid.c'; then $(CYGPATH_W) 'uuid.c'; else $(CYGPATH_W) '$(srcdir)/uuid.c'; fi`
--
--obdclass-llog_swab.o: llog_swab.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_swab.o -MD -MP -MF "$(DEPDIR)/obdclass-llog_swab.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_swab.o `test -f 'llog_swab.c' || echo '$(srcdir)/'`llog_swab.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_swab.Tpo" "$(DEPDIR)/obdclass-llog_swab.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_swab.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_swab.c' object='obdclass-llog_swab.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_swab.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_swab.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_swab.o `test -f 'llog_swab.c' || echo '$(srcdir)/'`llog_swab.c
--
--obdclass-llog_swab.obj: llog_swab.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_swab.obj -MD -MP -MF "$(DEPDIR)/obdclass-llog_swab.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_swab.obj `if test -f 'llog_swab.c'; then $(CYGPATH_W) 'llog_swab.c'; else $(CYGPATH_W) '$(srcdir)/llog_swab.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_swab.Tpo" "$(DEPDIR)/obdclass-llog_swab.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_swab.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_swab.c' object='obdclass-llog_swab.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_swab.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_swab.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_swab.obj `if test -f 'llog_swab.c'; then $(CYGPATH_W) 'llog_swab.c'; else $(CYGPATH_W) '$(srcdir)/llog_swab.c'; fi`
--
--obdclass-llog_obd.o: llog_obd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_obd.o -MD -MP -MF "$(DEPDIR)/obdclass-llog_obd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_obd.o `test -f 'llog_obd.c' || echo '$(srcdir)/'`llog_obd.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_obd.Tpo" "$(DEPDIR)/obdclass-llog_obd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_obd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_obd.c' object='obdclass-llog_obd.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_obd.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_obd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_obd.o `test -f 'llog_obd.c' || echo '$(srcdir)/'`llog_obd.c
--
--obdclass-llog_obd.obj: llog_obd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_obd.obj -MD -MP -MF "$(DEPDIR)/obdclass-llog_obd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_obd.obj `if test -f 'llog_obd.c'; then $(CYGPATH_W) 'llog_obd.c'; else $(CYGPATH_W) '$(srcdir)/llog_obd.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_obd.Tpo" "$(DEPDIR)/obdclass-llog_obd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_obd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_obd.c' object='obdclass-llog_obd.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_obd.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_obd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_obd.obj `if test -f 'llog_obd.c'; then $(CYGPATH_W) 'llog_obd.c'; else $(CYGPATH_W) '$(srcdir)/llog_obd.c'; fi`
--
--obdclass-llog.o: llog.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog.o -MD -MP -MF "$(DEPDIR)/obdclass-llog.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog.o `test -f 'llog.c' || echo '$(srcdir)/'`llog.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog.Tpo" "$(DEPDIR)/obdclass-llog.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog.c' object='obdclass-llog.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog.Po' tmpdepfile='$(DEPDIR)/obdclass-llog.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog.o `test -f 'llog.c' || echo '$(srcdir)/'`llog.c
--
--obdclass-llog.obj: llog.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog.obj -MD -MP -MF "$(DEPDIR)/obdclass-llog.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog.obj `if test -f 'llog.c'; then $(CYGPATH_W) 'llog.c'; else $(CYGPATH_W) '$(srcdir)/llog.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog.Tpo" "$(DEPDIR)/obdclass-llog.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog.c' object='obdclass-llog.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog.Po' tmpdepfile='$(DEPDIR)/obdclass-llog.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog.obj `if test -f 'llog.c'; then $(CYGPATH_W) 'llog.c'; else $(CYGPATH_W) '$(srcdir)/llog.c'; fi`
--
--obdclass-llog_cat.o: llog_cat.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_cat.o -MD -MP -MF "$(DEPDIR)/obdclass-llog_cat.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_cat.o `test -f 'llog_cat.c' || echo '$(srcdir)/'`llog_cat.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_cat.Tpo" "$(DEPDIR)/obdclass-llog_cat.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_cat.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_cat.c' object='obdclass-llog_cat.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_cat.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_cat.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_cat.o `test -f 'llog_cat.c' || echo '$(srcdir)/'`llog_cat.c
--
--obdclass-llog_cat.obj: llog_cat.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_cat.obj -MD -MP -MF "$(DEPDIR)/obdclass-llog_cat.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_cat.obj `if test -f 'llog_cat.c'; then $(CYGPATH_W) 'llog_cat.c'; else $(CYGPATH_W) '$(srcdir)/llog_cat.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_cat.Tpo" "$(DEPDIR)/obdclass-llog_cat.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_cat.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_cat.c' object='obdclass-llog_cat.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_cat.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_cat.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_cat.obj `if test -f 'llog_cat.c'; then $(CYGPATH_W) 'llog_cat.c'; else $(CYGPATH_W) '$(srcdir)/llog_cat.c'; fi`
--
--obdclass-llog_lvfs.o: llog_lvfs.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_lvfs.o -MD -MP -MF "$(DEPDIR)/obdclass-llog_lvfs.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_lvfs.o `test -f 'llog_lvfs.c' || echo '$(srcdir)/'`llog_lvfs.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_lvfs.Tpo" "$(DEPDIR)/obdclass-llog_lvfs.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_lvfs.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_lvfs.c' object='obdclass-llog_lvfs.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_lvfs.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_lvfs.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_lvfs.o `test -f 'llog_lvfs.c' || echo '$(srcdir)/'`llog_lvfs.c
--
--obdclass-llog_lvfs.obj: llog_lvfs.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -MT obdclass-llog_lvfs.obj -MD -MP -MF "$(DEPDIR)/obdclass-llog_lvfs.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdclass-llog_lvfs.obj `if test -f 'llog_lvfs.c'; then $(CYGPATH_W) 'llog_lvfs.c'; else $(CYGPATH_W) '$(srcdir)/llog_lvfs.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdclass-llog_lvfs.Tpo" "$(DEPDIR)/obdclass-llog_lvfs.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdclass-llog_lvfs.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_lvfs.c' object='obdclass-llog_lvfs.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdclass-llog_lvfs.Po' tmpdepfile='$(DEPDIR)/obdclass-llog_lvfs.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdclass_CFLAGS) $(CFLAGS) -c -o obdclass-llog_lvfs.obj `if test -f 'llog_lvfs.c'; then $(CYGPATH_W) 'llog_lvfs.c'; else $(CYGPATH_W) '$(srcdir)/llog_lvfs.c'; fi`
- uninstall-info-am:
- modulefsDATA_INSTALL = $(INSTALL_DATA)
- install-modulefsDATA: $(modulefs_DATA)
-@@ -1297,24 +811,6 @@ uninstall-modulefsDATA:
- 	  echo " rm -f $(DESTDIR)$(modulefsdir)/$$f"; \
- 	  rm -f $(DESTDIR)$(modulefsdir)/$$f; \
- 	done
--plistDATA_INSTALL = $(INSTALL_DATA)
--install-plistDATA: $(plist_DATA)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(plistdir)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f"; \
--	  $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--uninstall-plistDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " rm -f $(DESTDIR)$(plistdir)/$$f"; \
--	  rm -f $(DESTDIR)$(plistdir)/$$f; \
--	done
- 
- # This directory's subdirectories are mostly independent; you can cd
- # into them and run `make' without going through this Makefile.
-@@ -1486,10 +982,10 @@ distdir: $(DISTFILES)
- 	done
- check-am: all-am
- check: check-recursive
--all-am: autoMakefile $(LIBRARIES) $(PROGRAMS) $(DATA)
-+all-am: autoMakefile $(LIBRARIES) $(DATA)
- installdirs: installdirs-recursive
- installdirs-am:
--	$(mkinstalldirs) $(DESTDIR)$(macosdir) $(DESTDIR)$(modulefsdir) $(DESTDIR)$(plistdir)
-+	$(mkinstalldirs) $(DESTDIR)$(modulefsdir)
- 
- install: install-recursive
- install-exec: install-exec-recursive
-@@ -1518,8 +1014,7 @@ maintainer-clean-generic:
- 	@echo "it deletes files that may require special tools to rebuild."
- clean: clean-recursive
- 
--clean-am: clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	mostlyclean-am
-+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
- 
- distclean: distclean-recursive
- 	-rm -rf ./$(DEPDIR)
-@@ -1535,8 +1030,7 @@ info: info-recursive
- 
- info-am:
- 
--install-data-am: install-macosPROGRAMS install-modulefsDATA \
--	install-plistDATA
-+install-data-am: install-modulefsDATA
- 	@$(NORMAL_INSTALL)
- 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
- 
-@@ -1565,30 +1059,48 @@ ps: ps-recursive
- 
- ps-am:
- 
--uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+uninstall-am: uninstall-info-am uninstall-modulefsDATA
- 
- uninstall-info: uninstall-info-recursive
- 
- .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
--	clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	clean-recursive ctags ctags-recursive distclean \
--	distclean-compile distclean-generic distclean-recursive \
--	distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
--	info-recursive install install-am install-data install-data-am \
--	install-data-recursive install-exec install-exec-am \
--	install-exec-recursive install-info install-info-am \
--	install-info-recursive install-macosPROGRAMS install-man \
--	install-modulefsDATA install-plistDATA install-recursive \
--	install-strip installcheck installcheck-am installdirs \
--	installdirs-am installdirs-recursive maintainer-clean \
--	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
--	mostlyclean-compile mostlyclean-generic mostlyclean-recursive \
--	pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
--	tags-recursive uninstall uninstall-am uninstall-info-am \
--	uninstall-info-recursive uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA uninstall-recursive
--
-+	clean-generic clean-noinstLIBRARIES clean-recursive ctags \
-+	ctags-recursive distclean distclean-compile distclean-generic \
-+	distclean-recursive distclean-tags distdir dvi dvi-am \
-+	dvi-recursive info info-am info-recursive install install-am \
-+	install-data install-data-am install-data-recursive \
-+	install-exec install-exec-am install-exec-recursive \
-+	install-info install-info-am install-info-recursive install-man \
-+	install-modulefsDATA install-recursive install-strip \
-+	installcheck installcheck-am installdirs installdirs-am \
-+	installdirs-recursive maintainer-clean maintainer-clean-generic \
-+	maintainer-clean-recursive mostlyclean mostlyclean-compile \
-+	mostlyclean-generic mostlyclean-recursive pdf pdf-am \
-+	pdf-recursive ps ps-am ps-recursive tags tags-recursive \
-+	uninstall uninstall-am uninstall-info-am \
-+	uninstall-info-recursive uninstall-modulefsDATA \
-+	uninstall-recursive
-+
-+
-+#if DARWIN
-+#macos_PROGRAMS := obdclass
-+#
-+#obdclass_SOURCES := \
-+#        darwin/darwin-module.c darwin/darwin-sysctl.c 		\
-+#        class_obd.c genops.c lprocfs_status.c           	\
-+#        lustre_handles.c lustre_peer.c obd_config.c     	\
-+#        obdo.c debug.c llog_ioctl.c uuid.c                      \
-+#        llog_swab.c llog_obd.c llog.c llog_cat.c llog_lvfs.c
-+#
-+#obdclass_CFLAGS := $(EXTRA_KCFLAGS)
-+#obdclass_LDFLAGS := $(EXTRA_KLDFLAGS)
-+#obdclass_LDADD := $(EXTRA_KLIBS)
-+#
-+#plist_DATA := Info.plist
-+#
-+#install_data_hook := fix-kext-ownership
-+#
-+#endif # DARWIN
- 
- install-data-hook: $(install_data_hook)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
-diff --git a/lustre/obdclass/linux/Makefile.in b/lustre/obdclass/linux/Makefile.in
-index 2318f21..8c2d42d 100644
---- a/lustre/obdclass/linux/Makefile.in
-+++ b/lustre/obdclass/linux/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/obdecho/autoMakefile.in b/lustre/obdecho/autoMakefile.in
-index b9e9352..4f143f5 100644
---- a/lustre/obdecho/autoMakefile.in
-+++ b/lustre/obdecho/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -338,21 +338,6 @@ target_vendor = @target_vendor@
- @LIBLUSTRE_TRUE at libobdecho_a_CFLAGS = $(LLCFLAGS)
- 
- @LINUX_TRUE@@MODULES_TRUE at modulefs_DATA = obdecho$(KMODEXT)
--
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS := obdecho
-- at DARWIN_TRUE@@MODULES_TRUE at obdecho_SOURCES := \
-- at DARWIN_TRUE@@MODULES_TRUE@        lproc_echo.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        echo.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        echo_client.c
--
--
-- at DARWIN_TRUE@@MODULES_TRUE at obdecho_CFLAGS := $(EXTRA_KCFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at obdecho_LDFLAGS := $(EXTRA_KLDFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at obdecho_LDADD := $(EXTRA_KLIBS)
--
-- at DARWIN_TRUE@@MODULES_TRUE at plist_DATA := Info.plist
--
-- at DARWIN_TRUE@@MODULES_TRUE at install_data_hook := fix-kext-ownership
- subdir = lustre/obdecho
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -366,40 +351,20 @@ am__libobdecho_a_SOURCES_DIST = echo_client.c
- @LIBLUSTRE_TRUE at am_libobdecho_a_OBJECTS = \
- @LIBLUSTRE_TRUE@	libobdecho_a-echo_client.$(OBJEXT)
- libobdecho_a_OBJECTS = $(am_libobdecho_a_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at macos_PROGRAMS =
-- at DARWIN_FALSE@@MODULES_FALSE at macos_PROGRAMS =
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS = obdecho$(EXEEXT)
-- at DARWIN_TRUE@@MODULES_FALSE at macos_PROGRAMS =
--PROGRAMS = $(macos_PROGRAMS)
--
--am__obdecho_SOURCES_DIST = lproc_echo.c echo.c echo_client.c
-- at DARWIN_TRUE@@MODULES_TRUE at am_obdecho_OBJECTS = \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdecho-lproc_echo.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdecho-echo.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	obdecho-echo_client.$(OBJEXT)
--obdecho_OBJECTS = $(am_obdecho_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at obdecho_DEPENDENCIES =
-- at DARWIN_FALSE@@MODULES_FALSE at obdecho_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_TRUE at obdecho_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_FALSE at obdecho_DEPENDENCIES =
- 
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
-- at AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libobdecho_a-echo_client.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdecho-echo.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdecho-echo_client.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/obdecho-lproc_echo.Po
-+ at AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libobdecho_a-echo_client.Po
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--DIST_SOURCES = $(am__libobdecho_a_SOURCES_DIST) \
--	$(am__obdecho_SOURCES_DIST)
--DATA = $(modulefs_DATA) $(plist_DATA)
-+DIST_SOURCES = $(am__libobdecho_a_SOURCES_DIST)
-+DATA = $(modulefs_DATA)
- 
- DIST_COMMON = $(srcdir)/autoMakefile.in Makefile.in autoMakefile.am
--SOURCES = $(libobdecho_a_SOURCES) $(obdecho_SOURCES)
-+SOURCES = $(libobdecho_a_SOURCES)
- 
- all: all-am
- 
-@@ -421,33 +386,6 @@ libobdecho.a: $(libobdecho_a_OBJECTS) $(libobdecho_a_DEPENDENCIES)
- 	-rm -f libobdecho.a
- 	$(libobdecho_a_AR) libobdecho.a $(libobdecho_a_OBJECTS) $(libobdecho_a_LIBADD)
- 	$(RANLIB) libobdecho.a
--macosPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--install-macosPROGRAMS: $(macos_PROGRAMS)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(macosdir)
--	@list='$(macos_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) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f"; \
--	   $(INSTALL_PROGRAM_ENV) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f || exit 1; \
--	  else :; fi; \
--	done
--
--uninstall-macosPROGRAMS:
--	@$(NORMAL_UNINSTALL)
--	@list='$(macos_PROGRAMS)'; for p in $$list; do \
--	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
--	  echo " rm -f $(DESTDIR)$(macosdir)/$$f"; \
--	  rm -f $(DESTDIR)$(macosdir)/$$f; \
--	done
--
--clean-macosPROGRAMS:
--	-test -z "$(macos_PROGRAMS)" || rm -f $(macos_PROGRAMS)
--obdecho$(EXEEXT): $(obdecho_OBJECTS) $(obdecho_DEPENDENCIES) 
--	@rm -f obdecho$(EXEEXT)
--	$(LINK) $(obdecho_LDFLAGS) $(obdecho_OBJECTS) $(obdecho_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT) core *.core
-@@ -456,9 +394,6 @@ distclean-compile:
- 	-rm -f *.tab.c
- 
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libobdecho_a-echo_client.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdecho-echo.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdecho-echo_client.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/obdecho-lproc_echo.Po at am__quote@
- 
- .c.o:
- @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@@ -503,72 +438,6 @@ libobdecho_a-echo_client.obj: echo_client.c
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libobdecho_a-echo_client.Po' tmpdepfile='$(DEPDIR)/libobdecho_a-echo_client.TPo' @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libobdecho_a_CPPFLAGS) $(CPPFLAGS) $(libobdecho_a_CFLAGS) $(CFLAGS) -c -o libobdecho_a-echo_client.obj `if test -f 'echo_client.c'; then $(CYGPATH_W) 'echo_client.c'; else $(CYGPATH_W) '$(srcdir)/echo_client.c'; fi`
--
--obdecho-lproc_echo.o: lproc_echo.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -MT obdecho-lproc_echo.o -MD -MP -MF "$(DEPDIR)/obdecho-lproc_echo.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdecho-lproc_echo.o `test -f 'lproc_echo.c' || echo '$(srcdir)/'`lproc_echo.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdecho-lproc_echo.Tpo" "$(DEPDIR)/obdecho-lproc_echo.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdecho-lproc_echo.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lproc_echo.c' object='obdecho-lproc_echo.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdecho-lproc_echo.Po' tmpdepfile='$(DEPDIR)/obdecho-lproc_echo.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -c -o obdecho-lproc_echo.o `test -f 'lproc_echo.c' || echo '$(srcdir)/'`lproc_echo.c
--
--obdecho-lproc_echo.obj: lproc_echo.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -MT obdecho-lproc_echo.obj -MD -MP -MF "$(DEPDIR)/obdecho-lproc_echo.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdecho-lproc_echo.obj `if test -f 'lproc_echo.c'; then $(CYGPATH_W) 'lproc_echo.c'; else $(CYGPATH_W) '$(srcdir)/lproc_echo.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdecho-lproc_echo.Tpo" "$(DEPDIR)/obdecho-lproc_echo.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdecho-lproc_echo.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lproc_echo.c' object='obdecho-lproc_echo.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdecho-lproc_echo.Po' tmpdepfile='$(DEPDIR)/obdecho-lproc_echo.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -c -o obdecho-lproc_echo.obj `if test -f 'lproc_echo.c'; then $(CYGPATH_W) 'lproc_echo.c'; else $(CYGPATH_W) '$(srcdir)/lproc_echo.c'; fi`
--
--obdecho-echo.o: echo.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -MT obdecho-echo.o -MD -MP -MF "$(DEPDIR)/obdecho-echo.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdecho-echo.o `test -f 'echo.c' || echo '$(srcdir)/'`echo.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdecho-echo.Tpo" "$(DEPDIR)/obdecho-echo.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdecho-echo.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='echo.c' object='obdecho-echo.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdecho-echo.Po' tmpdepfile='$(DEPDIR)/obdecho-echo.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -c -o obdecho-echo.o `test -f 'echo.c' || echo '$(srcdir)/'`echo.c
--
--obdecho-echo.obj: echo.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -MT obdecho-echo.obj -MD -MP -MF "$(DEPDIR)/obdecho-echo.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdecho-echo.obj `if test -f 'echo.c'; then $(CYGPATH_W) 'echo.c'; else $(CYGPATH_W) '$(srcdir)/echo.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdecho-echo.Tpo" "$(DEPDIR)/obdecho-echo.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdecho-echo.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='echo.c' object='obdecho-echo.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdecho-echo.Po' tmpdepfile='$(DEPDIR)/obdecho-echo.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -c -o obdecho-echo.obj `if test -f 'echo.c'; then $(CYGPATH_W) 'echo.c'; else $(CYGPATH_W) '$(srcdir)/echo.c'; fi`
--
--obdecho-echo_client.o: echo_client.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -MT obdecho-echo_client.o -MD -MP -MF "$(DEPDIR)/obdecho-echo_client.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdecho-echo_client.o `test -f 'echo_client.c' || echo '$(srcdir)/'`echo_client.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdecho-echo_client.Tpo" "$(DEPDIR)/obdecho-echo_client.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdecho-echo_client.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='echo_client.c' object='obdecho-echo_client.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdecho-echo_client.Po' tmpdepfile='$(DEPDIR)/obdecho-echo_client.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -c -o obdecho-echo_client.o `test -f 'echo_client.c' || echo '$(srcdir)/'`echo_client.c
--
--obdecho-echo_client.obj: echo_client.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -MT obdecho-echo_client.obj -MD -MP -MF "$(DEPDIR)/obdecho-echo_client.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o obdecho-echo_client.obj `if test -f 'echo_client.c'; then $(CYGPATH_W) 'echo_client.c'; else $(CYGPATH_W) '$(srcdir)/echo_client.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/obdecho-echo_client.Tpo" "$(DEPDIR)/obdecho-echo_client.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/obdecho-echo_client.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='echo_client.c' object='obdecho-echo_client.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/obdecho-echo_client.Po' tmpdepfile='$(DEPDIR)/obdecho-echo_client.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(obdecho_CFLAGS) $(CFLAGS) -c -o obdecho-echo_client.obj `if test -f 'echo_client.c'; then $(CYGPATH_W) 'echo_client.c'; else $(CYGPATH_W) '$(srcdir)/echo_client.c'; fi`
- uninstall-info-am:
- modulefsDATA_INSTALL = $(INSTALL_DATA)
- install-modulefsDATA: $(modulefs_DATA)
-@@ -588,24 +457,6 @@ uninstall-modulefsDATA:
- 	  echo " rm -f $(DESTDIR)$(modulefsdir)/$$f"; \
- 	  rm -f $(DESTDIR)$(modulefsdir)/$$f; \
- 	done
--plistDATA_INSTALL = $(INSTALL_DATA)
--install-plistDATA: $(plist_DATA)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(plistdir)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f"; \
--	  $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--uninstall-plistDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " rm -f $(DESTDIR)$(plistdir)/$$f"; \
--	  rm -f $(DESTDIR)$(plistdir)/$$f; \
--	done
- 
- ETAGS = etags
- ETAGSFLAGS =
-@@ -694,10 +545,10 @@ distdir: $(DISTFILES)
- 	done
- check-am: all-am
- check: check-am
--all-am: autoMakefile $(LIBRARIES) $(PROGRAMS) $(DATA)
-+all-am: autoMakefile $(LIBRARIES) $(DATA)
- 
- installdirs:
--	$(mkinstalldirs) $(DESTDIR)$(macosdir) $(DESTDIR)$(modulefsdir) $(DESTDIR)$(plistdir)
-+	$(mkinstalldirs) $(DESTDIR)$(modulefsdir)
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
-@@ -725,8 +576,7 @@ maintainer-clean-generic:
- 	@echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- 
--clean-am: clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	mostlyclean-am
-+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
- 
- distclean: distclean-am
- 	-rm -rf ./$(DEPDIR)
-@@ -742,8 +592,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-macosPROGRAMS install-modulefsDATA \
--	install-plistDATA
-+install-data-am: install-modulefsDATA
- 	@$(NORMAL_INSTALL)
- 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
- 
-@@ -772,23 +621,37 @@ ps: ps-am
- 
- ps-am:
- 
--uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+uninstall-am: uninstall-info-am uninstall-modulefsDATA
- 
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
--	clean-macosPROGRAMS clean-noinstLIBRARIES ctags distclean \
--	distclean-compile distclean-generic distclean-tags distdir dvi \
--	dvi-am info info-am install install-am install-data \
--	install-data-am install-exec install-exec-am install-info \
--	install-info-am install-macosPROGRAMS install-man \
--	install-modulefsDATA install-plistDATA install-strip \
--	installcheck installcheck-am installdirs maintainer-clean \
-+	clean-noinstLIBRARIES ctags distclean distclean-compile \
-+	distclean-generic distclean-tags distdir dvi dvi-am info \
-+	info-am install install-am install-data install-data-am \
-+	install-exec install-exec-am install-info install-info-am \
-+	install-man install-modulefsDATA install-strip 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-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+	uninstall-am uninstall-info-am uninstall-modulefsDATA
- 
- 
-+#if DARWIN
-+#macos_PROGRAMS := obdecho
-+#obdecho_SOURCES := \
-+#        lproc_echo.c \
-+#        echo.c \
-+#        echo_client.c
-+#
-+#obdecho_CFLAGS := $(EXTRA_KCFLAGS)
-+#obdecho_LDFLAGS := $(EXTRA_KLDFLAGS)
-+#obdecho_LDADD := $(EXTRA_KLIBS)
-+#
-+#plist_DATA := Info.plist
-+#
-+#install_data_hook := fix-kext-ownership
-+#
-+#endif # darwin
-+
- install-data-hook: $(install_data_hook)
- # 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.
-diff --git a/lustre/obdfilter/autoMakefile.in b/lustre/obdfilter/autoMakefile.in
-index 948e19f..34a6ece 100644
---- a/lustre/obdfilter/autoMakefile.in
-+++ b/lustre/obdfilter/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/osc/autoMakefile.in b/lustre/osc/autoMakefile.in
-index c53f439..d38d8a0 100644
---- a/lustre/osc/autoMakefile.in
-+++ b/lustre/osc/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -338,21 +338,6 @@ target_vendor = @target_vendor@
- @LIBLUSTRE_TRUE at libosc_a_CFLAGS = $(LLCFLAGS)
- 
- @LINUX_TRUE@@MODULES_TRUE at modulefs_DATA = osc$(KMODEXT)
--
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS := osc
--
-- at DARWIN_TRUE@@MODULES_TRUE at osc_SOURCES := \
-- at DARWIN_TRUE@@MODULES_TRUE@        osc_create.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        osc_request.c
--
--
-- at DARWIN_TRUE@@MODULES_TRUE at osc_CFLAGS := $(EXTRA_KCFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at osc_LDFLAGS := $(EXTRA_KLDFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at osc_LDADD := $(EXTRA_KLIBS)
--
-- at DARWIN_TRUE@@MODULES_TRUE at plist_DATA := Info.plist
--
-- at DARWIN_TRUE@@MODULES_TRUE at install_data_hook := fix-kext-ownership
- subdir = lustre/osc
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -368,38 +353,22 @@ am__libosc_a_SOURCES_DIST = osc_request.c osc_create.c osc_internal.h \
- @LIBLUSTRE_TRUE@	libosc_a-osc_create.$(OBJEXT) \
- @LIBLUSTRE_TRUE@	libosc_a-cache.$(OBJEXT)
- libosc_a_OBJECTS = $(am_libosc_a_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at macos_PROGRAMS =
-- at DARWIN_FALSE@@MODULES_FALSE at macos_PROGRAMS =
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS = osc$(EXEEXT)
-- at DARWIN_TRUE@@MODULES_FALSE at macos_PROGRAMS =
--PROGRAMS = $(macos_PROGRAMS)
--
--am__osc_SOURCES_DIST = osc_create.c osc_request.c
-- at DARWIN_TRUE@@MODULES_TRUE at am_osc_OBJECTS = osc-osc_create.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	osc-osc_request.$(OBJEXT)
--osc_OBJECTS = $(am_osc_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at osc_DEPENDENCIES =
-- at DARWIN_FALSE@@MODULES_FALSE at osc_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_TRUE at osc_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_FALSE at osc_DEPENDENCIES =
- 
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
- @AMDEP_TRUE at DEP_FILES = ./$(DEPDIR)/libosc_a-cache.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/libosc_a-osc_create.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libosc_a-osc_request.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/osc-osc_create.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/osc-osc_request.Po
-+ at AMDEP_TRUE@	./$(DEPDIR)/libosc_a-osc_request.Po
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--DIST_SOURCES = $(am__libosc_a_SOURCES_DIST) $(am__osc_SOURCES_DIST)
--DATA = $(modulefs_DATA) $(plist_DATA)
-+DIST_SOURCES = $(am__libosc_a_SOURCES_DIST)
-+DATA = $(modulefs_DATA)
- 
- DIST_COMMON = $(srcdir)/autoMakefile.in Makefile.in autoMakefile.am
--SOURCES = $(libosc_a_SOURCES) $(osc_SOURCES)
-+SOURCES = $(libosc_a_SOURCES)
- 
- all: all-am
- 
-@@ -421,33 +390,6 @@ libosc.a: $(libosc_a_OBJECTS) $(libosc_a_DEPENDENCIES)
- 	-rm -f libosc.a
- 	$(libosc_a_AR) libosc.a $(libosc_a_OBJECTS) $(libosc_a_LIBADD)
- 	$(RANLIB) libosc.a
--macosPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--install-macosPROGRAMS: $(macos_PROGRAMS)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(macosdir)
--	@list='$(macos_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) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f"; \
--	   $(INSTALL_PROGRAM_ENV) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f || exit 1; \
--	  else :; fi; \
--	done
--
--uninstall-macosPROGRAMS:
--	@$(NORMAL_UNINSTALL)
--	@list='$(macos_PROGRAMS)'; for p in $$list; do \
--	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
--	  echo " rm -f $(DESTDIR)$(macosdir)/$$f"; \
--	  rm -f $(DESTDIR)$(macosdir)/$$f; \
--	done
--
--clean-macosPROGRAMS:
--	-test -z "$(macos_PROGRAMS)" || rm -f $(macos_PROGRAMS)
--osc$(EXEEXT): $(osc_OBJECTS) $(osc_DEPENDENCIES) 
--	@rm -f osc$(EXEEXT)
--	$(LINK) $(osc_LDFLAGS) $(osc_OBJECTS) $(osc_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT) core *.core
-@@ -458,8 +400,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libosc_a-cache.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libosc_a-osc_create.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libosc_a-osc_request.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/osc-osc_create.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/osc-osc_request.Po at am__quote@
- 
- .c.o:
- @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@@ -548,50 +488,6 @@ libosc_a-cache.obj: cache.c
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libosc_a-cache.Po' tmpdepfile='$(DEPDIR)/libosc_a-cache.TPo' @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libosc_a_CPPFLAGS) $(CPPFLAGS) $(libosc_a_CFLAGS) $(CFLAGS) -c -o libosc_a-cache.obj `if test -f 'cache.c'; then $(CYGPATH_W) 'cache.c'; else $(CYGPATH_W) '$(srcdir)/cache.c'; fi`
--
--osc-osc_create.o: osc_create.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(osc_CFLAGS) $(CFLAGS) -MT osc-osc_create.o -MD -MP -MF "$(DEPDIR)/osc-osc_create.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o osc-osc_create.o `test -f 'osc_create.c' || echo '$(srcdir)/'`osc_create.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/osc-osc_create.Tpo" "$(DEPDIR)/osc-osc_create.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/osc-osc_create.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='osc_create.c' object='osc-osc_create.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/osc-osc_create.Po' tmpdepfile='$(DEPDIR)/osc-osc_create.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(osc_CFLAGS) $(CFLAGS) -c -o osc-osc_create.o `test -f 'osc_create.c' || echo '$(srcdir)/'`osc_create.c
--
--osc-osc_create.obj: osc_create.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(osc_CFLAGS) $(CFLAGS) -MT osc-osc_create.obj -MD -MP -MF "$(DEPDIR)/osc-osc_create.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o osc-osc_create.obj `if test -f 'osc_create.c'; then $(CYGPATH_W) 'osc_create.c'; else $(CYGPATH_W) '$(srcdir)/osc_create.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/osc-osc_create.Tpo" "$(DEPDIR)/osc-osc_create.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/osc-osc_create.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='osc_create.c' object='osc-osc_create.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/osc-osc_create.Po' tmpdepfile='$(DEPDIR)/osc-osc_create.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(osc_CFLAGS) $(CFLAGS) -c -o osc-osc_create.obj `if test -f 'osc_create.c'; then $(CYGPATH_W) 'osc_create.c'; else $(CYGPATH_W) '$(srcdir)/osc_create.c'; fi`
--
--osc-osc_request.o: osc_request.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(osc_CFLAGS) $(CFLAGS) -MT osc-osc_request.o -MD -MP -MF "$(DEPDIR)/osc-osc_request.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o osc-osc_request.o `test -f 'osc_request.c' || echo '$(srcdir)/'`osc_request.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/osc-osc_request.Tpo" "$(DEPDIR)/osc-osc_request.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/osc-osc_request.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='osc_request.c' object='osc-osc_request.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/osc-osc_request.Po' tmpdepfile='$(DEPDIR)/osc-osc_request.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(osc_CFLAGS) $(CFLAGS) -c -o osc-osc_request.o `test -f 'osc_request.c' || echo '$(srcdir)/'`osc_request.c
--
--osc-osc_request.obj: osc_request.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(osc_CFLAGS) $(CFLAGS) -MT osc-osc_request.obj -MD -MP -MF "$(DEPDIR)/osc-osc_request.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o osc-osc_request.obj `if test -f 'osc_request.c'; then $(CYGPATH_W) 'osc_request.c'; else $(CYGPATH_W) '$(srcdir)/osc_request.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/osc-osc_request.Tpo" "$(DEPDIR)/osc-osc_request.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/osc-osc_request.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='osc_request.c' object='osc-osc_request.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/osc-osc_request.Po' tmpdepfile='$(DEPDIR)/osc-osc_request.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(osc_CFLAGS) $(CFLAGS) -c -o osc-osc_request.obj `if test -f 'osc_request.c'; then $(CYGPATH_W) 'osc_request.c'; else $(CYGPATH_W) '$(srcdir)/osc_request.c'; fi`
- uninstall-info-am:
- modulefsDATA_INSTALL = $(INSTALL_DATA)
- install-modulefsDATA: $(modulefs_DATA)
-@@ -611,24 +507,6 @@ uninstall-modulefsDATA:
- 	  echo " rm -f $(DESTDIR)$(modulefsdir)/$$f"; \
- 	  rm -f $(DESTDIR)$(modulefsdir)/$$f; \
- 	done
--plistDATA_INSTALL = $(INSTALL_DATA)
--install-plistDATA: $(plist_DATA)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(plistdir)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f"; \
--	  $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--uninstall-plistDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " rm -f $(DESTDIR)$(plistdir)/$$f"; \
--	  rm -f $(DESTDIR)$(plistdir)/$$f; \
--	done
- 
- ETAGS = etags
- ETAGSFLAGS =
-@@ -717,10 +595,10 @@ distdir: $(DISTFILES)
- 	done
- check-am: all-am
- check: check-am
--all-am: autoMakefile $(LIBRARIES) $(PROGRAMS) $(DATA)
-+all-am: autoMakefile $(LIBRARIES) $(DATA)
- 
- installdirs:
--	$(mkinstalldirs) $(DESTDIR)$(macosdir) $(DESTDIR)$(modulefsdir) $(DESTDIR)$(plistdir)
-+	$(mkinstalldirs) $(DESTDIR)$(modulefsdir)
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
-@@ -748,8 +626,7 @@ maintainer-clean-generic:
- 	@echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- 
--clean-am: clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	mostlyclean-am
-+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
- 
- distclean: distclean-am
- 	-rm -rf ./$(DEPDIR)
-@@ -765,8 +642,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-macosPROGRAMS install-modulefsDATA \
--	install-plistDATA
-+install-data-am: install-modulefsDATA
- 	@$(NORMAL_INSTALL)
- 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
- 
-@@ -795,23 +671,37 @@ ps: ps-am
- 
- ps-am:
- 
--uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+uninstall-am: uninstall-info-am uninstall-modulefsDATA
- 
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
--	clean-macosPROGRAMS clean-noinstLIBRARIES ctags distclean \
--	distclean-compile distclean-generic distclean-tags distdir dvi \
--	dvi-am info info-am install install-am install-data \
--	install-data-am install-exec install-exec-am install-info \
--	install-info-am install-macosPROGRAMS install-man \
--	install-modulefsDATA install-plistDATA install-strip \
--	installcheck installcheck-am installdirs maintainer-clean \
-+	clean-noinstLIBRARIES ctags distclean distclean-compile \
-+	distclean-generic distclean-tags distdir dvi dvi-am info \
-+	info-am install install-am install-data install-data-am \
-+	install-exec install-exec-am install-info install-info-am \
-+	install-man install-modulefsDATA install-strip 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-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+	uninstall-am uninstall-info-am uninstall-modulefsDATA
- 
- 
-+#if DARWIN
-+#macos_PROGRAMS := osc
-+#
-+#osc_SOURCES := \
-+#        osc_create.c \
-+#        osc_request.c
-+#
-+#osc_CFLAGS := $(EXTRA_KCFLAGS)
-+#osc_LDFLAGS := $(EXTRA_KLDFLAGS)
-+#osc_LDADD := $(EXTRA_KLIBS)
-+#
-+#plist_DATA := Info.plist
-+#
-+#install_data_hook := fix-kext-ownership
-+#
-+#endif # Darwin
-+
- install-data-hook: $(install_data_hook)
- # 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.
-diff --git a/lustre/ost/autoMakefile.in b/lustre/ost/autoMakefile.in
-index a602e18..b9e31af 100644
---- a/lustre/ost/autoMakefile.in
-+++ b/lustre/ost/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/ptlrpc/autoMakefile.in b/lustre/ptlrpc/autoMakefile.in
-index cb773c6..78a0411 100644
---- a/lustre/ptlrpc/autoMakefile.in
-+++ b/lustre/ptlrpc/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-@@ -358,38 +358,6 @@ COMMON_SOURCES = client.c recover.c connection.c niobuf.c pack_generic.c   \
- @LIBLUSTRE_TRUE at libptlrpc_a_CFLAGS = $(LLCFLAGS)
- 
- @LINUX_TRUE@@MODULES_TRUE at modulefs_DATA = ptlrpc$(KMODEXT)
--
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS := ptlrpc
--
-- at DARWIN_TRUE@@MODULES_TRUE at ptlrpc_SOURCES := \
-- at DARWIN_TRUE@@MODULES_TRUE@        ptlrpc_module.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        client.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        connection.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        events.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        import.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        llog_client.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        llog_net.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        llog_server.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        lproc_ptlrpc.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        niobuf.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        pack_generic.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        pers.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        pinger.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        ptlrpcd.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        recover.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        recov_thread.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        service.c \
-- at DARWIN_TRUE@@MODULES_TRUE@	wiretest.c \
-- at DARWIN_TRUE@@MODULES_TRUE@        $(LDLM_COMM_SOURCES)
--
--
-- at DARWIN_TRUE@@MODULES_TRUE at ptlrpc_CFLAGS := $(EXTRA_KCFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at ptlrpc_LDFLAGS := $(EXTRA_KLDFLAGS)
-- at DARWIN_TRUE@@MODULES_TRUE at ptlrpc_LDADD := $(EXTRA_KLIBS)
--
-- at DARWIN_TRUE@@MODULES_TRUE at plist_DATA := Info.plist
--
-- at DARWIN_TRUE@@MODULES_TRUE at install_data_hook := fix-kext-ownership
- subdir = lustre/ptlrpc
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -442,60 +410,6 @@ am__objects_2 = libptlrpc_a-client.$(OBJEXT) \
- 	libptlrpc_a-wiretest.$(OBJEXT) $(am__objects_1)
- @LIBLUSTRE_TRUE at am_libptlrpc_a_OBJECTS = $(am__objects_2)
- libptlrpc_a_OBJECTS = $(am_libptlrpc_a_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at macos_PROGRAMS =
-- at DARWIN_FALSE@@MODULES_FALSE at macos_PROGRAMS =
-- at DARWIN_TRUE@@MODULES_TRUE at macos_PROGRAMS = ptlrpc$(EXEEXT)
-- at DARWIN_TRUE@@MODULES_FALSE at macos_PROGRAMS =
--PROGRAMS = $(macos_PROGRAMS)
--
--am__ptlrpc_SOURCES_DIST = ptlrpc_module.c client.c connection.c events.c \
--	import.c llog_client.c llog_net.c llog_server.c lproc_ptlrpc.c \
--	niobuf.c pack_generic.c pers.c pinger.c ptlrpcd.c recover.c \
--	recov_thread.c service.c wiretest.c \
--	$(top_srcdir)/lustre/ldlm/l_lock.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_lock.c \
--	$(top_srcdir)/lustre/ldlm/interval_tree.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_resource.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_lib.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_plain.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_extent.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_request.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_lockd.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_internal.h \
--	$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_flock.c \
--	$(top_srcdir)/lustre/ldlm/ldlm_pool.c
--am__objects_3 = ptlrpc-l_lock.$(OBJEXT) ptlrpc-ldlm_lock.$(OBJEXT) \
--	ptlrpc-interval_tree.$(OBJEXT) ptlrpc-ldlm_resource.$(OBJEXT) \
--	ptlrpc-ldlm_lib.$(OBJEXT) ptlrpc-ldlm_plain.$(OBJEXT) \
--	ptlrpc-ldlm_extent.$(OBJEXT) ptlrpc-ldlm_request.$(OBJEXT) \
--	ptlrpc-ldlm_lockd.$(OBJEXT) ptlrpc-ldlm_inodebits.$(OBJEXT) \
--	ptlrpc-ldlm_flock.$(OBJEXT) ptlrpc-ldlm_pool.$(OBJEXT)
-- at DARWIN_TRUE@@MODULES_TRUE at am_ptlrpc_OBJECTS = \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-ptlrpc_module.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-client.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-connection.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-events.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-import.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-llog_client.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-llog_net.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-llog_server.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-lproc_ptlrpc.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-niobuf.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-pack_generic.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-pers.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-pinger.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-ptlrpcd.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-recover.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-recov_thread.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-service.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	ptlrpc-wiretest.$(OBJEXT) \
-- at DARWIN_TRUE@@MODULES_TRUE@	$(am__objects_3)
--ptlrpc_OBJECTS = $(am_ptlrpc_OBJECTS)
-- at DARWIN_FALSE@@MODULES_TRUE at ptlrpc_DEPENDENCIES =
-- at DARWIN_FALSE@@MODULES_FALSE at ptlrpc_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_TRUE at ptlrpc_DEPENDENCIES =
-- at DARWIN_TRUE@@MODULES_FALSE at ptlrpc_DEPENDENCIES =
- 
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
-@@ -529,47 +443,16 @@ am__depfiles_maybe = depfiles
- @AMDEP_TRUE@	./$(DEPDIR)/libptlrpc_a-recov_thread.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/libptlrpc_a-recover.Po \
- @AMDEP_TRUE@	./$(DEPDIR)/libptlrpc_a-service.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/libptlrpc_a-wiretest.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-client.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-connection.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-events.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-import.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-interval_tree.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-l_lock.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_extent.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_flock.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_inodebits.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_lib.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_lock.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_lockd.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_plain.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_pool.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_request.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ldlm_resource.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-llog_client.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-llog_net.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-llog_server.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-lproc_ptlrpc.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-niobuf.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-pack_generic.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-pers.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-pinger.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ptlrpc_module.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-ptlrpcd.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-recov_thread.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-recover.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-service.Po \
-- at AMDEP_TRUE@	./$(DEPDIR)/ptlrpc-wiretest.Po
-+ at AMDEP_TRUE@	./$(DEPDIR)/libptlrpc_a-wiretest.Po
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
--DIST_SOURCES = $(am__libptlrpc_a_SOURCES_DIST) \
--	$(am__ptlrpc_SOURCES_DIST)
--DATA = $(modulefs_DATA) $(plist_DATA)
-+DIST_SOURCES = $(am__libptlrpc_a_SOURCES_DIST)
-+DATA = $(modulefs_DATA)
- 
- DIST_COMMON = $(srcdir)/autoMakefile.in Makefile.in autoMakefile.am
--SOURCES = $(libptlrpc_a_SOURCES) $(ptlrpc_SOURCES)
-+SOURCES = $(libptlrpc_a_SOURCES)
- 
- all: all-am
- 
-@@ -591,33 +474,6 @@ libptlrpc.a: $(libptlrpc_a_OBJECTS) $(libptlrpc_a_DEPENDENCIES)
- 	-rm -f libptlrpc.a
- 	$(libptlrpc_a_AR) libptlrpc.a $(libptlrpc_a_OBJECTS) $(libptlrpc_a_LIBADD)
- 	$(RANLIB) libptlrpc.a
--macosPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
--install-macosPROGRAMS: $(macos_PROGRAMS)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(macosdir)
--	@list='$(macos_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) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f"; \
--	   $(INSTALL_PROGRAM_ENV) $(macosPROGRAMS_INSTALL) $$p $(DESTDIR)$(macosdir)/$$f || exit 1; \
--	  else :; fi; \
--	done
--
--uninstall-macosPROGRAMS:
--	@$(NORMAL_UNINSTALL)
--	@list='$(macos_PROGRAMS)'; for p in $$list; do \
--	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
--	  echo " rm -f $(DESTDIR)$(macosdir)/$$f"; \
--	  rm -f $(DESTDIR)$(macosdir)/$$f; \
--	done
--
--clean-macosPROGRAMS:
--	-test -z "$(macos_PROGRAMS)" || rm -f $(macos_PROGRAMS)
--ptlrpc$(EXEEXT): $(ptlrpc_OBJECTS) $(ptlrpc_DEPENDENCIES) 
--	@rm -f ptlrpc$(EXEEXT)
--	$(LINK) $(ptlrpc_LDFLAGS) $(ptlrpc_OBJECTS) $(ptlrpc_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT) core *.core
-@@ -655,36 +511,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libptlrpc_a-recover.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libptlrpc_a-service.Po at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libptlrpc_a-wiretest.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-client.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-connection.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-events.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-import.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-interval_tree.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-l_lock.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_extent.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_flock.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_inodebits.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_lib.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_lock.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_lockd.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_plain.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_pool.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_request.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ldlm_resource.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-llog_client.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-llog_net.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-llog_server.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-lproc_ptlrpc.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-niobuf.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-pack_generic.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-pers.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-pinger.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ptlrpc_module.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-ptlrpcd.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-recov_thread.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-recover.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-service.Po at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ptlrpc-wiretest.Po at am__quote@
- 
- .c.o:
- @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
-@@ -1367,666 +1193,6 @@ libptlrpc_a-ldlm_pool.obj: $(top_srcdir)/lustre/ldlm/ldlm_pool.c
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libptlrpc_a-ldlm_pool.Po' tmpdepfile='$(DEPDIR)/libptlrpc_a-ldlm_pool.TPo' @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libptlrpc_a_CPPFLAGS) $(CPPFLAGS) $(libptlrpc_a_CFLAGS) $(CFLAGS) -c -o libptlrpc_a-ldlm_pool.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_pool.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_pool.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_pool.c'; fi`
--
--ptlrpc-ptlrpc_module.o: ptlrpc_module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ptlrpc_module.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ptlrpc_module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ptlrpc_module.o `test -f 'ptlrpc_module.c' || echo '$(srcdir)/'`ptlrpc_module.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ptlrpc_module.Tpo" "$(DEPDIR)/ptlrpc-ptlrpc_module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ptlrpc_module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ptlrpc_module.c' object='ptlrpc-ptlrpc_module.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ptlrpc_module.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ptlrpc_module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ptlrpc_module.o `test -f 'ptlrpc_module.c' || echo '$(srcdir)/'`ptlrpc_module.c
--
--ptlrpc-ptlrpc_module.obj: ptlrpc_module.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ptlrpc_module.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ptlrpc_module.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ptlrpc_module.obj `if test -f 'ptlrpc_module.c'; then $(CYGPATH_W) 'ptlrpc_module.c'; else $(CYGPATH_W) '$(srcdir)/ptlrpc_module.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ptlrpc_module.Tpo" "$(DEPDIR)/ptlrpc-ptlrpc_module.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ptlrpc_module.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ptlrpc_module.c' object='ptlrpc-ptlrpc_module.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ptlrpc_module.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ptlrpc_module.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ptlrpc_module.obj `if test -f 'ptlrpc_module.c'; then $(CYGPATH_W) 'ptlrpc_module.c'; else $(CYGPATH_W) '$(srcdir)/ptlrpc_module.c'; fi`
--
--ptlrpc-client.o: client.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-client.o -MD -MP -MF "$(DEPDIR)/ptlrpc-client.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-client.o `test -f 'client.c' || echo '$(srcdir)/'`client.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-client.Tpo" "$(DEPDIR)/ptlrpc-client.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-client.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='client.c' object='ptlrpc-client.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-client.Po' tmpdepfile='$(DEPDIR)/ptlrpc-client.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-client.o `test -f 'client.c' || echo '$(srcdir)/'`client.c
--
--ptlrpc-client.obj: client.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-client.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-client.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-client.obj `if test -f 'client.c'; then $(CYGPATH_W) 'client.c'; else $(CYGPATH_W) '$(srcdir)/client.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-client.Tpo" "$(DEPDIR)/ptlrpc-client.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-client.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='client.c' object='ptlrpc-client.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-client.Po' tmpdepfile='$(DEPDIR)/ptlrpc-client.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-client.obj `if test -f 'client.c'; then $(CYGPATH_W) 'client.c'; else $(CYGPATH_W) '$(srcdir)/client.c'; fi`
--
--ptlrpc-connection.o: connection.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-connection.o -MD -MP -MF "$(DEPDIR)/ptlrpc-connection.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-connection.o `test -f 'connection.c' || echo '$(srcdir)/'`connection.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-connection.Tpo" "$(DEPDIR)/ptlrpc-connection.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-connection.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='connection.c' object='ptlrpc-connection.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-connection.Po' tmpdepfile='$(DEPDIR)/ptlrpc-connection.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-connection.o `test -f 'connection.c' || echo '$(srcdir)/'`connection.c
--
--ptlrpc-connection.obj: connection.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-connection.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-connection.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-connection.obj `if test -f 'connection.c'; then $(CYGPATH_W) 'connection.c'; else $(CYGPATH_W) '$(srcdir)/connection.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-connection.Tpo" "$(DEPDIR)/ptlrpc-connection.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-connection.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='connection.c' object='ptlrpc-connection.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-connection.Po' tmpdepfile='$(DEPDIR)/ptlrpc-connection.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-connection.obj `if test -f 'connection.c'; then $(CYGPATH_W) 'connection.c'; else $(CYGPATH_W) '$(srcdir)/connection.c'; fi`
--
--ptlrpc-events.o: events.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-events.o -MD -MP -MF "$(DEPDIR)/ptlrpc-events.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-events.o `test -f 'events.c' || echo '$(srcdir)/'`events.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-events.Tpo" "$(DEPDIR)/ptlrpc-events.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-events.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='events.c' object='ptlrpc-events.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-events.Po' tmpdepfile='$(DEPDIR)/ptlrpc-events.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-events.o `test -f 'events.c' || echo '$(srcdir)/'`events.c
--
--ptlrpc-events.obj: events.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-events.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-events.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-events.obj `if test -f 'events.c'; then $(CYGPATH_W) 'events.c'; else $(CYGPATH_W) '$(srcdir)/events.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-events.Tpo" "$(DEPDIR)/ptlrpc-events.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-events.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='events.c' object='ptlrpc-events.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-events.Po' tmpdepfile='$(DEPDIR)/ptlrpc-events.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-events.obj `if test -f 'events.c'; then $(CYGPATH_W) 'events.c'; else $(CYGPATH_W) '$(srcdir)/events.c'; fi`
--
--ptlrpc-import.o: import.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-import.o -MD -MP -MF "$(DEPDIR)/ptlrpc-import.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-import.o `test -f 'import.c' || echo '$(srcdir)/'`import.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-import.Tpo" "$(DEPDIR)/ptlrpc-import.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-import.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='import.c' object='ptlrpc-import.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-import.Po' tmpdepfile='$(DEPDIR)/ptlrpc-import.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-import.o `test -f 'import.c' || echo '$(srcdir)/'`import.c
--
--ptlrpc-import.obj: import.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-import.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-import.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-import.obj `if test -f 'import.c'; then $(CYGPATH_W) 'import.c'; else $(CYGPATH_W) '$(srcdir)/import.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-import.Tpo" "$(DEPDIR)/ptlrpc-import.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-import.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='import.c' object='ptlrpc-import.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-import.Po' tmpdepfile='$(DEPDIR)/ptlrpc-import.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-import.obj `if test -f 'import.c'; then $(CYGPATH_W) 'import.c'; else $(CYGPATH_W) '$(srcdir)/import.c'; fi`
--
--ptlrpc-llog_client.o: llog_client.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-llog_client.o -MD -MP -MF "$(DEPDIR)/ptlrpc-llog_client.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-llog_client.o `test -f 'llog_client.c' || echo '$(srcdir)/'`llog_client.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-llog_client.Tpo" "$(DEPDIR)/ptlrpc-llog_client.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-llog_client.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_client.c' object='ptlrpc-llog_client.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-llog_client.Po' tmpdepfile='$(DEPDIR)/ptlrpc-llog_client.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-llog_client.o `test -f 'llog_client.c' || echo '$(srcdir)/'`llog_client.c
--
--ptlrpc-llog_client.obj: llog_client.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-llog_client.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-llog_client.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-llog_client.obj `if test -f 'llog_client.c'; then $(CYGPATH_W) 'llog_client.c'; else $(CYGPATH_W) '$(srcdir)/llog_client.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-llog_client.Tpo" "$(DEPDIR)/ptlrpc-llog_client.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-llog_client.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_client.c' object='ptlrpc-llog_client.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-llog_client.Po' tmpdepfile='$(DEPDIR)/ptlrpc-llog_client.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-llog_client.obj `if test -f 'llog_client.c'; then $(CYGPATH_W) 'llog_client.c'; else $(CYGPATH_W) '$(srcdir)/llog_client.c'; fi`
--
--ptlrpc-llog_net.o: llog_net.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-llog_net.o -MD -MP -MF "$(DEPDIR)/ptlrpc-llog_net.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-llog_net.o `test -f 'llog_net.c' || echo '$(srcdir)/'`llog_net.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-llog_net.Tpo" "$(DEPDIR)/ptlrpc-llog_net.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-llog_net.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_net.c' object='ptlrpc-llog_net.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-llog_net.Po' tmpdepfile='$(DEPDIR)/ptlrpc-llog_net.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-llog_net.o `test -f 'llog_net.c' || echo '$(srcdir)/'`llog_net.c
--
--ptlrpc-llog_net.obj: llog_net.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-llog_net.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-llog_net.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-llog_net.obj `if test -f 'llog_net.c'; then $(CYGPATH_W) 'llog_net.c'; else $(CYGPATH_W) '$(srcdir)/llog_net.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-llog_net.Tpo" "$(DEPDIR)/ptlrpc-llog_net.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-llog_net.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_net.c' object='ptlrpc-llog_net.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-llog_net.Po' tmpdepfile='$(DEPDIR)/ptlrpc-llog_net.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-llog_net.obj `if test -f 'llog_net.c'; then $(CYGPATH_W) 'llog_net.c'; else $(CYGPATH_W) '$(srcdir)/llog_net.c'; fi`
--
--ptlrpc-llog_server.o: llog_server.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-llog_server.o -MD -MP -MF "$(DEPDIR)/ptlrpc-llog_server.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-llog_server.o `test -f 'llog_server.c' || echo '$(srcdir)/'`llog_server.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-llog_server.Tpo" "$(DEPDIR)/ptlrpc-llog_server.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-llog_server.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_server.c' object='ptlrpc-llog_server.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-llog_server.Po' tmpdepfile='$(DEPDIR)/ptlrpc-llog_server.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-llog_server.o `test -f 'llog_server.c' || echo '$(srcdir)/'`llog_server.c
--
--ptlrpc-llog_server.obj: llog_server.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-llog_server.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-llog_server.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-llog_server.obj `if test -f 'llog_server.c'; then $(CYGPATH_W) 'llog_server.c'; else $(CYGPATH_W) '$(srcdir)/llog_server.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-llog_server.Tpo" "$(DEPDIR)/ptlrpc-llog_server.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-llog_server.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='llog_server.c' object='ptlrpc-llog_server.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-llog_server.Po' tmpdepfile='$(DEPDIR)/ptlrpc-llog_server.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-llog_server.obj `if test -f 'llog_server.c'; then $(CYGPATH_W) 'llog_server.c'; else $(CYGPATH_W) '$(srcdir)/llog_server.c'; fi`
--
--ptlrpc-lproc_ptlrpc.o: lproc_ptlrpc.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-lproc_ptlrpc.o -MD -MP -MF "$(DEPDIR)/ptlrpc-lproc_ptlrpc.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-lproc_ptlrpc.o `test -f 'lproc_ptlrpc.c' || echo '$(srcdir)/'`lproc_ptlrpc.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-lproc_ptlrpc.Tpo" "$(DEPDIR)/ptlrpc-lproc_ptlrpc.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-lproc_ptlrpc.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lproc_ptlrpc.c' object='ptlrpc-lproc_ptlrpc.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-lproc_ptlrpc.Po' tmpdepfile='$(DEPDIR)/ptlrpc-lproc_ptlrpc.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-lproc_ptlrpc.o `test -f 'lproc_ptlrpc.c' || echo '$(srcdir)/'`lproc_ptlrpc.c
--
--ptlrpc-lproc_ptlrpc.obj: lproc_ptlrpc.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-lproc_ptlrpc.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-lproc_ptlrpc.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-lproc_ptlrpc.obj `if test -f 'lproc_ptlrpc.c'; then $(CYGPATH_W) 'lproc_ptlrpc.c'; else $(CYGPATH_W) '$(srcdir)/lproc_ptlrpc.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-lproc_ptlrpc.Tpo" "$(DEPDIR)/ptlrpc-lproc_ptlrpc.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-lproc_ptlrpc.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='lproc_ptlrpc.c' object='ptlrpc-lproc_ptlrpc.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-lproc_ptlrpc.Po' tmpdepfile='$(DEPDIR)/ptlrpc-lproc_ptlrpc.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-lproc_ptlrpc.obj `if test -f 'lproc_ptlrpc.c'; then $(CYGPATH_W) 'lproc_ptlrpc.c'; else $(CYGPATH_W) '$(srcdir)/lproc_ptlrpc.c'; fi`
--
--ptlrpc-niobuf.o: niobuf.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-niobuf.o -MD -MP -MF "$(DEPDIR)/ptlrpc-niobuf.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-niobuf.o `test -f 'niobuf.c' || echo '$(srcdir)/'`niobuf.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-niobuf.Tpo" "$(DEPDIR)/ptlrpc-niobuf.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-niobuf.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='niobuf.c' object='ptlrpc-niobuf.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-niobuf.Po' tmpdepfile='$(DEPDIR)/ptlrpc-niobuf.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-niobuf.o `test -f 'niobuf.c' || echo '$(srcdir)/'`niobuf.c
--
--ptlrpc-niobuf.obj: niobuf.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-niobuf.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-niobuf.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-niobuf.obj `if test -f 'niobuf.c'; then $(CYGPATH_W) 'niobuf.c'; else $(CYGPATH_W) '$(srcdir)/niobuf.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-niobuf.Tpo" "$(DEPDIR)/ptlrpc-niobuf.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-niobuf.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='niobuf.c' object='ptlrpc-niobuf.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-niobuf.Po' tmpdepfile='$(DEPDIR)/ptlrpc-niobuf.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-niobuf.obj `if test -f 'niobuf.c'; then $(CYGPATH_W) 'niobuf.c'; else $(CYGPATH_W) '$(srcdir)/niobuf.c'; fi`
--
--ptlrpc-pack_generic.o: pack_generic.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-pack_generic.o -MD -MP -MF "$(DEPDIR)/ptlrpc-pack_generic.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-pack_generic.o `test -f 'pack_generic.c' || echo '$(srcdir)/'`pack_generic.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-pack_generic.Tpo" "$(DEPDIR)/ptlrpc-pack_generic.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-pack_generic.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pack_generic.c' object='ptlrpc-pack_generic.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-pack_generic.Po' tmpdepfile='$(DEPDIR)/ptlrpc-pack_generic.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-pack_generic.o `test -f 'pack_generic.c' || echo '$(srcdir)/'`pack_generic.c
--
--ptlrpc-pack_generic.obj: pack_generic.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-pack_generic.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-pack_generic.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-pack_generic.obj `if test -f 'pack_generic.c'; then $(CYGPATH_W) 'pack_generic.c'; else $(CYGPATH_W) '$(srcdir)/pack_generic.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-pack_generic.Tpo" "$(DEPDIR)/ptlrpc-pack_generic.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-pack_generic.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pack_generic.c' object='ptlrpc-pack_generic.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-pack_generic.Po' tmpdepfile='$(DEPDIR)/ptlrpc-pack_generic.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-pack_generic.obj `if test -f 'pack_generic.c'; then $(CYGPATH_W) 'pack_generic.c'; else $(CYGPATH_W) '$(srcdir)/pack_generic.c'; fi`
--
--ptlrpc-pers.o: pers.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-pers.o -MD -MP -MF "$(DEPDIR)/ptlrpc-pers.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-pers.o `test -f 'pers.c' || echo '$(srcdir)/'`pers.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-pers.Tpo" "$(DEPDIR)/ptlrpc-pers.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-pers.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pers.c' object='ptlrpc-pers.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-pers.Po' tmpdepfile='$(DEPDIR)/ptlrpc-pers.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-pers.o `test -f 'pers.c' || echo '$(srcdir)/'`pers.c
--
--ptlrpc-pers.obj: pers.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-pers.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-pers.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-pers.obj `if test -f 'pers.c'; then $(CYGPATH_W) 'pers.c'; else $(CYGPATH_W) '$(srcdir)/pers.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-pers.Tpo" "$(DEPDIR)/ptlrpc-pers.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-pers.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pers.c' object='ptlrpc-pers.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-pers.Po' tmpdepfile='$(DEPDIR)/ptlrpc-pers.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-pers.obj `if test -f 'pers.c'; then $(CYGPATH_W) 'pers.c'; else $(CYGPATH_W) '$(srcdir)/pers.c'; fi`
--
--ptlrpc-pinger.o: pinger.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-pinger.o -MD -MP -MF "$(DEPDIR)/ptlrpc-pinger.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-pinger.o `test -f 'pinger.c' || echo '$(srcdir)/'`pinger.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-pinger.Tpo" "$(DEPDIR)/ptlrpc-pinger.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-pinger.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pinger.c' object='ptlrpc-pinger.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-pinger.Po' tmpdepfile='$(DEPDIR)/ptlrpc-pinger.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-pinger.o `test -f 'pinger.c' || echo '$(srcdir)/'`pinger.c
--
--ptlrpc-pinger.obj: pinger.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-pinger.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-pinger.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-pinger.obj `if test -f 'pinger.c'; then $(CYGPATH_W) 'pinger.c'; else $(CYGPATH_W) '$(srcdir)/pinger.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-pinger.Tpo" "$(DEPDIR)/ptlrpc-pinger.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-pinger.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='pinger.c' object='ptlrpc-pinger.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-pinger.Po' tmpdepfile='$(DEPDIR)/ptlrpc-pinger.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-pinger.obj `if test -f 'pinger.c'; then $(CYGPATH_W) 'pinger.c'; else $(CYGPATH_W) '$(srcdir)/pinger.c'; fi`
--
--ptlrpc-ptlrpcd.o: ptlrpcd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ptlrpcd.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ptlrpcd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ptlrpcd.o `test -f 'ptlrpcd.c' || echo '$(srcdir)/'`ptlrpcd.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ptlrpcd.Tpo" "$(DEPDIR)/ptlrpc-ptlrpcd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ptlrpcd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ptlrpcd.c' object='ptlrpc-ptlrpcd.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ptlrpcd.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ptlrpcd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ptlrpcd.o `test -f 'ptlrpcd.c' || echo '$(srcdir)/'`ptlrpcd.c
--
--ptlrpc-ptlrpcd.obj: ptlrpcd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ptlrpcd.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ptlrpcd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ptlrpcd.obj `if test -f 'ptlrpcd.c'; then $(CYGPATH_W) 'ptlrpcd.c'; else $(CYGPATH_W) '$(srcdir)/ptlrpcd.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ptlrpcd.Tpo" "$(DEPDIR)/ptlrpc-ptlrpcd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ptlrpcd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ptlrpcd.c' object='ptlrpc-ptlrpcd.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ptlrpcd.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ptlrpcd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ptlrpcd.obj `if test -f 'ptlrpcd.c'; then $(CYGPATH_W) 'ptlrpcd.c'; else $(CYGPATH_W) '$(srcdir)/ptlrpcd.c'; fi`
--
--ptlrpc-recover.o: recover.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-recover.o -MD -MP -MF "$(DEPDIR)/ptlrpc-recover.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-recover.o `test -f 'recover.c' || echo '$(srcdir)/'`recover.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-recover.Tpo" "$(DEPDIR)/ptlrpc-recover.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-recover.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='recover.c' object='ptlrpc-recover.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-recover.Po' tmpdepfile='$(DEPDIR)/ptlrpc-recover.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-recover.o `test -f 'recover.c' || echo '$(srcdir)/'`recover.c
--
--ptlrpc-recover.obj: recover.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-recover.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-recover.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-recover.obj `if test -f 'recover.c'; then $(CYGPATH_W) 'recover.c'; else $(CYGPATH_W) '$(srcdir)/recover.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-recover.Tpo" "$(DEPDIR)/ptlrpc-recover.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-recover.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='recover.c' object='ptlrpc-recover.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-recover.Po' tmpdepfile='$(DEPDIR)/ptlrpc-recover.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-recover.obj `if test -f 'recover.c'; then $(CYGPATH_W) 'recover.c'; else $(CYGPATH_W) '$(srcdir)/recover.c'; fi`
--
--ptlrpc-recov_thread.o: recov_thread.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-recov_thread.o -MD -MP -MF "$(DEPDIR)/ptlrpc-recov_thread.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-recov_thread.o `test -f 'recov_thread.c' || echo '$(srcdir)/'`recov_thread.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-recov_thread.Tpo" "$(DEPDIR)/ptlrpc-recov_thread.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-recov_thread.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='recov_thread.c' object='ptlrpc-recov_thread.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-recov_thread.Po' tmpdepfile='$(DEPDIR)/ptlrpc-recov_thread.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-recov_thread.o `test -f 'recov_thread.c' || echo '$(srcdir)/'`recov_thread.c
--
--ptlrpc-recov_thread.obj: recov_thread.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-recov_thread.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-recov_thread.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-recov_thread.obj `if test -f 'recov_thread.c'; then $(CYGPATH_W) 'recov_thread.c'; else $(CYGPATH_W) '$(srcdir)/recov_thread.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-recov_thread.Tpo" "$(DEPDIR)/ptlrpc-recov_thread.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-recov_thread.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='recov_thread.c' object='ptlrpc-recov_thread.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-recov_thread.Po' tmpdepfile='$(DEPDIR)/ptlrpc-recov_thread.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-recov_thread.obj `if test -f 'recov_thread.c'; then $(CYGPATH_W) 'recov_thread.c'; else $(CYGPATH_W) '$(srcdir)/recov_thread.c'; fi`
--
--ptlrpc-service.o: service.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-service.o -MD -MP -MF "$(DEPDIR)/ptlrpc-service.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-service.o `test -f 'service.c' || echo '$(srcdir)/'`service.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-service.Tpo" "$(DEPDIR)/ptlrpc-service.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-service.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='service.c' object='ptlrpc-service.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-service.Po' tmpdepfile='$(DEPDIR)/ptlrpc-service.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-service.o `test -f 'service.c' || echo '$(srcdir)/'`service.c
--
--ptlrpc-service.obj: service.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-service.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-service.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-service.obj `if test -f 'service.c'; then $(CYGPATH_W) 'service.c'; else $(CYGPATH_W) '$(srcdir)/service.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-service.Tpo" "$(DEPDIR)/ptlrpc-service.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-service.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='service.c' object='ptlrpc-service.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-service.Po' tmpdepfile='$(DEPDIR)/ptlrpc-service.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-service.obj `if test -f 'service.c'; then $(CYGPATH_W) 'service.c'; else $(CYGPATH_W) '$(srcdir)/service.c'; fi`
--
--ptlrpc-wiretest.o: wiretest.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-wiretest.o -MD -MP -MF "$(DEPDIR)/ptlrpc-wiretest.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-wiretest.o `test -f 'wiretest.c' || echo '$(srcdir)/'`wiretest.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-wiretest.Tpo" "$(DEPDIR)/ptlrpc-wiretest.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-wiretest.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='wiretest.c' object='ptlrpc-wiretest.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-wiretest.Po' tmpdepfile='$(DEPDIR)/ptlrpc-wiretest.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-wiretest.o `test -f 'wiretest.c' || echo '$(srcdir)/'`wiretest.c
--
--ptlrpc-wiretest.obj: wiretest.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-wiretest.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-wiretest.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-wiretest.obj `if test -f 'wiretest.c'; then $(CYGPATH_W) 'wiretest.c'; else $(CYGPATH_W) '$(srcdir)/wiretest.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-wiretest.Tpo" "$(DEPDIR)/ptlrpc-wiretest.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-wiretest.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='wiretest.c' object='ptlrpc-wiretest.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-wiretest.Po' tmpdepfile='$(DEPDIR)/ptlrpc-wiretest.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-wiretest.obj `if test -f 'wiretest.c'; then $(CYGPATH_W) 'wiretest.c'; else $(CYGPATH_W) '$(srcdir)/wiretest.c'; fi`
--
--ptlrpc-l_lock.o: $(top_srcdir)/lustre/ldlm/l_lock.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-l_lock.o -MD -MP -MF "$(DEPDIR)/ptlrpc-l_lock.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-l_lock.o `test -f '$(top_srcdir)/lustre/ldlm/l_lock.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/l_lock.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-l_lock.Tpo" "$(DEPDIR)/ptlrpc-l_lock.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-l_lock.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/l_lock.c' object='ptlrpc-l_lock.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-l_lock.Po' tmpdepfile='$(DEPDIR)/ptlrpc-l_lock.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-l_lock.o `test -f '$(top_srcdir)/lustre/ldlm/l_lock.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/l_lock.c
--
--ptlrpc-l_lock.obj: $(top_srcdir)/lustre/ldlm/l_lock.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-l_lock.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-l_lock.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-l_lock.obj `if test -f '$(top_srcdir)/lustre/ldlm/l_lock.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/l_lock.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/l_lock.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-l_lock.Tpo" "$(DEPDIR)/ptlrpc-l_lock.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-l_lock.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/l_lock.c' object='ptlrpc-l_lock.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-l_lock.Po' tmpdepfile='$(DEPDIR)/ptlrpc-l_lock.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-l_lock.obj `if test -f '$(top_srcdir)/lustre/ldlm/l_lock.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/l_lock.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/l_lock.c'; fi`
--
--ptlrpc-ldlm_lock.o: $(top_srcdir)/lustre/ldlm/ldlm_lock.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_lock.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_lock.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_lock.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_lock.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_lock.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_lock.Tpo" "$(DEPDIR)/ptlrpc-ldlm_lock.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_lock.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_lock.c' object='ptlrpc-ldlm_lock.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_lock.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_lock.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_lock.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_lock.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_lock.c
--
--ptlrpc-ldlm_lock.obj: $(top_srcdir)/lustre/ldlm/ldlm_lock.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_lock.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_lock.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_lock.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_lock.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_lock.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_lock.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_lock.Tpo" "$(DEPDIR)/ptlrpc-ldlm_lock.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_lock.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_lock.c' object='ptlrpc-ldlm_lock.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_lock.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_lock.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_lock.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_lock.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_lock.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_lock.c'; fi`
--
--ptlrpc-interval_tree.o: $(top_srcdir)/lustre/ldlm/interval_tree.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-interval_tree.o -MD -MP -MF "$(DEPDIR)/ptlrpc-interval_tree.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-interval_tree.o `test -f '$(top_srcdir)/lustre/ldlm/interval_tree.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/interval_tree.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-interval_tree.Tpo" "$(DEPDIR)/ptlrpc-interval_tree.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-interval_tree.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/interval_tree.c' object='ptlrpc-interval_tree.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-interval_tree.Po' tmpdepfile='$(DEPDIR)/ptlrpc-interval_tree.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-interval_tree.o `test -f '$(top_srcdir)/lustre/ldlm/interval_tree.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/interval_tree.c
--
--ptlrpc-interval_tree.obj: $(top_srcdir)/lustre/ldlm/interval_tree.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-interval_tree.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-interval_tree.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-interval_tree.obj `if test -f '$(top_srcdir)/lustre/ldlm/interval_tree.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/interval_tree.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/interval_tree.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-interval_tree.Tpo" "$(DEPDIR)/ptlrpc-interval_tree.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-interval_tree.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/interval_tree.c' object='ptlrpc-interval_tree.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-interval_tree.Po' tmpdepfile='$(DEPDIR)/ptlrpc-interval_tree.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-interval_tree.obj `if test -f '$(top_srcdir)/lustre/ldlm/interval_tree.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/interval_tree.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/interval_tree.c'; fi`
--
--ptlrpc-ldlm_resource.o: $(top_srcdir)/lustre/ldlm/ldlm_resource.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_resource.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_resource.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_resource.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_resource.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_resource.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_resource.Tpo" "$(DEPDIR)/ptlrpc-ldlm_resource.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_resource.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_resource.c' object='ptlrpc-ldlm_resource.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_resource.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_resource.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_resource.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_resource.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_resource.c
--
--ptlrpc-ldlm_resource.obj: $(top_srcdir)/lustre/ldlm/ldlm_resource.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_resource.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_resource.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_resource.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_resource.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_resource.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_resource.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_resource.Tpo" "$(DEPDIR)/ptlrpc-ldlm_resource.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_resource.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_resource.c' object='ptlrpc-ldlm_resource.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_resource.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_resource.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_resource.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_resource.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_resource.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_resource.c'; fi`
--
--ptlrpc-ldlm_lib.o: $(top_srcdir)/lustre/ldlm/ldlm_lib.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_lib.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_lib.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_lib.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_lib.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_lib.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_lib.Tpo" "$(DEPDIR)/ptlrpc-ldlm_lib.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_lib.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_lib.c' object='ptlrpc-ldlm_lib.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_lib.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_lib.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_lib.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_lib.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_lib.c
--
--ptlrpc-ldlm_lib.obj: $(top_srcdir)/lustre/ldlm/ldlm_lib.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_lib.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_lib.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_lib.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_lib.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_lib.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_lib.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_lib.Tpo" "$(DEPDIR)/ptlrpc-ldlm_lib.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_lib.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_lib.c' object='ptlrpc-ldlm_lib.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_lib.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_lib.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_lib.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_lib.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_lib.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_lib.c'; fi`
--
--ptlrpc-ldlm_plain.o: $(top_srcdir)/lustre/ldlm/ldlm_plain.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_plain.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_plain.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_plain.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_plain.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_plain.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_plain.Tpo" "$(DEPDIR)/ptlrpc-ldlm_plain.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_plain.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_plain.c' object='ptlrpc-ldlm_plain.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_plain.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_plain.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_plain.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_plain.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_plain.c
--
--ptlrpc-ldlm_plain.obj: $(top_srcdir)/lustre/ldlm/ldlm_plain.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_plain.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_plain.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_plain.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_plain.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_plain.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_plain.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_plain.Tpo" "$(DEPDIR)/ptlrpc-ldlm_plain.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_plain.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_plain.c' object='ptlrpc-ldlm_plain.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_plain.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_plain.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_plain.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_plain.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_plain.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_plain.c'; fi`
--
--ptlrpc-ldlm_extent.o: $(top_srcdir)/lustre/ldlm/ldlm_extent.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_extent.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_extent.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_extent.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_extent.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_extent.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_extent.Tpo" "$(DEPDIR)/ptlrpc-ldlm_extent.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_extent.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_extent.c' object='ptlrpc-ldlm_extent.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_extent.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_extent.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_extent.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_extent.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_extent.c
--
--ptlrpc-ldlm_extent.obj: $(top_srcdir)/lustre/ldlm/ldlm_extent.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_extent.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_extent.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_extent.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_extent.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_extent.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_extent.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_extent.Tpo" "$(DEPDIR)/ptlrpc-ldlm_extent.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_extent.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_extent.c' object='ptlrpc-ldlm_extent.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_extent.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_extent.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_extent.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_extent.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_extent.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_extent.c'; fi`
--
--ptlrpc-ldlm_request.o: $(top_srcdir)/lustre/ldlm/ldlm_request.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_request.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_request.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_request.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_request.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_request.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_request.Tpo" "$(DEPDIR)/ptlrpc-ldlm_request.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_request.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_request.c' object='ptlrpc-ldlm_request.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_request.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_request.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_request.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_request.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_request.c
--
--ptlrpc-ldlm_request.obj: $(top_srcdir)/lustre/ldlm/ldlm_request.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_request.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_request.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_request.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_request.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_request.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_request.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_request.Tpo" "$(DEPDIR)/ptlrpc-ldlm_request.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_request.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_request.c' object='ptlrpc-ldlm_request.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_request.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_request.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_request.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_request.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_request.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_request.c'; fi`
--
--ptlrpc-ldlm_lockd.o: $(top_srcdir)/lustre/ldlm/ldlm_lockd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_lockd.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_lockd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_lockd.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_lockd.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_lockd.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_lockd.Tpo" "$(DEPDIR)/ptlrpc-ldlm_lockd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_lockd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_lockd.c' object='ptlrpc-ldlm_lockd.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_lockd.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_lockd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_lockd.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_lockd.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_lockd.c
--
--ptlrpc-ldlm_lockd.obj: $(top_srcdir)/lustre/ldlm/ldlm_lockd.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_lockd.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_lockd.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_lockd.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_lockd.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_lockd.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_lockd.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_lockd.Tpo" "$(DEPDIR)/ptlrpc-ldlm_lockd.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_lockd.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_lockd.c' object='ptlrpc-ldlm_lockd.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_lockd.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_lockd.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_lockd.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_lockd.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_lockd.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_lockd.c'; fi`
--
--ptlrpc-ldlm_inodebits.o: $(top_srcdir)/lustre/ldlm/ldlm_inodebits.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_inodebits.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_inodebits.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_inodebits.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_inodebits.Tpo" "$(DEPDIR)/ptlrpc-ldlm_inodebits.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_inodebits.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c' object='ptlrpc-ldlm_inodebits.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_inodebits.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_inodebits.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_inodebits.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c
--
--ptlrpc-ldlm_inodebits.obj: $(top_srcdir)/lustre/ldlm/ldlm_inodebits.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_inodebits.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_inodebits.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_inodebits.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_inodebits.Tpo" "$(DEPDIR)/ptlrpc-ldlm_inodebits.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_inodebits.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c' object='ptlrpc-ldlm_inodebits.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_inodebits.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_inodebits.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_inodebits.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_inodebits.c'; fi`
--
--ptlrpc-ldlm_flock.o: $(top_srcdir)/lustre/ldlm/ldlm_flock.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_flock.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_flock.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_flock.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_flock.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_flock.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_flock.Tpo" "$(DEPDIR)/ptlrpc-ldlm_flock.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_flock.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_flock.c' object='ptlrpc-ldlm_flock.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_flock.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_flock.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_flock.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_flock.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_flock.c
--
--ptlrpc-ldlm_flock.obj: $(top_srcdir)/lustre/ldlm/ldlm_flock.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_flock.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_flock.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_flock.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_flock.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_flock.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_flock.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_flock.Tpo" "$(DEPDIR)/ptlrpc-ldlm_flock.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_flock.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_flock.c' object='ptlrpc-ldlm_flock.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_flock.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_flock.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_flock.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_flock.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_flock.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_flock.c'; fi`
--
--ptlrpc-ldlm_pool.o: $(top_srcdir)/lustre/ldlm/ldlm_pool.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_pool.o -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_pool.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_pool.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_pool.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_pool.c; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_pool.Tpo" "$(DEPDIR)/ptlrpc-ldlm_pool.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_pool.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_pool.c' object='ptlrpc-ldlm_pool.o' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_pool.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_pool.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_pool.o `test -f '$(top_srcdir)/lustre/ldlm/ldlm_pool.c' || echo '$(srcdir)/'`$(top_srcdir)/lustre/ldlm/ldlm_pool.c
--
--ptlrpc-ldlm_pool.obj: $(top_srcdir)/lustre/ldlm/ldlm_pool.c
-- at am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -MT ptlrpc-ldlm_pool.obj -MD -MP -MF "$(DEPDIR)/ptlrpc-ldlm_pool.Tpo" \
-- at am__fastdepCC_TRUE@	  -c -o ptlrpc-ldlm_pool.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_pool.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_pool.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_pool.c'; fi`; \
-- at am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/ptlrpc-ldlm_pool.Tpo" "$(DEPDIR)/ptlrpc-ldlm_pool.Po"; \
-- at am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/ptlrpc-ldlm_pool.Tpo"; exit 1; \
-- at am__fastdepCC_TRUE@	fi
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(top_srcdir)/lustre/ldlm/ldlm_pool.c' object='ptlrpc-ldlm_pool.obj' libtool=no @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/ptlrpc-ldlm_pool.Po' tmpdepfile='$(DEPDIR)/ptlrpc-ldlm_pool.TPo' @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ptlrpc_CFLAGS) $(CFLAGS) -c -o ptlrpc-ldlm_pool.obj `if test -f '$(top_srcdir)/lustre/ldlm/ldlm_pool.c'; then $(CYGPATH_W) '$(top_srcdir)/lustre/ldlm/ldlm_pool.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lustre/ldlm/ldlm_pool.c'; fi`
- uninstall-info-am:
- modulefsDATA_INSTALL = $(INSTALL_DATA)
- install-modulefsDATA: $(modulefs_DATA)
-@@ -2046,24 +1212,6 @@ uninstall-modulefsDATA:
- 	  echo " rm -f $(DESTDIR)$(modulefsdir)/$$f"; \
- 	  rm -f $(DESTDIR)$(modulefsdir)/$$f; \
- 	done
--plistDATA_INSTALL = $(INSTALL_DATA)
--install-plistDATA: $(plist_DATA)
--	@$(NORMAL_INSTALL)
--	$(mkinstalldirs) $(DESTDIR)$(plistdir)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f"; \
--	  $(plistDATA_INSTALL) $$d$$p $(DESTDIR)$(plistdir)/$$f; \
--	done
--
--uninstall-plistDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(plist_DATA)'; for p in $$list; do \
--	  f="`echo $$p | sed -e 's|^.*/||'`"; \
--	  echo " rm -f $(DESTDIR)$(plistdir)/$$f"; \
--	  rm -f $(DESTDIR)$(plistdir)/$$f; \
--	done
- 
- ETAGS = etags
- ETAGSFLAGS =
-@@ -2152,10 +1300,10 @@ distdir: $(DISTFILES)
- 	done
- check-am: all-am
- check: check-am
--all-am: autoMakefile $(LIBRARIES) $(PROGRAMS) $(DATA)
-+all-am: autoMakefile $(LIBRARIES) $(DATA)
- 
- installdirs:
--	$(mkinstalldirs) $(DESTDIR)$(macosdir) $(DESTDIR)$(modulefsdir) $(DESTDIR)$(plistdir)
-+	$(mkinstalldirs) $(DESTDIR)$(modulefsdir)
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
-@@ -2183,8 +1331,7 @@ maintainer-clean-generic:
- 	@echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- 
--clean-am: clean-generic clean-macosPROGRAMS clean-noinstLIBRARIES \
--	mostlyclean-am
-+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
- 
- distclean: distclean-am
- 	-rm -rf ./$(DEPDIR)
-@@ -2200,8 +1347,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-macosPROGRAMS install-modulefsDATA \
--	install-plistDATA
-+install-data-am: install-modulefsDATA
- 	@$(NORMAL_INSTALL)
- 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
- 
-@@ -2230,23 +1376,54 @@ ps: ps-am
- 
- ps-am:
- 
--uninstall-am: uninstall-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+uninstall-am: uninstall-info-am uninstall-modulefsDATA
- 
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
--	clean-macosPROGRAMS clean-noinstLIBRARIES ctags distclean \
--	distclean-compile distclean-generic distclean-tags distdir dvi \
--	dvi-am info info-am install install-am install-data \
--	install-data-am install-exec install-exec-am install-info \
--	install-info-am install-macosPROGRAMS install-man \
--	install-modulefsDATA install-plistDATA install-strip \
--	installcheck installcheck-am installdirs maintainer-clean \
-+	clean-noinstLIBRARIES ctags distclean distclean-compile \
-+	distclean-generic distclean-tags distdir dvi dvi-am info \
-+	info-am install install-am install-data install-data-am \
-+	install-exec install-exec-am install-info install-info-am \
-+	install-man install-modulefsDATA install-strip 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-info-am uninstall-macosPROGRAMS \
--	uninstall-modulefsDATA uninstall-plistDATA
-+	uninstall-am uninstall-info-am uninstall-modulefsDATA
- 
- 
-+#if DARWIN
-+#macos_PROGRAMS := ptlrpc
-+#
-+#ptlrpc_SOURCES := \
-+#        ptlrpc_module.c \
-+#        client.c \
-+#        connection.c \
-+#        events.c \
-+#        import.c \
-+#        llog_client.c \
-+#        llog_net.c \
-+#        llog_server.c \
-+#        lproc_ptlrpc.c \
-+#        niobuf.c \
-+#        pack_generic.c \
-+#        pers.c \
-+#        pinger.c \
-+#        ptlrpcd.c \
-+#        recover.c \
-+#        recov_thread.c \
-+#        service.c \
-+#	wiretest.c \
-+#        $(LDLM_COMM_SOURCES)
-+#
-+#ptlrpc_CFLAGS := $(EXTRA_KCFLAGS)
-+#ptlrpc_LDFLAGS := $(EXTRA_KLDFLAGS)
-+#ptlrpc_LDADD := $(EXTRA_KLIBS)
-+#
-+#plist_DATA := Info.plist
-+#
-+#install_data_hook := fix-kext-ownership
-+#
-+#endif # DARWIN
-+
- install-data-hook: $(install_data_hook)
- # 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.
-diff --git a/lustre/quota/autoMakefile.in b/lustre/quota/autoMakefile.in
-index b68a932..7fa0481 100644
---- a/lustre/quota/autoMakefile.in
-+++ b/lustre/quota/autoMakefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -277,8 +276,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -292,8 +289,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -301,26 +300,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/scripts/Makefile.in b/lustre/scripts/Makefile.in
-index 3d3cf9f..763c28f 100644
---- a/lustre/scripts/Makefile.in
-+++ b/lustre/scripts/Makefile.in
-@@ -155,12 +155,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -276,8 +275,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -291,8 +288,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -300,26 +299,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/tests/Makefile.in b/lustre/tests/Makefile.in
-index 1baf9c6..4de8082 100644
---- a/lustre/tests/Makefile.in
-+++ b/lustre/tests/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/tests/mpi/Makefile.in b/lustre/tests/mpi/Makefile.in
-index 215e6e5..2fc6821 100644
---- a/lustre/tests/mpi/Makefile.in
-+++ b/lustre/tests/mpi/Makefile.in
-@@ -120,12 +120,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -241,8 +240,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -256,8 +253,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -265,26 +264,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/lustre/utils/Makefile.in b/lustre/utils/Makefile.in
-index 91c485b..ce0065b 100644
---- a/lustre/utils/Makefile.in
-+++ b/lustre/utils/Makefile.in
-@@ -122,12 +122,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -243,8 +242,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -258,8 +255,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -267,26 +266,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/snmp/Makefile.in b/snmp/Makefile.in
-index da0ee2d..1b1139c 100644
---- a/snmp/Makefile.in
-+++ b/snmp/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
-diff --git a/snmp/autoconf/Makefile.in b/snmp/autoconf/Makefile.in
-index c11749f..eda2058 100644
---- a/snmp/autoconf/Makefile.in
-+++ b/snmp/autoconf/Makefile.in
-@@ -119,12 +119,11 @@ EXEEXT = @EXEEXT@
- EXT2FS_DEVEL_FALSE = @EXT2FS_DEVEL_FALSE@
- EXT2FS_DEVEL_TRUE = @EXT2FS_DEVEL_TRUE@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
--EXTRA_KLDFLAGS = @EXTRA_KLDFLAGS@
--EXTRA_KLIBS = @EXTRA_KLIBS@
- EXTRA_LNET_INCLUDE = @EXTRA_LNET_INCLUDE@
- GMCPPFLAGS = @GMCPPFLAGS@
- GMLIBS = @GMLIBS@
- GMLND = @GMLND@
-+GREP = @GREP@
- IIBCPPFLAGS = @IIBCPPFLAGS@
- IIBLND = @IIBLND@
- INCLUDE_RULES = @INCLUDE_RULES@
-@@ -240,8 +239,6 @@ ZFS_SUBDIR = @ZFS_SUBDIR@
- ZLIB = @ZLIB@
- ac_configure_args = @ac_configure_args@
- ac_ct_CC = @ac_ct_CC@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- agentdir = @agentdir@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-@@ -255,8 +252,10 @@ build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
-+dvidir = @dvidir@
- enable_uoss = @enable_uoss@
- exec_prefix = @exec_prefix@
- host = @host@
-@@ -264,26 +263,27 @@ host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
--kextdir = @kextdir@
- lb_target_os = @lb_target_os@
- libdir = @libdir@
- libexecdir = @libexecdir@
- linux25 = @linux25@
-+localedir = @localedir@
- localstatedir = @localstatedir@
--macosdir = @macosdir@
- mandir = @mandir@
- mibdir = @mibdir@
- moduledir = @moduledir@
- modulefsdir = @modulefsdir@
- modulenetdir = @modulenetdir@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- pkgexampledir = @pkgexampledir@
--plistdir = @plistdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- rootsbindir = @rootsbindir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
diff --git a/debian/patches/bio_errors.dpatch b/debian/patches/bio_errors.dpatch
deleted file mode 100755
index 7f409a5..0000000
--- a/debian/patches/bio_errors.dpatch
+++ /dev/null
@@ -1,1038 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## bio_errors.dpatch by Patrick Winnertz <winnie at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: fix various errors when compiling the kernel module on 2.6.24.
-
- at DPATCH@
-diff -urNad lustre~/lustre/autoconf/lustre-core.m4 lustre/lustre/autoconf/lustre-core.m4
---- lustre~/lustre/autoconf/lustre-core.m4	2009-06-05 13:46:25.000000000 +0200
-+++ lustre/lustre/autoconf/lustre-core.m4	2009-06-05 13:50:38.000000000 +0200
-@@ -1390,6 +1390,63 @@
- ])
- ])
- 
-+# 2.6.24 has bio_endio with 2 args
-+AC_DEFUN([LC_BIO_ENDIO_2ARG],
-+[AC_MSG_CHECKING([if kernel has bio_endio with 2 args])
-+LB_LINUX_TRY_COMPILE([
-+        #include <linux/bio.h>
-+],[
-+        bio_endio(NULL, 0);
-+], [
-+        AC_MSG_RESULT([yes])
-+        AC_DEFINE(HAVE_BIO_ENDIO_2ARG, 1,
-+                [if kernel has bio_endio with 2 args])
-+],[
-+        AC_MSG_RESULT([no])
-+])
-+])
-+
-+# 2.6.23 change .sendfile to .splice_read
-+# RHEL4 (-92 kernel) have both sendfile and .splice_read API
-+AC_DEFUN([LC_KERNEL_SENDFILE],
-+[AC_MSG_CHECKING([if kernel has .sendfile])
-+LB_LINUX_TRY_COMPILE([
-+        #include <linux/fs.h>
-+],[
-+        struct file_operations file;
-+
-+        file.sendfile = NULL;
-+], [
-+        AC_MSG_RESULT([yes])
-+        AC_DEFINE(HAVE_KERNEL_SENDFILE, 1,
-+                [kernel has .sendfile])
-+],[
-+        AC_MSG_RESULT([no])
-+])
-+])
-+
-+# 2.6.24 has new members in exports struct.
-+AC_DEFUN([LC_FH_TO_DENTRY],
-+[AC_MSG_CHECKING([if kernel has .fh_to_dentry member in export_operations struct])
-+LB_LINUX_TRY_COMPILE([
-+#ifdef HAVE_LINUX_EXPORTFS_H
-+        #include <linux/exportfs.h>
-+#else
-+        #include <linux/fs.h>
-+#endif
-+],[
-+        struct export_operations exp;
-+
-+        exp.fh_to_dentry   = NULL;
-+], [
-+        AC_MSG_RESULT([yes])
-+        AC_DEFINE(HAVE_FH_TO_DENTRY, 1,
-+                [kernel has .fh_to_dentry member in export_operations struct])
-+],[
-+        AC_MSG_RESULT([no])
-+])
-+])
-+
- #
- # LC_PROG_LINUX
- #
-@@ -1503,6 +1560,10 @@
-           LC_UNREGISTER_BLKDEV_RETURN_INT
-           LC_KERNEL_SPLICE_READ
-           LC_HAVE_EXPORTFS_H
-+       	LC_BIO_ENDIO_2ARG
-+	LC_KERNEL_SENDFILE
-+	LC_FH_TO_DENTRY
-+
- ])
- 
- #
-diff -urNad lustre~/lustre/include/linux/lustre_compat25.h lustre/lustre/include/linux/lustre_compat25.h
---- lustre~/lustre/include/linux/lustre_compat25.h	2009-06-05 13:46:25.000000000 +0200
-+++ lustre/lustre/include/linux/lustre_compat25.h	2009-06-05 13:46:26.000000000 +0200
-@@ -472,5 +472,13 @@
- #define	sysctl_vfs_cache_pressure	100
- #endif
- 
-+#ifdef HAVE_BIO_ENDIO_2ARG
-+#define cfs_bio_io_error(a,b)   bio_io_error((a))
-+#define cfs_bio_endio(a,b,c)    bio_endio((a),(c))
-+#else
-+#define cfs_bio_io_error(a,b)   bio_io_error((a),(b))
-+#define cfs_bio_endio(a,b,c)    bio_endio((a),(b),(c))
-+#endif
-+
- #endif /* __KERNEL__ */
- #endif /* _COMPAT25_H */
-diff -urNad lustre~/lustre/llite/file.c lustre/lustre/llite/file.c
---- lustre~/lustre/llite/file.c	2009-06-05 13:46:25.000000000 +0200
-+++ lustre/lustre/llite/file.c	2009-06-05 13:46:26.000000000 +0200
-@@ -1858,6 +1858,9 @@
- #endif
- }
- 
-+
-+
-+#ifdef HAVE_KERNEL_SENDFILE
- /*
-  * Send file content (through pagecache) somewhere with helper
-  */
-@@ -1953,6 +1956,7 @@
-         ll_tree_unlock(&tree);
-         RETURN(retval);
- }
-+#endif
- 
- static int ll_lov_recreate_obj(struct inode *inode, struct file *file,
-                                unsigned long arg)
-@@ -3262,7 +3266,9 @@
-         .release        = ll_file_release,
-         .mmap           = ll_file_mmap,
-         .llseek         = ll_file_seek,
-+#ifdef HAVE_KERNEL_SENDFILE
-         .sendfile       = ll_file_sendfile,
-+#endif
-         .fsync          = ll_fsync,
- };
- 
-@@ -3284,7 +3290,9 @@
-         .release        = ll_file_release,
-         .mmap           = ll_file_mmap,
-         .llseek         = ll_file_seek,
-+#ifdef HAVE_KERNEL_SENDFILE
-         .sendfile       = ll_file_sendfile,
-+#endif
-         .fsync          = ll_fsync,
- #ifdef HAVE_F_OP_FLOCK
-         .flock          = ll_file_flock,
-@@ -3311,7 +3319,9 @@
-         .release        = ll_file_release,
-         .mmap           = ll_file_mmap,
-         .llseek         = ll_file_seek,
-+#ifdef HAVE_KERNEL_SENDFILE
-         .sendfile       = ll_file_sendfile,
-+#endif
-         .fsync          = ll_fsync,
- #ifdef HAVE_F_OP_FLOCK
-         .flock          = ll_file_noflock,
-diff -urNad lustre~/lustre/llite/llite_nfs.c lustre/lustre/llite/llite_nfs.c
---- lustre~/lustre/llite/llite_nfs.c	2009-06-02 11:38:20.000000000 +0200
-+++ lustre/lustre/llite/llite_nfs.c	2009-06-05 13:46:26.000000000 +0200
-@@ -68,36 +68,30 @@
- }
- 
- static struct inode * search_inode_for_lustre(struct super_block *sb,
--                                              unsigned long ino,
--                                              unsigned long generation,
--                                              int mode)
-+                                              struct ll_fid *iid)
- {
-         struct ptlrpc_request *req = NULL;
-         struct ll_sb_info *sbi = ll_s2sbi(sb);
--        struct ll_fid fid;
-         unsigned long valid = 0;
-         int eadatalen = 0, rc;
-         struct inode *inode = NULL;
--        struct ll_fid iid = { .id = ino, .generation = generation };
-         ENTRY;
- 
--        inode = ILOOKUP(sb, ino, ll_nfs_test_inode, &iid);
-+        inode = ILOOKUP(sb, iid->id, ll_nfs_test_inode, iid);
- 
-         if (inode)
-                 RETURN(inode);
--        if (S_ISREG(mode)) {
--                rc = ll_get_max_mdsize(sbi, &eadatalen);
--                if (rc) 
--                        RETURN(ERR_PTR(rc));
--                valid |= OBD_MD_FLEASIZE;
--        }
--        fid.id = (__u64)ino;
--        fid.generation = generation;
--        fid.f_type = mode;
- 
--        rc = mdc_getattr(sbi->ll_mdc_exp, &fid, valid, eadatalen, &req);
-+        rc = ll_get_max_mdsize(sbi, &eadatalen);
-+        if (rc)
-+                RETURN(ERR_PTR(rc));
-+
-+        valid |= OBD_MD_FLEASIZE;
-+
-+        /* mds_fid2dentry is ignore f_type */
-+        rc = mdc_getattr(sbi->ll_mdc_exp, iid, valid, eadatalen, &req);
-         if (rc) {
--                CERROR("failure %d inode %lu\n", rc, ino);
-+                CERROR("failure %d inode "LPU64"\n", rc, iid->id);
-                 RETURN(ERR_PTR(rc));
-         }
- 
-@@ -111,27 +105,27 @@
-         RETURN(inode);
- }
- 
--static struct dentry *ll_iget_for_nfs(struct super_block *sb, unsigned long ino,
--                                      __u32 generation, umode_t mode)
-+static struct dentry *ll_iget_for_nfs(struct super_block *sb,
-+                                      struct ll_fid *iid)
- {
-         struct inode *inode;
-         struct dentry *result;
-         ENTRY;
- 
--        if (ino == 0)
-+        if (iid->id == 0)
-                 RETURN(ERR_PTR(-ESTALE));
- 
--        inode = search_inode_for_lustre(sb, ino, generation, mode);
--        if (IS_ERR(inode)) {
-+        inode = search_inode_for_lustre(sb, iid);
-+        if (IS_ERR(inode))
-                 RETURN(ERR_PTR(PTR_ERR(inode)));
--        }
-+
-         if (is_bad_inode(inode) ||
--            (generation && inode->i_generation != generation)){
-+            (iid->generation && inode->i_generation != iid->generation)) {
-                 /* we didn't find the right inode.. */
-                 CERROR("Inode %lu, Bad count: %lu %d or version  %u %u\n",
-                        inode->i_ino, (unsigned long)inode->i_nlink,
-                        atomic_read(&inode->i_count), inode->i_generation,
--                       generation);
-+                       iid->generation);
-                 iput(inode);
-                 RETURN(ERR_PTR(-ESTALE));
-         }
-@@ -146,57 +140,102 @@
-         RETURN(result);
- }
- 
--struct dentry *ll_fh_to_dentry(struct super_block *sb, __u32 *data, int len,
--                               int fhtype, int parent)
-+#define LUSTRE_NFS_FID                0x94
-+
-+struct lustre_nfs_fid {
-+        struct ll_fid   child;
-+        struct ll_fid   parent;
-+        umode_t         mode;
-+};
-+
-+/* The return value is file handle type:
-+ * 1 -- contains child file handle;
-+ * 2 -- contains child file handle and parent file handle;
-+ * 255 -- error.
-+ */
-+static int ll_encode_fh(struct dentry *de, __u32 *fh, int *plen,
-+                        int connectable)
- {
--        switch (fhtype) {
--                case 2:
--                        if (len < 5)
--                                break;
--                        if (parent)
--                                return ll_iget_for_nfs(sb, data[3], 0, data[4]);
--                case 1:
--                        if (len < 3)
--                                break;
--                        if (parent)
--                                break;
--                        return ll_iget_for_nfs(sb, data[0], data[1], data[2]);
--                default: break;
--        }
--        return ERR_PTR(-EINVAL);
-+        struct inode *inode = de->d_inode;
-+        struct inode *parent = de->d_parent->d_inode;
-+        struct lustre_nfs_fid *nfs_fid = (void *)fh;
-+        ENTRY;
-+
-+        CDEBUG(D_INFO, "encoding for (%lu) maxlen=%d minlen=%u\n",
-+              inode->i_ino, *plen,
-+              (int)sizeof(struct lustre_nfs_fid));
-+
-+        if (*plen < sizeof(struct lustre_nfs_fid))
-+                RETURN(255);
-+
-+        ll_inode2fid(&nfs_fid->child, inode);
-+        ll_inode2fid(&nfs_fid->parent, parent);
-+
-+        nfs_fid->mode = (S_IFMT & inode->i_mode);
-+        *plen = sizeof(struct lustre_nfs_fid);
-+
-+        RETURN(LUSTRE_NFS_FID);
- }
- 
--int ll_dentry_to_fh(struct dentry *dentry, __u32 *datap, int *lenp,
--                    int need_parent)
-+#ifdef HAVE_FH_TO_DENTRY
-+static struct dentry *ll_fh_to_dentry(struct super_block *sb, struct fid *fid,
-+                                      int fh_len, int fh_type)
- {
--        if (*lenp < 3)
--                return 255;
--        *datap++ = dentry->d_inode->i_ino;
--        *datap++ = dentry->d_inode->i_generation;
--        *datap++ = (__u32)(S_IFMT & dentry->d_inode->i_mode);
-+        struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid *)fid;
- 
--        if (*lenp == 3 || S_ISDIR(dentry->d_inode->i_mode)) {
--                *lenp = 3;
--                return 1;
--        }
--        if (dentry->d_parent) {
--                *datap++ = dentry->d_parent->d_inode->i_ino;
--                *datap++ = (__u32)(S_IFMT & dentry->d_parent->d_inode->i_mode);
-+        if (fh_type != LUSTRE_NFS_FID)
-+                RETURN(ERR_PTR(-EINVAL));
- 
--                *lenp = 5;
--                return 2;
--        }
--        *lenp = 3;
--        return 1;
-+        RETURN(ll_iget_for_nfs(sb, &nfs_fid->child));
-+}
-+static struct dentry *ll_fh_to_parent(struct super_block *sb, struct fid *fid,
-+                                      int fh_len, int fh_type)
-+{
-+        struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid *)fid;
-+
-+        if (fh_type != LUSTRE_NFS_FID)
-+                RETURN(ERR_PTR(-EINVAL));
-+        RETURN(ll_iget_for_nfs(sb, &nfs_fid->parent));
- }
- 
--#if THREAD_SIZE >= 8192
-+#else
-+/*
-+ * This length is counted as amount of __u32,
-+ *  It is composed of a fid and a mode
-+ */
-+static struct dentry *ll_decode_fh(struct super_block *sb, __u32 *fh, int fh_len,
-+                                     int fh_type,
-+                                     int (*acceptable)(void *, struct dentry *),
-+                                     void *context)
-+{
-+        struct lustre_nfs_fid *nfs_fid = (void *)fh;
-+        struct dentry *entry;
-+        ENTRY;
-+
-+        CDEBUG(D_INFO, "decoding for "LPU64" fh_len=%d fh_type=%x\n",
-+                nfs_fid->child.id, fh_len, fh_type);
-+
-+        if (fh_type != LUSTRE_NFS_FID)
-+                  RETURN(ERR_PTR(-ESTALE));
-+
-+        entry = sb->s_export_op->find_exported_dentry(sb, &nfs_fid->child,
-+                                                      &nfs_fid->parent,
-+                                                      acceptable, context);
-+        RETURN(entry);
-+}
-+
-+
- struct dentry *ll_get_dentry(struct super_block *sb, void *data)
- {
--        __u32 *inump = (__u32*)data;
--        return ll_iget_for_nfs(sb, inump[0], inump[1], S_IFREG);
-+        struct lustre_nfs_fid *fid = data;
-+        ENTRY;
-+
-+        RETURN(ll_iget_for_nfs(sb, &fid->child));
-+
- }
- 
-+#endif
-+
- struct dentry *ll_get_parent(struct dentry *dchild)
- {
-         struct ptlrpc_request *req = NULL;
-@@ -208,11 +247,11 @@
-         char dotdot[] = "..";
-         int  rc = 0;
-         ENTRY;
--        
-+
-         LASSERT(dir && S_ISDIR(dir->i_mode));
--        
--        sbi = ll_s2sbi(dir->i_sb);       
-- 
-+
-+        sbi = ll_s2sbi(dir->i_sb);
-+
-         fid.id = (__u64)dir->i_ino;
-         fid.generation = dir->i_generation;
-         fid.f_type = S_IFDIR;
-@@ -223,11 +262,12 @@
-                 CERROR("failure %d inode %lu get parent\n", rc, dir->i_ino);
-                 return ERR_PTR(rc);
-         }
--        body = lustre_msg_buf(req->rq_repmsg, REPLY_REC_OFF, sizeof (*body)); 
--       
-+        body = lustre_msg_buf(req->rq_repmsg, REPLY_REC_OFF, sizeof (*body));
-+
-         LASSERT((body->valid & OBD_MD_FLGENER) && (body->valid & OBD_MD_FLID));
--        
--        result = ll_iget_for_nfs(dir->i_sb, body->ino, body->generation, S_IFDIR);
-+        fid.id = body->ino;
-+        fid.generation = body->generation;
-+        result = ll_iget_for_nfs(dir->i_sb, &fid);
- 
-         if (IS_ERR(result))
-                 rc = PTR_ERR(result);
-@@ -236,10 +276,18 @@
-         if (rc)
-                 return ERR_PTR(rc);
-         RETURN(result);
--} 
-+}
- 
-+
-+#if THREAD_SIZE >= 8192
- struct export_operations lustre_export_operations = {
--       .get_parent = ll_get_parent,
--       .get_dentry = ll_get_dentry, 
-+        .encode_fh  = ll_encode_fh,
-+#ifdef HAVE_FH_TO_DENTRY
-+        .fh_to_dentry = ll_fh_to_dentry,
-+        .fh_to_parent = ll_fh_to_parent,
-+#else
-+        .get_dentry = ll_get_dentry,
-+        .decode_fh  = ll_decode_fh,
-+#endif
- };
- #endif
-diff -urNad lustre~/lustre/llite/llite_nfs.c.orig lustre/lustre/llite/llite_nfs.c.orig
---- lustre~/lustre/llite/llite_nfs.c.orig	1970-01-01 01:00:00.000000000 +0100
-+++ lustre/lustre/llite/llite_nfs.c.orig	2009-06-05 13:46:26.000000000 +0200
-@@ -0,0 +1,286 @@
-+/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
-+ * vim:expandtab:shiftwidth=8:tabstop=8:
-+ *
-+ * GPL HEADER START
-+ *
-+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 only,
-+ * as published by the Free Software Foundation.
-+ *
-+ * 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 version 2 for more details (a copy is included
-+ * in the LICENSE file that accompanied this code).
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * version 2 along with this program; If not, see
-+ * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
-+ *
-+ * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
-+ * CA 95054 USA or visit www.sun.com if you need additional information or
-+ * have any questions.
-+ *
-+ * GPL HEADER END
-+ */
-+/*
-+ * Copyright  2008 Sun Microsystems, Inc. All rights reserved
-+ * Use is subject to license terms.
-+ */
-+/*
-+ * This file is part of Lustre, http://www.lustre.org/
-+ * Lustre is a trademark of Sun Microsystems, Inc.
-+ *
-+ * lustre/llite/llite_nfs.c
-+ *
-+ * NFS export of Lustre Light File System
-+ */
-+
-+#define DEBUG_SUBSYSTEM S_LLITE
-+#include <lustre_lite.h>
-+#include "llite_internal.h"
-+#ifdef HAVE_LINUX_EXPORTFS_H
-+#include <linux/exportfs.h>
-+#endif
-+
-+__u32 get_uuid2int(const char *name, int len)
-+{
-+        __u32 key0 = 0x12a3fe2d, key1 = 0x37abe8f9;
-+        while (len--) {
-+                __u32 key = key1 + (key0 ^ (*name++ * 7152373));
-+                if (key & 0x80000000) key -= 0x7fffffff;
-+                key1 = key0;
-+                key0 = key;
-+        }
-+        return (key0 << 1);
-+}
-+
-+static int ll_nfs_test_inode(struct inode *inode, void *opaque)
-+{
-+        struct ll_fid *iid = opaque;
-+
-+        if (inode->i_ino == iid->id && inode->i_generation == iid->generation)
-+                return 1;
-+
-+        return 0;
-+}
-+
-+static struct inode * search_inode_for_lustre(struct super_block *sb,
-+                                              unsigned long ino,
-+                                              unsigned long generation,
-+                                              int mode)
-+{
-+        struct ptlrpc_request *req = NULL;
-+        struct ll_sb_info *sbi = ll_s2sbi(sb);
-+        struct ll_fid fid;
-+        unsigned long valid = 0;
-+        int eadatalen = 0, rc;
-+        struct inode *inode = NULL;
-+        struct ll_fid iid = { .id = ino, .generation = generation };
-+        ENTRY;
-+
-+        inode = ILOOKUP(sb, ino, ll_nfs_test_inode, &iid);
-+
-+        if (inode)
-+                RETURN(inode);
-+        if (S_ISREG(mode)) {
-+                rc = ll_get_max_mdsize(sbi, &eadatalen);
-+                if (rc) 
-+                        RETURN(ERR_PTR(rc));
-+                valid |= OBD_MD_FLEASIZE;
-+        }
-+        fid.id = (__u64)ino;
-+        fid.generation = generation;
-+        fid.f_type = mode;
-+
-+        rc = mdc_getattr(sbi->ll_mdc_exp, &fid, valid, eadatalen, &req);
-+        if (rc) {
-+                CERROR("failure %d inode %lu\n", rc, ino);
-+                RETURN(ERR_PTR(rc));
-+        }
-+
-+        rc = ll_prep_inode(sbi->ll_osc_exp, &inode, req, REPLY_REC_OFF, sb);
-+        if (rc) {
-+                ptlrpc_req_finished(req);
-+                RETURN(ERR_PTR(rc));
-+        }
-+        ptlrpc_req_finished(req);
-+
-+        RETURN(inode);
-+}
-+
-+static struct dentry *ll_iget_for_nfs(struct super_block *sb, unsigned long ino,
-+                                      __u32 generation, umode_t mode)
-+{
-+        struct inode *inode;
-+        struct dentry *result;
-+        ENTRY;
-+
-+        if (ino == 0)
-+                RETURN(ERR_PTR(-ESTALE));
-+
-+        inode = search_inode_for_lustre(sb, ino, generation, mode);
-+        if (IS_ERR(inode)) {
-+                RETURN(ERR_PTR(PTR_ERR(inode)));
-+        }
-+        if (is_bad_inode(inode) ||
-+            (generation && inode->i_generation != generation)){
-+                /* we didn't find the right inode.. */
-+                CERROR("Inode %lu, Bad count: %lu %d or version  %u %u\n",
-+                       inode->i_ino, (unsigned long)inode->i_nlink,
-+                       atomic_read(&inode->i_count), inode->i_generation,
-+                       generation);
-+                iput(inode);
-+                RETURN(ERR_PTR(-ESTALE));
-+        }
-+
-+        result = d_alloc_anon(inode);
-+        if (!result) {
-+                iput(inode);
-+                RETURN(ERR_PTR(-ENOMEM));
-+        }
-+        ll_dops_init(result, 1);
-+
-+        RETURN(result);
-+}
-+
-+#define LUSTRE_NFS_FID 0x94
-+
-+struct lustre_nfs_fid {
-+	struct ll_fid child;
-+	struct ll_fid parent;
-+	umode_t       mode;
-+};
-+
-+static int ll_encode_fh(struct dentry *de, __u32 *fh, int *plen, int connectable)
-+{
-+	struct inode *inode = de->d_inode;
-+	struct inode *parent = de->d_parent->d_inode;
-+	struct lustre_nfs_fid *nfs_fid = (void *)fh;
-+	ENTRY;
-+
-+	CDEBUG(D_INFO, "encoding for (%lu) maxlen=%d minlen=%u\n",
-+			inode->i_ino, *plen, (int)sizeof(struct lustre_nfs_fid));
-+
-+	if (*plen < sizeof(struct lustre_nfs_fid))
-+		RETURN(255);
-+
-+	ll_inode2fid(&nfs_fid->child, inode);
-+	ll_inode2fid(&nfs_fid->parent, inode);
-+
-+	nfs_fid->mode = (S_IFMT  & inode->i_mode);
-+	*plen = sizeof(struct lustre_nfs_fid);
-+
-+	RETURN(LUSTRE_NFS_FID);
-+}
-+
-+#ifdef HAVE_FH_TO_DENTRY
-+struct dentry *ll_fh_to_dentry(struct super_block *sb, struct fid *fid,
-+                               int fh_len int fh_type)
-+{
-+	struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid*)fid;
-+
-+	if (fh_type != LUSTRE_NFS_FID)
-+		RETURN(ERR_PTR(-EINVAL));
-+	RETURN(ll_iget_for_nfs(sb, &nfs_fid->child));
-+}
-+
-+static struct dentry *ll_fh_to_parent(struct super_block *sb, struct fid *fid,
-+					int fh_len, int fh_type)
-+{
-+	struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid*)fid;
-+
-+	if (fh_type != LUSTRE_NFS_FID)
-+		RETURN(ERR_PTR(-EINVAL));
-+	RETURN(ll_iget_for_nfs(sb, &nfs_fid->parent));
-+}
-+
-+#else
-+
-+static struct dentry *ll_decode_fh(struct super_block *sb, __u32 *fh, int fh_len,
-+					int fh_type,
-+					int (*acceptable)(void *, struct dentry *),
-+					void *context)
-+{
-+	struct lustre_nfs_fid *nfs_fid = (void *)fh;
-+	struct dentry *entry;
-+	ENTRY;
-+
-+	CDEBUG(D_INFO, "decoding for "LPU64" fh_len=%d fh_type=%x\n",
-+		nfs_fid->child.id,fh_len,fh_type);
-+
-+	if (fh_type != LUSTRE_NFS_FID)
-+		RETURN(ERR_PTR(-ESTALE));
-+
-+	entry = sb->s_export_op->find_exported_dentry(sb, &nfs_fid->child,
-+							&nfs_fid->parent,
-+							acceptable, context);
-+	RETURN(entry);
-+}
-+
-+struct dentry *ll_get_dentry(struct super_block *sb, void *data)
-+{
-+	struct lustre_nfs_fid *fid = data;
-+	ENTRY;
-+	
-+	RETURN(ll_iget_for_nfs(sb, &fid->child));
-+}
-+
-+#endif
-+
-+struct dentry *ll_get_parent(struct dentry *dchild)
-+{
-+        struct ptlrpc_request *req = NULL;
-+        struct inode *dir = dchild->d_inode;
-+        struct ll_sb_info *sbi;
-+        struct dentry *result = NULL;
-+        struct ll_fid fid;
-+        struct mds_body *body;
-+        char dotdot[] = "..";
-+        int  rc = 0;
-+        ENTRY;
-+        
-+        LASSERT(dir && S_ISDIR(dir->i_mode));
-+        
-+        sbi = ll_s2sbi(dir->i_sb);       
-+ 
-+        fid.id = (__u64)dir->i_ino;
-+        fid.generation = dir->i_generation;
-+        fid.f_type = S_IFDIR;
-+
-+        rc = mdc_getattr_name(sbi->ll_mdc_exp, &fid, dotdot, strlen(dotdot) + 1,
-+                              0, 0, &req);
-+        if (rc) {
-+                CERROR("failure %d inode %lu get parent\n", rc, dir->i_ino);
-+                return ERR_PTR(rc);
-+        }
-+        body = lustre_msg_buf(req->rq_repmsg, REPLY_REC_OFF, sizeof (*body)); 
-+
-+        LASSERT((body->valid & OBD_MD_FLGENER) && (body->valid & OBD_MD_FLID));
-+	fid.id = body->ino;
-+	fid.generation = body->generation;
-+	result = ll_iget_for_nfs(dir->i_sb, &fid);
-+
-+        if (IS_ERR(result))
-+                rc = PTR_ERR(result);
-+
-+        ptlrpc_req_finished(req);
-+        if (rc)
-+                return ERR_PTR(rc);
-+        RETURN(result);
-+} 
-+
-+#if THREAD_SIZE >= 8192
-+struct export_operations lustre_export_operations = {
-+	.encode_fh = ll_encode_fh,
-+#ifdef HAVE_FH_TO_DENTRY
-+       .fh_to_dentry = ll_fh_to_dentry,
-+       .fh_to_parent = ll_fh_to_parent,
-+#else
-+	.decode_fh  = ll_decode_fh,
-+	.get_dentry = ll_get_dentry,
-+#endif
-+};
-+#endif
-diff -urNad lustre~/lustre/llite/llite_nfs.c~ lustre/lustre/llite/llite_nfs.c~
---- lustre~/lustre/llite/llite_nfs.c~	1970-01-01 01:00:00.000000000 +0100
-+++ lustre/lustre/llite/llite_nfs.c~	2009-06-05 13:46:26.000000000 +0200
-@@ -0,0 +1,286 @@
-+/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
-+ * vim:expandtab:shiftwidth=8:tabstop=8:
-+ *
-+ * GPL HEADER START
-+ *
-+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-+ *
-+ * This program is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License version 2 only,
-+ * as published by the Free Software Foundation.
-+ *
-+ * 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 version 2 for more details (a copy is included
-+ * in the LICENSE file that accompanied this code).
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * version 2 along with this program; If not, see
-+ * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
-+ *
-+ * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
-+ * CA 95054 USA or visit www.sun.com if you need additional information or
-+ * have any questions.
-+ *
-+ * GPL HEADER END
-+ */
-+/*
-+ * Copyright  2008 Sun Microsystems, Inc. All rights reserved
-+ * Use is subject to license terms.
-+ */
-+/*
-+ * This file is part of Lustre, http://www.lustre.org/
-+ * Lustre is a trademark of Sun Microsystems, Inc.
-+ *
-+ * lustre/llite/llite_nfs.c
-+ *
-+ * NFS export of Lustre Light File System
-+ */
-+
-+#define DEBUG_SUBSYSTEM S_LLITE
-+#include <lustre_lite.h>
-+#include "llite_internal.h"
-+#ifdef HAVE_LINUX_EXPORTFS_H
-+#include <linux/exportfs.h>
-+#endif
-+
-+__u32 get_uuid2int(const char *name, int len)
-+{
-+        __u32 key0 = 0x12a3fe2d, key1 = 0x37abe8f9;
-+        while (len--) {
-+                __u32 key = key1 + (key0 ^ (*name++ * 7152373));
-+                if (key & 0x80000000) key -= 0x7fffffff;
-+                key1 = key0;
-+                key0 = key;
-+        }
-+        return (key0 << 1);
-+}
-+
-+static int ll_nfs_test_inode(struct inode *inode, void *opaque)
-+{
-+        struct ll_fid *iid = opaque;
-+
-+        if (inode->i_ino == iid->id && inode->i_generation == iid->generation)
-+                return 1;
-+
-+        return 0;
-+}
-+
-+static struct inode * search_inode_for_lustre(struct super_block *sb,
-+                                              unsigned long ino,
-+                                              unsigned long generation,
-+                                              int mode)
-+{
-+        struct ptlrpc_request *req = NULL;
-+        struct ll_sb_info *sbi = ll_s2sbi(sb);
-+        struct ll_fid fid;
-+        unsigned long valid = 0;
-+        int eadatalen = 0, rc;
-+        struct inode *inode = NULL;
-+        struct ll_fid iid = { .id = ino, .generation = generation };
-+        ENTRY;
-+
-+        inode = ILOOKUP(sb, ino, ll_nfs_test_inode, &iid);
-+
-+        if (inode)
-+                RETURN(inode);
-+        if (S_ISREG(mode)) {
-+                rc = ll_get_max_mdsize(sbi, &eadatalen);
-+                if (rc) 
-+                        RETURN(ERR_PTR(rc));
-+                valid |= OBD_MD_FLEASIZE;
-+        }
-+        fid.id = (__u64)ino;
-+        fid.generation = generation;
-+        fid.f_type = mode;
-+
-+        rc = mdc_getattr(sbi->ll_mdc_exp, &fid, valid, eadatalen, &req);
-+        if (rc) {
-+                CERROR("failure %d inode %lu\n", rc, ino);
-+                RETURN(ERR_PTR(rc));
-+        }
-+
-+        rc = ll_prep_inode(sbi->ll_osc_exp, &inode, req, REPLY_REC_OFF, sb);
-+        if (rc) {
-+                ptlrpc_req_finished(req);
-+                RETURN(ERR_PTR(rc));
-+        }
-+        ptlrpc_req_finished(req);
-+
-+        RETURN(inode);
-+}
-+
-+static struct dentry *ll_iget_for_nfs(struct super_block *sb, unsigned long ino,
-+                                      __u32 generation, umode_t mode)
-+{
-+        struct inode *inode;
-+        struct dentry *result;
-+        ENTRY;
-+
-+        if (ino == 0)
-+                RETURN(ERR_PTR(-ESTALE));
-+
-+        inode = search_inode_for_lustre(sb, ino, generation, mode);
-+        if (IS_ERR(inode)) {
-+                RETURN(ERR_PTR(PTR_ERR(inode)));
-+        }
-+        if (is_bad_inode(inode) ||
-+            (generation && inode->i_generation != generation)){
-+                /* we didn't find the right inode.. */
-+                CERROR("Inode %lu, Bad count: %lu %d or version  %u %u\n",
-+                       inode->i_ino, (unsigned long)inode->i_nlink,
-+                       atomic_read(&inode->i_count), inode->i_generation,
-+                       generation);
-+                iput(inode);
-+                RETURN(ERR_PTR(-ESTALE));
-+        }
-+
-+        result = d_alloc_anon(inode);
-+        if (!result) {
-+                iput(inode);
-+                RETURN(ERR_PTR(-ENOMEM));
-+        }
-+        ll_dops_init(result, 1);
-+
-+        RETURN(result);
-+}
-+
-+#define LUSTRE_NFS_FID 0x94
-+
-+struct lustre_nfs_fid {
-+	struct ll_fid child;
-+	struct ll_fid parent;
-+	umode_t       mode;
-+};
-+
-+static int ll_encode_fh(struct dentry *de, __u32 *fh, int *plen, int connectable)
-+{
-+	struct inode *inode = de->d_inode;
-+	struct inode *parent = de->d_parent->d_inode;
-+	struct lustre_nfs_fid *nfs_fid = (void *)fh;
-+	ENTRY;
-+
-+	CDEBUG(D_INFO, "encoding for (%lu) maxlen=%d minlen=%u\n",
-+			inode->i_ino, *plen, (int)sizeof(struct lustre_nfs_fid));
-+
-+	if (*plen < sizeof(struct lustre_nfs_fid))
-+		RETURN(255);
-+
-+	ll_inode2fid(&nfs_fid->child, inode);
-+	ll_inode2fid(&nfs_fild->parent, inode);
-+
-+	nfs_fid->mode = (S_IFMT  & inode->i_mode);
-+	*plen = sizeof(struct lustre_nfs_fid);
-+
-+	RETURN(LUSTRE_NFS_FID);
-+}
-+
-+#ifdef HAVE_FH_TO_DENTRY
-+struct dentry *ll_fh_to_dentry(struct super_block *sb, struct fid *fid,
-+                               int fh_len int fh_type)
-+{
-+	struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid*)fid;
-+
-+	if (fh_type != LUSTRE_NFS_FID)
-+		RETURN(ERR_PTR(-EINVAL));
-+	RETURN(ll_iget_for_nfs(sb, &nfs_fid->child));
-+}
-+
-+static struct dentry *ll_fh_to_parent(struct super_block *sb, struct fid *fid,
-+					int fh_len, int fh_type)
-+{
-+	struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid*)fid;
-+
-+	if (fh_type != LUSTRE_NFS_FID)
-+		RETURN(ERR_PTR(-EINVAL));
-+	RETURN(ll_iget_for_nfs(sb, &nfs_fid->parent));
-+}
-+
-+#else
-+
-+static struct dentry *ll_decode_fh(struct super_block *sb, __u32 *fh, int fh_len,
-+					int fh_type,
-+					int (*acceptable)(void *, struct dentry *),
-+					void *context)
-+{
-+	struct lustre_nfs_fid *nfs_fid = (void *)fh;
-+	struct dentry *entry;
-+	ENTRY;
-+
-+	CDEBUG(D_INFO, "decoding for "LPU64" fh_len=%d fh_type=%x\n",
-+		nfs_fid->child.id,fh_len,fh_type);
-+
-+	if (fh_type != LUSTRE_NFS_FID)
-+		RETURN(ERR_PTR(-ESTALE));
-+
-+	entry = sb->s_export_op->find_exported_dentry(sb, &nfs_fid->child,
-+							&nfs_fid->parent,
-+							acceptable, context);
-+	RETURN(entry);
-+}
-+
-+struct dentry *ll_get_dentry(struct super_block *sb, void *data)
-+{
-+	struct lustre_nfs_fid *fid = data;
-+	ENTRY;
-+	
-+	RETURN(ll_iget_for_nfs(sb, &fid->child));
-+}
-+
-+#endif
-+
-+struct dentry *ll_get_parent(struct dentry *dchild)
-+{
-+        struct ptlrpc_request *req = NULL;
-+        struct inode *dir = dchild->d_inode;
-+        struct ll_sb_info *sbi;
-+        struct dentry *result = NULL;
-+        struct ll_fid fid;
-+        struct mds_body *body;
-+        char dotdot[] = "..";
-+        int  rc = 0;
-+        ENTRY;
-+        
-+        LASSERT(dir && S_ISDIR(dir->i_mode));
-+        
-+        sbi = ll_s2sbi(dir->i_sb);       
-+ 
-+        fid.id = (__u64)dir->i_ino;
-+        fid.generation = dir->i_generation;
-+        fid.f_type = S_IFDIR;
-+
-+        rc = mdc_getattr_name(sbi->ll_mdc_exp, &fid, dotdot, strlen(dotdot) + 1,
-+                              0, 0, &req);
-+        if (rc) {
-+                CERROR("failure %d inode %lu get parent\n", rc, dir->i_ino);
-+                return ERR_PTR(rc);
-+        }
-+        body = lustre_msg_buf(req->rq_repmsg, REPLY_REC_OFF, sizeof (*body)); 
-+
-+        LASSERT((body->valid & OBD_MD_FLGENER) && (body->valid & OBD_MD_FLID));
-+	fid.id = body->ino;
-+	fid.generation = body->generation;
-+	result = ll_iget_for_nfs(dir->i_sb, &fid);
-+
-+        if (IS_ERR(result))
-+                rc = PTR_ERR(result);
-+
-+        ptlrpc_req_finished(req);
-+        if (rc)
-+                return ERR_PTR(rc);
-+        RETURN(result);
-+} 
-+
-+#if THREAD_SIZE >= 8192
-+struct export_operations lustre_export_operations = {
-+	.encode_fh = ll_encode_fh,
-+#ifdef HAVE_FH_TO_DENTRY
-+       .fh_to_dentry = ll_fh_to_dentry,
-+       .fh_to_parent = ll_fh_to_parent,
-+#else
-+	.decode_fh  = ll_decode_fh,
-+	.get_dentry = ll_get_dentry,
-+#endif
-+};
-+#endif
-diff -urNad lustre~/lustre/llite/lloop.c lustre/lustre/llite/lloop.c
---- lustre~/lustre/llite/lloop.c	2009-06-02 11:38:20.000000000 +0200
-+++ lustre/lustre/llite/lloop.c	2009-06-05 13:46:26.000000000 +0200
-@@ -347,7 +347,7 @@
-         loop_add_bio(lo, old_bio);
-         return 0;
- err:
--        bio_io_error(old_bio, old_bio->bi_size);
-+        cfs_bio_io_error(old_bio, old_bio->bi_size);
-         return 0;
- }
- 
-@@ -369,7 +369,7 @@
-         while (bio) {
-                 struct bio *tmp = bio->bi_next;
-                 bio->bi_next = NULL;
--                bio_endio(bio, bio->bi_size, ret);
-+                cfs_bio_endio(bio, bio->bi_size, ret);
-                 bio = tmp;
-         }
- }
diff --git a/debian/patches/build-fixes-for_2.6.18_servers.dpatch b/debian/patches/build-fixes-for_2.6.18_servers.dpatch
deleted file mode 100755
index a1e804b..0000000
--- a/debian/patches/build-fixes-for_2.6.18_servers.dpatch
+++ /dev/null
@@ -1,929 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## autogen.dpatch by Patrick Winnertz <winnie at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: rediffed all 2.6.18er kernel patches as they doesn't apply on
-## DP: vanilla and debian kernels
-## DP: rediffed two ldiskfs patches as they don't apply against 
-## DP: 2.6.18 (debian and vanilla)
-
- at DPATCH@
-diff --git a/lustre/kernel_patches/patches/export-2.6.18-vanilla.patch b/lustre/kernel_patches/patches/export-2.6.18-vanilla.patch
-index a6813e6..d725762 100644
---- a/lustre/kernel_patches/patches/export-2.6.18-vanilla.patch
-+++ b/lustre/kernel_patches/patches/export-2.6.18-vanilla.patch
-@@ -1,20 +1,8 @@
--Index: linux-2.6/fs/open.c
-+Index: linux-source-2.6.18/fs/jbd/journal.c
- ===================================================================
----- linux-2.6.orig/fs/open.c	2006-07-15 16:10:37.000000000 +0800
--+++ linux-2.6/fs/open.c	2006-07-15 16:22:04.000000000 +0800
--@@ -808,7 +808,6 @@ asmlinkage long sys_lchown(const char __
-- 	return error;
-- }
-- 
---
-- asmlinkage long sys_fchown(unsigned int fd, uid_t user, gid_t group)
-- {
-- 	struct file * file;
--Index: linux-2.6/fs/jbd/journal.c
--===================================================================
----- linux-2.6.orig/fs/jbd/journal.c	2006-07-15 16:13:50.000000000 +0800
--+++ linux-2.6/fs/jbd/journal.c	2006-07-15 16:22:04.000000000 +0800
--@@ -74,6 +74,7 @@ EXPORT_SYMBOL(journal_abort);
-+--- linux-source-2.6.18.orig/fs/jbd/journal.c	2009-08-12 16:05:38.000000000 +0200
-++++ linux-source-2.6.18/fs/jbd/journal.c	2009-08-12 16:05:59.000000000 +0200
-+@@ -74,6 +74,7 @@
-  EXPORT_SYMBOL(journal_errno);
-  EXPORT_SYMBOL(journal_ack_err);
-  EXPORT_SYMBOL(journal_clear_err);
-diff --git a/lustre/kernel_patches/patches/jbd-stats-2.6-rhel5.patch b/lustre/kernel_patches/patches/jbd-stats-2.6-rhel5.patch
-index e3de36f..7ec6554 100644
---- a/lustre/kernel_patches/patches/jbd-stats-2.6-rhel5.patch
-+++ b/lustre/kernel_patches/patches/jbd-stats-2.6-rhel5.patch
-@@ -1,7 +1,7 @@
--Index: linux-2.6.18-128.1.14/include/linux/jbd.h
-+Index: linux-2.6.18.8/include/linux/jbd.h
- ===================================================================
----- linux-2.6.18-128.1.14.orig/include/linux/jbd.h	2009-06-19 12:33:38.000000000 -0600
--+++ linux-2.6.18-128.1.14/include/linux/jbd.h	2009-06-19 12:34:22.000000000 -0600
-+--- linux-2.6.18.8.orig/include/linux/jbd.h	2009-08-12 16:09:53.000000000 +0200
-++++ linux-2.6.18.8/include/linux/jbd.h	2009-08-12 16:10:14.000000000 +0200
- @@ -428,6 +428,16 @@
-  };
-  
-@@ -116,10 +116,10 @@ Index: linux-2.6.18-128.1.14/include/linux/jbd.h
-  	 * An opaque pointer to fs-private information.  ext3 puts its
-  	 * superblock pointer here
-  	 */
--Index: linux-2.6.18-128.1.14/fs/jbd/transaction.c
-+Index: linux-2.6.18.8/fs/jbd/transaction.c
- ===================================================================
----- linux-2.6.18-128.1.14.orig/fs/jbd/transaction.c	2009-06-19 12:33:38.000000000 -0600
--+++ linux-2.6.18-128.1.14/fs/jbd/transaction.c	2009-06-19 12:34:22.000000000 -0600
-+--- linux-2.6.18.8.orig/fs/jbd/transaction.c	2009-08-12 16:09:53.000000000 +0200
-++++ linux-2.6.18.8/fs/jbd/transaction.c	2009-08-12 16:10:14.000000000 +0200
- @@ -60,6 +60,8 @@
-  
-  	J_ASSERT(journal->j_running_transaction == NULL);
-@@ -150,10 +150,10 @@ Index: linux-2.6.18-128.1.14/fs/jbd/transaction.c
-  	handle->h_transaction = transaction;
-  	transaction->t_outstanding_credits += nblocks;
-  	transaction->t_updates++;
--Index: linux-2.6.18-128.1.14/fs/jbd/journal.c
-+Index: linux-2.6.18.8/fs/jbd/journal.c
- ===================================================================
----- linux-2.6.18-128.1.14.orig/fs/jbd/journal.c	2009-06-19 12:33:58.000000000 -0600
--+++ linux-2.6.18-128.1.14/fs/jbd/journal.c	2009-06-19 12:34:22.000000000 -0600
-+--- linux-2.6.18.8.orig/fs/jbd/journal.c	2009-08-12 16:09:53.000000000 +0200
-++++ linux-2.6.18.8/fs/jbd/journal.c	2009-08-12 16:10:14.000000000 +0200
- @@ -36,6 +36,7 @@
-  #include <linux/kthread.h>
-  #include <linux/poison.h>
-@@ -489,7 +489,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/journal.c
-  
-  	/* journal descriptor can store up to n blocks -bzzz */
-  	n = journal->j_blocksize / sizeof(journal_block_tag_t);
--@@ -1168,6 +1468,8 @@
-+@@ -1160,6 +1460,8 @@
-  		brelse(journal->j_sb_buffer);
-  	}
-  
-@@ -498,7 +498,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/journal.c
-  	if (journal->j_inode)
-  		iput(journal->j_inode);
-  	if (journal->j_revoke)
--@@ -2015,6 +2317,28 @@
-+@@ -1999,6 +2301,28 @@
-  
-  #endif
-  
-@@ -527,7 +527,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/journal.c
-  kmem_cache_t *jbd_handle_cache;
-  
-  static int __init journal_init_handle_cache(void)
--@@ -2078,6 +2402,7 @@
-+@@ -2062,6 +2386,7 @@
-  	if (ret != 0)
-  		journal_destroy_caches();
-  	create_jbd_proc_entry();
-@@ -535,7 +535,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/journal.c
-  	return ret;
-  }
-  
--@@ -2089,6 +2414,7 @@
-+@@ -2073,6 +2398,7 @@
-  		printk(KERN_EMERG "JBD: leaked %d journal_heads!\n", n);
-  #endif
-  	remove_jbd_proc_entry();
-@@ -543,11 +543,11 @@ Index: linux-2.6.18-128.1.14/fs/jbd/journal.c
-  	journal_destroy_caches();
-  }
-  
--Index: linux-2.6.18-128.1.14/fs/jbd/checkpoint.c
-+Index: linux-2.6.18.8/fs/jbd/checkpoint.c
- ===================================================================
----- linux-2.6.18-128.1.14.orig/fs/jbd/checkpoint.c	2009-06-19 12:33:38.000000000 -0600
--+++ linux-2.6.18-128.1.14/fs/jbd/checkpoint.c	2009-06-19 12:34:22.000000000 -0600
--@@ -242,7 +242,7 @@
-+--- linux-2.6.18.8.orig/fs/jbd/checkpoint.c	2009-08-12 16:09:53.000000000 +0200
-++++ linux-2.6.18.8/fs/jbd/checkpoint.c	2009-08-12 16:11:20.000000000 +0200
-+@@ -231,7 +231,7 @@
-   * Called under jbd_lock_bh_state(jh2bh(jh)), and drops it
-   */
-  static int __process_buffer(journal_t *journal, struct journal_head *jh,
-@@ -556,7 +556,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/checkpoint.c
-  {
-  	struct buffer_head *bh = jh2bh(jh);
-  	int ret = 0;
--@@ -260,6 +260,7 @@
-+@@ -249,6 +249,7 @@
-  		transaction_t *t = jh->b_transaction;
-  		tid_t tid = t->t_tid;
-  
-@@ -564,7 +564,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/checkpoint.c
-  		spin_unlock(&journal->j_list_lock);
-  		jbd_unlock_bh_state(bh);
-  		log_start_commit(journal, tid);
--@@ -291,6 +292,7 @@
-+@@ -278,6 +279,7 @@
-  		bhs[*batch_count] = bh;
-  		__buffer_relink_io(jh);
-  		jbd_unlock_bh_state(bh);
-@@ -572,7 +572,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/checkpoint.c
-  		(*batch_count)++;
-  		if (*batch_count == NR_BATCH) {
-  			spin_unlock(&journal->j_list_lock);
--@@ -336,6 +338,8 @@
-+@@ -321,6 +323,8 @@
-  	if (!journal->j_checkpoint_transactions)
-  		goto out;
-  	transaction = journal->j_checkpoint_transactions;
-@@ -581,17 +581,16 @@ Index: linux-2.6.18-128.1.14/fs/jbd/checkpoint.c
-  	this_tid = transaction->t_tid;
-  restart:
-  	/*
--@@ -360,7 +364,8 @@
-+@@ -345,7 +349,7 @@
-  				retry = 1;
-  				break;
-  			}
- -			retry = __process_buffer(journal, jh, bhs,&batch_count);
--+			retry = __process_buffer(journal, jh, bhs,&batch_count,
--+						 transaction);
-- 			if (retry < 0 && !result)
-- 				result = retry;
-++			retry = __process_buffer(journal, jh, bhs,&batch_count, transaction);
-  			if (!retry && lock_need_resched(&journal->j_list_lock)){
--@@ -692,6 +697,8 @@
-+ 				spin_unlock(&journal->j_list_lock);
-+ 				retry = 1;
-+@@ -667,6 +671,8 @@
-  
-  void __journal_drop_transaction(journal_t *journal, transaction_t *transaction)
-  {
-@@ -600,7 +599,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/checkpoint.c
-  	assert_spin_locked(&journal->j_list_lock);
-  	if (transaction->t_cpnext) {
-  		transaction->t_cpnext->t_cpprev = transaction->t_cpprev;
--@@ -718,5 +725,25 @@
-+@@ -693,5 +699,25 @@
-  	J_ASSERT(journal->j_running_transaction != transaction);
-  
-  	jbd_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid);
-@@ -626,10 +625,10 @@ Index: linux-2.6.18-128.1.14/fs/jbd/checkpoint.c
- +
-  	kfree(transaction);
-  }
--Index: linux-2.6.18-128.1.14/fs/jbd/commit.c
-+Index: linux-2.6.18.8/fs/jbd/commit.c
- ===================================================================
----- linux-2.6.18-128.1.14.orig/fs/jbd/commit.c	2009-06-19 12:33:38.000000000 -0600
--+++ linux-2.6.18-128.1.14/fs/jbd/commit.c	2009-06-19 12:34:22.000000000 -0600
-+--- linux-2.6.18.8.orig/fs/jbd/commit.c	2009-08-12 16:09:53.000000000 +0200
-++++ linux-2.6.18.8/fs/jbd/commit.c	2009-08-12 16:10:14.000000000 +0200
- @@ -13,6 +13,7 @@
-   * part of the ext2fs journaling system.
-   */
-@@ -646,7 +645,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/commit.c
-  /*
-   * Default IO end handler for temporary BJ_IO buffer_heads.
-   */
--@@ -288,6 +290,7 @@
-+@@ -279,6 +281,7 @@
-   */
-  void journal_commit_transaction(journal_t *journal)
-  {
-@@ -654,7 +653,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/commit.c
-  	transaction_t *commit_transaction;
-  	struct journal_head *jh, *new_jh, *descriptor;
-  	struct buffer_head **wbuf = journal->j_wbuf;
--@@ -334,6 +337,11 @@
-+@@ -325,6 +328,11 @@
-  	spin_lock(&journal->j_state_lock);
-  	commit_transaction->t_state = T_LOCKED;
-  
-@@ -666,7 +665,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/commit.c
-  	spin_lock(&commit_transaction->t_handle_lock);
-  	while (commit_transaction->t_updates) {
-  		DEFINE_WAIT(wait);
--@@ -404,6 +412,9 @@
-+@@ -395,6 +403,9 @@
-  	 */
-  	journal_switch_revoke_table(journal);
-  
-@@ -676,9 +675,9 @@ Index: linux-2.6.18-128.1.14/fs/jbd/commit.c
-  	commit_transaction->t_state = T_FLUSH;
-  	journal->j_committing_transaction = commit_transaction;
-  	journal->j_running_transaction = NULL;
--@@ -484,6 +495,11 @@
-- 	J_ASSERT(commit_transaction->t_nr_buffers <=
-- 		 commit_transaction->t_outstanding_credits);
-+@@ -486,6 +497,11 @@
-+ 	 */
-+ 	commit_transaction->t_state = T_COMMIT;
-  
- +	stats.ts_logging = CURRENT_MSECS;
- +	stats.ts_flushing = jbd_time_diff(stats.ts_flushing, stats.ts_logging);
-@@ -688,7 +687,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/commit.c
-  	descriptor = NULL;
-  	bufs = 0;
-  	while (commit_transaction->t_buffers) {
--@@ -633,6 +649,7 @@
-+@@ -634,6 +650,7 @@
-  				submit_bh(WRITE, bh);
-  			}
-  			cond_resched();
-@@ -696,7 +695,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/commit.c
-  
-  			/* Force a new descriptor to be generated next
-                             time round the loop. */
--@@ -830,6 +847,7 @@
-+@@ -828,6 +845,7 @@
-  		cp_transaction = jh->b_cp_transaction;
-  		if (cp_transaction) {
-  			JBUFFER_TRACE(jh, "remove from old cp transaction");
-@@ -704,7 +703,7 @@ Index: linux-2.6.18-128.1.14/fs/jbd/commit.c
-  			__journal_remove_checkpoint(jh);
-  		}
-  
--@@ -906,6 +924,36 @@
-+@@ -902,6 +920,36 @@
-  
-  	J_ASSERT(commit_transaction->t_state == T_COMMIT);
-  
-diff --git a/ldiskfs/kernel_patches/patches/ext3-extents-2.6.18-vanilla.patch b/ldiskfs/kernel_patches/patches/ext3-extents-2.6.18-vanilla.patch
-index 27cfe46..d50e459 100644
---- a/ldiskfs/kernel_patches/patches/ext3-extents-2.6.18-vanilla.patch
-+++ b/ldiskfs/kernel_patches/patches/ext3-extents-2.6.18-vanilla.patch
-@@ -1,8 +1,8 @@
--Index: linux-2.6.18.8/fs/ext3/dir.c
-+Index: linux-source-2.6.18/fs/ext3/dir.c
- ===================================================================
----- linux-2.6.18.8.orig/fs/ext3/dir.c	2007-02-24 00:52:30.000000000 +0100
--+++ linux-2.6.18.8/fs/ext3/dir.c	2007-07-17 09:18:14.000000000 +0200
--@@ -131,8 +131,7 @@ static int ext3_readdir(struct file * fi
-+--- linux-source-2.6.18.orig/fs/ext3/dir.c	2009-05-05 01:40:47.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/dir.c	2009-08-13 10:33:12.000000000 +0200
-+@@ -132,8 +132,7 @@
-  		struct buffer_head *bh = NULL;
-  
-  		map_bh.b_state = 0;
-@@ -12,10 +12,10 @@ Index: linux-2.6.18.8/fs/ext3/dir.c
-  		if (err > 0) {
-  			page_cache_readahead(sb->s_bdev->bd_inode->i_mapping,
-  				&filp->f_ra,
--Index: linux-2.6.18.8/fs/ext3/extents.c
-+Index: linux-source-2.6.18/fs/ext3/extents.c
- ===================================================================
- --- /dev/null	1970-01-01 00:00:00.000000000 +0000
--+++ linux-2.6.18.8/fs/ext3/extents.c	2007-07-17 11:08:59.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/extents.c	2009-08-13 10:33:12.000000000 +0200
- @@ -0,0 +1,2276 @@
- +/*
- + * Copyright 2008, Sun Microsystems, Inc.
-@@ -2293,11 +2293,11 @@ Index: linux-2.6.18.8/fs/ext3/extents.c
- +EXPORT_SYMBOL(ext3_ext_walk_space);
- +EXPORT_SYMBOL(ext3_ext_find_goal);
- +EXPORT_SYMBOL(ext3_ext_calc_credits_for_insert);
--Index: linux-2.6.18.8/fs/ext3/ialloc.c
-+Index: linux-source-2.6.18/fs/ext3/ialloc.c
- ===================================================================
----- linux-2.6.18.8.orig/fs/ext3/ialloc.c	2007-07-17 09:18:09.000000000 +0200
--+++ linux-2.6.18.8/fs/ext3/ialloc.c	2007-07-17 11:08:09.000000000 +0200
--@@ -652,6 +652,17 @@ got:
-+--- linux-source-2.6.18.orig/fs/ext3/ialloc.c	2009-08-13 10:32:52.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/ialloc.c	2009-08-13 10:33:12.000000000 +0200
-+@@ -652,6 +652,17 @@
-  		ext3_std_error(sb, err);
-  		goto fail_free_drop;
-  	}
-@@ -2315,10 +2315,10 @@ Index: linux-2.6.18.8/fs/ext3/ialloc.c
-  
-  	ext3_debug("allocating inode %lu\n", inode->i_ino);
-  	goto really_out;
--Index: linux-2.6.18.8/fs/ext3/inode.c
-+Index: linux-source-2.6.18/fs/ext3/inode.c
- ===================================================================
----- linux-2.6.18.8.orig/fs/ext3/inode.c	2007-07-17 09:18:12.000000000 +0200
--+++ linux-2.6.18.8/fs/ext3/inode.c	2007-07-17 11:08:11.000000000 +0200
-+--- linux-source-2.6.18.orig/fs/ext3/inode.c	2009-08-13 10:32:52.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/inode.c	2009-08-13 10:33:12.000000000 +0200
- @@ -40,8 +40,6 @@
-  #include "iopen.h"
-  #include "acl.h"
-@@ -2328,7 +2328,7 @@ Index: linux-2.6.18.8/fs/ext3/inode.c
-  /*
-   * Test whether an inode is a fast symlink.
-   */
--@@ -804,6 +802,7 @@ int ext3_get_blocks_handle(handle_t *han
-+@@ -804,6 +802,7 @@
-  	ext3_fsblk_t first_block = 0;
-  
-  
-@@ -2336,22 +2336,7 @@ Index: linux-2.6.18.8/fs/ext3/inode.c
-  	J_ASSERT(handle != NULL || create == 0);
-  	depth = ext3_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
-  
--@@ -984,12 +983,10 @@ static int ext3_get_block(struct inode *
--		started = 1;
--	}
-- 
---	ret = ext3_get_blocks_handle(handle, inode, iblock,
--+	ret = ext3_get_blocks_wrap(handle, inode, iblock,
-- 					max_blocks, bh_result, create, 0);
---	if (ret > 0) {
---		bh_result->b_size = (ret << inode->i_blkbits);
--+	if (ret > 0)
-- 		ret = 0;
---	}
--	if (started)
--		ext3_journal_stop(handle);
-- out:
--@@ -1008,7 +1005,7 @@ struct buffer_head *ext3_getblk(handle_t
-+@@ -1008,7 +1007,7 @@
-  	dummy.b_state = 0;
-  	dummy.b_blocknr = -1000;
-  	buffer_trace_init(&dummy.b_history);
-@@ -2360,7 +2345,7 @@ Index: linux-2.6.18.8/fs/ext3/inode.c
-  					&dummy, create, 1);
-  	/*
-  	 * ext3_get_blocks_handle() returns number of blocks
--@@ -1759,7 +1756,7 @@ void ext3_set_aops(struct inode *inode)
-+@@ -1759,7 +1758,7 @@
-   * This required during truncate. We need to physically zero the tail end
-   * of that block so it doesn't yield old data if the file is later grown.
-   */
-@@ -2369,7 +2354,7 @@ Index: linux-2.6.18.8/fs/ext3/inode.c
-  		struct address_space *mapping, loff_t from)
-  {
-  	ext3_fsblk_t index = from >> PAGE_CACHE_SHIFT;
--@@ -2263,6 +2260,9 @@ void ext3_truncate(struct inode *inode)
-+@@ -2263,6 +2262,9 @@
-  			return;
-  	}
-  
-@@ -2379,7 +2364,7 @@ Index: linux-2.6.18.8/fs/ext3/inode.c
-  	handle = start_transaction(inode);
-  	if (IS_ERR(handle)) {
-  		if (page) {
--@@ -3008,12 +3008,15 @@ err_out:
-+@@ -3008,12 +3010,15 @@
-   * block and work out the exact number of indirects which are touched.  Pah.
-   */
-  
-@@ -2396,7 +2381,7 @@ Index: linux-2.6.18.8/fs/ext3/inode.c
-  	if (ext3_should_journal_data(inode))
-  		ret = 3 * (bpp + indirects) + 2;
-  	else
--@@ -3260,7 +3263,7 @@ int ext3_map_inode_page(struct inode *in
-+@@ -3260,7 +3265,7 @@
-  		if (blocks[i] != 0)
-  			continue;
-  
-@@ -2405,10 +2390,10 @@ Index: linux-2.6.18.8/fs/ext3/inode.c
-  		if (rc < 0) {
-  			printk(KERN_INFO "ext3_map_inode_page: error reading "
-  					"block %ld\n", iblock);
--Index: linux-2.6.18.8/fs/ext3/Makefile
-+Index: linux-source-2.6.18/fs/ext3/Makefile
- ===================================================================
----- linux-2.6.18.8.orig/fs/ext3/Makefile	2007-07-17 09:18:11.000000000 +0200
--+++ linux-2.6.18.8/fs/ext3/Makefile	2007-07-17 11:08:11.000000000 +0200
-+--- linux-source-2.6.18.orig/fs/ext3/Makefile	2009-08-13 10:32:52.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/Makefile	2009-08-13 10:33:12.000000000 +0200
- @@ -5,7 +5,7 @@
-  obj-$(CONFIG_EXT3_FS) += ext3.o
-  
-@@ -2418,11 +2403,11 @@ Index: linux-2.6.18.8/fs/ext3/Makefile
-  
-  ext3-$(CONFIG_EXT3_FS_XATTR)	 += xattr.o xattr_user.o xattr_trusted.o
-  ext3-$(CONFIG_EXT3_FS_POSIX_ACL) += acl.o
--Index: linux-2.6.18.8/fs/ext3/super.c
-+Index: linux-source-2.6.18/fs/ext3/super.c
- ===================================================================
----- linux-2.6.18.8.orig/fs/ext3/super.c	2007-07-17 09:18:12.000000000 +0200
--+++ linux-2.6.18.8/fs/ext3/super.c	2007-07-17 11:08:12.000000000 +0200
--@@ -391,6 +391,7 @@ static void ext3_put_super (struct super
-+--- linux-source-2.6.18.orig/fs/ext3/super.c	2009-08-13 10:32:52.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/super.c	2009-08-13 10:33:12.000000000 +0200
-+@@ -391,6 +391,7 @@
-  	struct ext3_super_block *es = sbi->s_es;
-  	int i;
-  
-@@ -2430,7 +2415,7 @@ Index: linux-2.6.18.8/fs/ext3/super.c
-  	ext3_xattr_put_super(sb);
-  	journal_destroy(sbi->s_journal);
-  	if (!(sb->s_flags & MS_RDONLY)) {
--@@ -455,6 +456,8 @@ static struct inode *ext3_alloc_inode(st
-+@@ -455,6 +456,8 @@
-  #endif
-  	ei->i_block_alloc_info = NULL;
-  	ei->vfs_inode.i_version = 1;
-@@ -2439,7 +2424,7 @@ Index: linux-2.6.18.8/fs/ext3/super.c
-  	return &ei->vfs_inode;
-  }
-  
--@@ -680,7 +683,8 @@ enum {
-+@@ -680,7 +683,8 @@
-  	Opt_jqfmt_vfsold, Opt_jqfmt_vfsv0, Opt_quota, Opt_noquota,
-  	Opt_ignore, Opt_barrier, Opt_err, Opt_resize, Opt_usrquota,
-  	Opt_iopen, Opt_noiopen, Opt_iopen_nopriv,
-@@ -2449,7 +2434,7 @@ Index: linux-2.6.18.8/fs/ext3/super.c
-  };
-  
-  static match_table_t tokens = {
--@@ -733,6 +737,9 @@ static match_table_t tokens = {
-+@@ -733,6 +737,9 @@
-  	{Opt_noiopen, "noiopen"},
-  	{Opt_iopen_nopriv, "iopen_nopriv"},
-  	{Opt_barrier, "barrier=%u"},
-@@ -2459,7 +2444,7 @@ Index: linux-2.6.18.8/fs/ext3/super.c
-  	{Opt_err, NULL},
-  	{Opt_resize, "resize"},
-  };
--@@ -1077,6 +1084,15 @@ clear_qf_name:
-+@@ -1077,6 +1084,15 @@
-  		case Opt_bh:
-  			clear_opt(sbi->s_mount_opt, NOBH);
-  			break;
-@@ -2475,7 +2460,7 @@ Index: linux-2.6.18.8/fs/ext3/super.c
-  		default:
-  			printk (KERN_ERR
-  				"EXT3-fs: Unrecognized mount option \"%s\" "
--@@ -1806,6 +1822,8 @@ static int ext3_fill_super (struct super
-+@@ -1802,6 +1818,8 @@
-  		test_opt(sb,DATA_FLAGS) == EXT3_MOUNT_ORDERED_DATA ? "ordered":
-  		"writeback");
-  
-@@ -2484,10 +2469,10 @@ Index: linux-2.6.18.8/fs/ext3/super.c
-  	lock_kernel();
-  	return 0;
-  
--Index: linux-2.6.18.8/include/linux/ext3_extents.h
-+Index: linux-source-2.6.18/include/linux/ext3_extents.h
- ===================================================================
- --- /dev/null	1970-01-01 00:00:00.000000000 +0000
--+++ linux-2.6.18.8/include/linux/ext3_extents.h	2007-07-17 09:18:14.000000000 +0200
-++++ linux-source-2.6.18/include/linux/ext3_extents.h	2009-08-13 10:33:12.000000000 +0200
- @@ -0,0 +1,232 @@
- +/*
- + * Copyright 2008 Sun Microsystems, Inc.
-@@ -2721,11 +2706,11 @@ Index: linux-2.6.18.8/include/linux/ext3_extents.h
- +
- +#endif /* _LINUX_EXT3_EXTENTS */
- +
--Index: linux-2.6.18.8/include/linux/ext3_fs.h
-+Index: linux-source-2.6.18/include/linux/ext3_fs.h
- ===================================================================
----- linux-2.6.18.8.orig/include/linux/ext3_fs.h	2007-07-17 09:18:13.000000000 +0200
--+++ linux-2.6.18.8/include/linux/ext3_fs.h	2007-07-17 11:08:12.000000000 +0200
--@@ -182,8 +182,9 @@ struct ext3_group_desc
-+--- linux-source-2.6.18.orig/include/linux/ext3_fs.h	2009-08-13 10:32:52.000000000 +0200
-++++ linux-source-2.6.18/include/linux/ext3_fs.h	2009-08-13 10:33:12.000000000 +0200
-+@@ -182,8 +182,9 @@
-  #define EXT3_DIRSYNC_FL			0x00010000 /* dirsync behaviour (directories only) */
-  #define EXT3_TOPDIR_FL			0x00020000 /* Top of directory hierarchies*/
-  #define EXT3_RESERVED_FL		0x80000000 /* reserved for ext3 lib */
-@@ -2736,7 +2721,7 @@ Index: linux-2.6.18.8/include/linux/ext3_fs.h
-  #define EXT3_FL_USER_MODIFIABLE		0x000380FF /* User modifiable flags */
-  
-  /*
--@@ -373,6 +374,8 @@ struct ext3_inode {
-+@@ -373,6 +374,8 @@
-  #define EXT3_MOUNT_GRPQUOTA		0x200000 /* "old" group quota */
-  #define EXT3_MOUNT_IOPEN		0x400000	/* Allow access via iopen */
-  #define EXT3_MOUNT_IOPEN_NOPRIV		0x800000/* Make iopen world-readable */
-@@ -2745,7 +2730,7 @@ Index: linux-2.6.18.8/include/linux/ext3_fs.h
-  
-  /* Compatibility, for having both ext2_fs.h and ext3_fs.h included at once */
-  #ifndef clear_opt
--@@ -572,11 +575,13 @@ static inline int ext3_valid_inum(struct
-+@@ -572,11 +575,13 @@
-  #define EXT3_FEATURE_INCOMPAT_RECOVER		0x0004 /* Needs recovery */
-  #define EXT3_FEATURE_INCOMPAT_JOURNAL_DEV	0x0008 /* Journal device */
-  #define EXT3_FEATURE_INCOMPAT_META_BG		0x0010
-@@ -2760,7 +2745,7 @@ Index: linux-2.6.18.8/include/linux/ext3_fs.h
-  #define EXT3_FEATURE_RO_COMPAT_SUPP	(EXT3_FEATURE_RO_COMPAT_SPARSE_SUPER| \
-  					 EXT3_FEATURE_RO_COMPAT_LARGE_FILE| \
-  					 EXT3_FEATURE_RO_COMPAT_BTREE_DIR)
--@@ -816,6 +821,9 @@ extern int ext3_get_inode_loc(struct ino
-+@@ -816,6 +821,9 @@
-  extern void ext3_truncate (struct inode *);
-  extern void ext3_set_inode_flags(struct inode *);
-  extern void ext3_set_aops(struct inode *inode);
-@@ -2770,7 +2755,7 @@ Index: linux-2.6.18.8/include/linux/ext3_fs.h
-  
-  /* ioctl.c */
-  extern int ext3_ioctl (struct inode *, struct file *, unsigned int,
--@@ -869,6 +877,30 @@ extern struct inode_operations ext3_spec
-+@@ -869,6 +877,30 @@
-  extern struct inode_operations ext3_symlink_inode_operations;
-  extern struct inode_operations ext3_fast_symlink_inode_operations;
-  
-@@ -2801,11 +2786,11 @@ Index: linux-2.6.18.8/include/linux/ext3_fs.h
-  
-  #endif	/* __KERNEL__ */
-  
--Index: linux-2.6.18.8/include/linux/ext3_fs_i.h
-+Index: linux-source-2.6.18/include/linux/ext3_fs_i.h
- ===================================================================
----- linux-2.6.18.8.orig/include/linux/ext3_fs_i.h	2007-02-24 00:52:30.000000000 +0100
--+++ linux-2.6.18.8/include/linux/ext3_fs_i.h	2007-07-17 11:08:11.000000000 +0200
--@@ -65,6 +65,16 @@ struct ext3_block_alloc_info {
-+--- linux-source-2.6.18.orig/include/linux/ext3_fs_i.h	2006-09-20 05:42:06.000000000 +0200
-++++ linux-source-2.6.18/include/linux/ext3_fs_i.h	2009-08-13 10:33:12.000000000 +0200
-+@@ -65,6 +65,16 @@
-  #define rsv_end rsv_window._rsv_end
-  
-  /*
-@@ -2822,7 +2807,7 @@ Index: linux-2.6.18.8/include/linux/ext3_fs_i.h
-   * third extended file system inode data in memory
-   */
-  struct ext3_inode_info {
--@@ -142,6 +152,8 @@ struct ext3_inode_info {
-+@@ -142,6 +152,8 @@
-  	 */
-  	struct mutex truncate_mutex;
-  	struct inode vfs_inode;
-@@ -2831,11 +2816,11 @@ Index: linux-2.6.18.8/include/linux/ext3_fs_i.h
-  };
-  
-  #endif	/* _LINUX_EXT3_FS_I */
--Index: linux-2.6.18.8/include/linux/ext3_fs_sb.h
-+Index: linux-source-2.6.18/include/linux/ext3_fs_sb.h
- ===================================================================
----- linux-2.6.18.8.orig/include/linux/ext3_fs_sb.h	2007-02-24 00:52:30.000000000 +0100
--+++ linux-2.6.18.8/include/linux/ext3_fs_sb.h	2007-07-17 11:08:12.000000000 +0200
--@@ -78,6 +78,16 @@ struct ext3_sb_info {
-+--- linux-source-2.6.18.orig/include/linux/ext3_fs_sb.h	2006-09-20 05:42:06.000000000 +0200
-++++ linux-source-2.6.18/include/linux/ext3_fs_sb.h	2009-08-13 10:33:12.000000000 +0200
-+@@ -78,6 +78,16 @@
-  	char *s_qf_names[MAXQUOTAS];		/* Names of quota files with journalled quota */
-  	int s_jquota_fmt;			/* Format of quota to use */
-  #endif
-@@ -2852,10 +2837,10 @@ Index: linux-2.6.18.8/include/linux/ext3_fs_sb.h
-  };
-  
-  #endif	/* _LINUX_EXT3_FS_SB */
--Index: linux-2.6.18.8/include/linux/ext3_jbd.h
-+Index: linux-source-2.6.18/include/linux/ext3_jbd.h
- ===================================================================
----- linux-2.6.18.8.orig/include/linux/ext3_jbd.h	2007-02-24 00:52:30.000000000 +0100
--+++ linux-2.6.18.8/include/linux/ext3_jbd.h	2007-07-17 09:18:14.000000000 +0200
-+--- linux-source-2.6.18.orig/include/linux/ext3_jbd.h	2006-09-20 05:42:06.000000000 +0200
-++++ linux-source-2.6.18/include/linux/ext3_jbd.h	2009-08-13 10:33:12.000000000 +0200
- @@ -23,12 +23,20 @@
-  
-  /* Define the number of blocks we need to account to a transaction to
-diff --git a/ldiskfs/kernel_patches/patches/ext3-uninit-2.6.18.patch b/ldiskfs/kernel_patches/patches/ext3-uninit-2.6.18.patch
-index 88dc179..99423d3 100644
---- a/ldiskfs/kernel_patches/patches/ext3-uninit-2.6.18.patch
-+++ b/ldiskfs/kernel_patches/patches/ext3-uninit-2.6.18.patch
-@@ -6,11 +6,11 @@ group descriptor to avoid reading or scanning them at e2fsck time.
- A checksum of each group descriptor is used to ensure that corruption in
- the group descriptor's bit flags does not cause incorrect operation.
- 
--Index: linux-2.6.18-53.1.14/include/linux/ext3_fs.h
-+Index: linux-source-2.6.18/include/linux/ext3_fs.h
- ===================================================================
----- linux-2.6.18-53.1.14.orig/include/linux/ext3_fs.h
--+++ linux-2.6.18-53.1.14/include/linux/ext3_fs.h
--@@ -150,16 +150,22 @@ struct ext3_allocation_request {
-+--- linux-source-2.6.18.orig/include/linux/ext3_fs.h	2009-08-13 10:36:02.000000000 +0200
-++++ linux-source-2.6.18/include/linux/ext3_fs.h	2009-08-13 10:36:33.000000000 +0200
-+@@ -151,16 +151,22 @@
-   */
-  struct ext3_group_desc
-  {
-@@ -37,7 +37,7 @@ Index: linux-2.6.18-53.1.14/include/linux/ext3_fs.h
-  /*
-   * Macro-instructions used to manage group descriptors
-   */
--@@ -603,6 +609,7 @@ static inline int ext3_valid_inum(struct
-+@@ -604,6 +610,7 @@
-  #define EXT3_FEATURE_RO_COMPAT_SPARSE_SUPER	0x0001
-  #define EXT3_FEATURE_RO_COMPAT_LARGE_FILE	0x0002
-  #define EXT3_FEATURE_RO_COMPAT_BTREE_DIR	0x0004
-@@ -45,7 +45,7 @@ Index: linux-2.6.18-53.1.14/include/linux/ext3_fs.h
-  #define EXT4_FEATURE_RO_COMPAT_DIR_NLINK	0x0020
-  
-  #define EXT3_FEATURE_INCOMPAT_COMPRESSION	0x0001
--@@ -619,6 +626,7 @@ static inline int ext3_valid_inum(struct
-+@@ -620,6 +627,7 @@
-  					 EXT3_FEATURE_INCOMPAT_EXTENTS)
-  #define EXT3_FEATURE_RO_COMPAT_SUPP	(EXT3_FEATURE_RO_COMPAT_SPARSE_SUPER| \
-  					 EXT3_FEATURE_RO_COMPAT_LARGE_FILE| \
-@@ -53,10 +53,10 @@ Index: linux-2.6.18-53.1.14/include/linux/ext3_fs.h
-  					 EXT4_FEATURE_RO_COMPAT_DIR_NLINK| \
-  					 EXT3_FEATURE_RO_COMPAT_BTREE_DIR)
-  
--Index: linux-2.6.18-53.1.14/fs/ext3/resize.c
-+Index: linux-source-2.6.18/fs/ext3/resize.c
- ===================================================================
----- linux-2.6.18-53.1.14.orig/fs/ext3/resize.c
--+++ linux-2.6.18-53.1.14/fs/ext3/resize.c
-+--- linux-source-2.6.18.orig/fs/ext3/resize.c	2009-08-13 10:36:03.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/resize.c	2009-08-13 10:37:36.000000000 +0200
- @@ -18,6 +18,7 @@
-  #include <linux/errno.h>
-  #include <linux/slab.h>
-@@ -65,7 +65,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/resize.c
-  
-  #define outside(b, first, last)	((b) < (first) || (b) >= (last))
-  #define inside(b, first, last)	((b) >= (first) && (b) < (last))
--@@ -137,25 +138,6 @@ static struct buffer_head *bclean(handle
-+@@ -137,25 +138,6 @@
-  }
-  
-  /*
-@@ -88,10 +88,10 @@ Index: linux-2.6.18-53.1.14/fs/ext3/resize.c
- -}
- -
- -/*
--  * If we have fewer than thresh credits, extend by EXT3_MAX_TRANS_DATA.
--  * If that fails, restart the transaction & regain write access for the
--  * buffer head which is used for block_bitmap modifications.
--@@ -834,6 +816,7 @@ int ext3_group_add(struct super_block *s
-+  * Set up the block and inode bitmaps, and the inode table for the new group.
-+  * This doesn't need to be part of the main transaction, since we are only
-+  * changing blocks outside the actual filesystem.  We still do journaling to
-+@@ -834,6 +816,7 @@
-  	gdp->bg_inode_table = cpu_to_le32(input->inode_table);
-  	gdp->bg_free_blocks_count = cpu_to_le16(input->free_blocks_count);
-  	gdp->bg_free_inodes_count = cpu_to_le16(EXT3_INODES_PER_GROUP(sb));
-@@ -99,10 +99,10 @@ Index: linux-2.6.18-53.1.14/fs/ext3/resize.c
-  
-  	/*
-  	 * Make the new blocks and inodes valid next.  We do this before
--Index: linux-2.6.18-53.1.14/fs/ext3/super.c
-+Index: linux-source-2.6.18/fs/ext3/super.c
- ===================================================================
----- linux-2.6.18-53.1.14.orig/fs/ext3/super.c
--+++ linux-2.6.18-53.1.14/fs/ext3/super.c
-+--- linux-source-2.6.18.orig/fs/ext3/super.c	2009-08-13 10:36:03.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/super.c	2009-08-13 10:36:33.000000000 +0200
- @@ -41,6 +41,7 @@
-  #include "xattr.h"
-  #include "acl.h"
-@@ -111,7 +111,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/super.c
-  
-  static int ext3_load_journal(struct super_block *, struct ext3_super_block *,
-  			     unsigned long journal_devnum);
--@@ -1227,6 +1228,91 @@ static int ext3_setup_super(struct super
-+@@ -1229,6 +1230,91 @@
-  	return res;
-  }
-  
-@@ -203,7 +203,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/super.c
-  /* Called at mount-time, super-block is locked */
-  static int ext3_check_descriptors (struct super_block * sb)
-  {
--@@ -1281,6 +1367,13 @@ static int ext3_check_descriptors (struc
-+@@ -1283,6 +1369,13 @@
-  					le32_to_cpu(gdp->bg_inode_table));
-  			return 0;
-  		}
-@@ -217,10 +217,10 @@ Index: linux-2.6.18-53.1.14/fs/ext3/super.c
-  		first_block += EXT3_BLOCKS_PER_GROUP(sb);
-  		gdp++;
-  	}
--Index: linux-2.6.18-53.1.14/fs/ext3/group.h
-+Index: linux-source-2.6.18/fs/ext3/group.h
- ===================================================================
----- /dev/null
--+++ linux-2.6.18-53.1.14/fs/ext3/group.h
-+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
-++++ linux-source-2.6.18/fs/ext3/group.h	2009-08-13 10:36:33.000000000 +0200
- @@ -0,0 +1,30 @@
- +/*
- + *  linux/fs/ext3/group.h
-@@ -252,10 +252,10 @@ Index: linux-2.6.18-53.1.14/fs/ext3/group.h
- +				       struct ext3_group_desc *desc);
- +extern void mark_bitmap_end(int start_bit, int end_bit, char *bitmap);
- +#endif /* _LINUX_EXT3_GROUP_H */
--Index: linux-2.6.18-53.1.14/fs/ext3/ialloc.c
-+Index: linux-source-2.6.18/fs/ext3/ialloc.c
- ===================================================================
----- linux-2.6.18-53.1.14.orig/fs/ext3/ialloc.c
--+++ linux-2.6.18-53.1.14/fs/ext3/ialloc.c
-+--- linux-source-2.6.18.orig/fs/ext3/ialloc.c	2009-08-13 10:36:03.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/ialloc.c	2009-08-13 10:36:33.000000000 +0200
- @@ -28,6 +28,7 @@
-  
-  #include "xattr.h"
-@@ -317,7 +317,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/ialloc.c
-  
-  /*
-   * Read the inode allocation bitmap for a given block_group, reading
--@@ -59,8 +106,19 @@ read_inode_bitmap(struct super_block * s
-+@@ -59,8 +106,19 @@
-  	desc = ext3_get_group_desc(sb, block_group, NULL);
-  	if (!desc)
-  		goto error_out;
-@@ -339,7 +339,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/ialloc.c
-  	if (!bh)
-  		ext3_error(sb, "read_inode_bitmap",
-  			    "Cannot read inode bitmap - "
--@@ -169,6 +227,8 @@ void ext3_free_inode (handle_t *handle, 
-+@@ -169,6 +227,8 @@
-  			if (is_directory)
-  				gdp->bg_used_dirs_count = cpu_to_le16(
-  				  le16_to_cpu(gdp->bg_used_dirs_count) - 1);
-@@ -348,7 +348,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/ialloc.c
-  			spin_unlock(sb_bgl_lock(sbi, block_group));
-  			percpu_counter_inc(&sbi->s_freeinodes_counter);
-  			if (is_directory)
--@@ -454,7 +514,7 @@ struct inode *ext3_new_inode(handle_t *h
-+@@ -454,7 +514,7 @@
-  	struct ext3_sb_info *sbi;
-  	int err = 0;
-  	struct inode *ret;
-@@ -357,7 +357,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/ialloc.c
-  
-  	/* Cannot create files in a deleted directory */
-  	if (!dir || !dir->i_nlink)
--@@ -571,11 +631,13 @@ repeat_in_this_group:
-+@@ -571,11 +631,13 @@
-  	goto out;
-  
-  got:
-@@ -376,7 +376,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/ialloc.c
-  		err = -EIO;
-  		goto fail;
-  	}
--@@ -583,13 +645,64 @@ got:
-+@@ -583,13 +645,64 @@
-  	BUFFER_TRACE(bh2, "get_write_access");
-  	err = ext3_journal_get_write_access(handle, bh2);
-  	if (err) goto fail;
-@@ -441,19 +441,19 @@ Index: linux-2.6.18-53.1.14/fs/ext3/ialloc.c
-  	spin_unlock(sb_bgl_lock(sbi, group));
-  	BUFFER_TRACE(bh2, "call ext3_journal_dirty_metadata");
-  	err = ext3_journal_dirty_metadata(handle, bh2);
--@@ -611,7 +724,7 @@ got:
-+@@ -611,7 +724,7 @@
-  		inode->i_gid = current->fsgid;
-  	inode->i_mode = mode;
-  
- -	inode->i_ino = ino;
- +	inode->i_ino = ino + group * EXT3_INODES_PER_GROUP(sb);
-  	/* This is the optimal IO size (for stat), not the fs block size */
-+ 	inode->i_blksize = PAGE_SIZE;
-  	inode->i_blocks = 0;
-- 	inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME_SEC;
--Index: linux-2.6.18-53.1.14/fs/ext3/mballoc.c
-+Index: linux-source-2.6.18/fs/ext3/mballoc.c
- ===================================================================
----- linux-2.6.18-53.1.14.orig/fs/ext3/mballoc.c
--+++ linux-2.6.18-53.1.14/fs/ext3/mballoc.c
-+--- linux-source-2.6.18.orig/fs/ext3/mballoc.c	2009-08-13 10:36:02.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/mballoc.c	2009-08-13 10:36:33.000000000 +0200
- @@ -36,6 +36,8 @@
-  #include <linux/seq_file.h>
-  #include <linux/version.h>
-@@ -463,7 +463,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/mballoc.c
-  /*
-   * MUSTDO:
-   *   - test ext3_ext_search_left() and ext3_ext_search_right()
--@@ -323,6 +325,7 @@ struct ext3_group_info {
-+@@ -323,6 +325,7 @@
-  	unsigned long	bb_state;
-  	unsigned long 	bb_tid;
-  	struct ext3_free_metadata *bb_md_cur;
-@@ -471,7 +471,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/mballoc.c
-  	unsigned short	bb_first_free;
-  	unsigned short	bb_free;
-  	unsigned short	bb_fragments;
--@@ -941,10 +944,7 @@ static int ext3_mb_init_cache(struct pag
-+@@ -951,10 +954,7 @@
-  		if (first_group + i >= EXT3_SB(sb)->s_groups_count)
-  			break;
-  
-@@ -483,7 +483,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/mballoc.c
-  
-  		err = -ENOMEM;
-  		bh[i] = sb_getblk(sb, le32_to_cpu(desc->bg_block_bitmap));
--@@ -959,7 +959,12 @@ static int ext3_mb_init_cache(struct pag
-+@@ -969,7 +969,12 @@
-  			unlock_buffer(bh[i]);
-  			continue;
-  		}
-@@ -497,7 +497,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/mballoc.c
-  		get_bh(bh[i]);
-  		bh[i]->b_end_io = end_buffer_read_sync;
-  		submit_bh(READ, bh[i]);
--@@ -1731,6 +1736,10 @@ static int ext3_mb_good_group(struct ext
-+@@ -1763,6 +1768,10 @@
-  	switch (cr) {
-  		case 0:
-  			BUG_ON(ac->ac_2order == 0);
-@@ -508,7 +508,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/mballoc.c
-  			bits = ac->ac_sb->s_blocksize_bits + 1;
-  			for (i = ac->ac_2order; i <= bits; i++)
-  				if (grp->bb_counters[i] > 0)
--@@ -1824,7 +1833,9 @@ repeat:
-+@@ -1866,7 +1875,9 @@
-  			}
-  
-  			ac->ac_groups_scanned++;
-@@ -519,7 +519,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/mballoc.c
-  				ext3_mb_simple_scan_group(ac, &e3b);
-  			else if (cr == 1 && ac->ac_g_ex.fe_len == sbi->s_stripe)
-  				ext3_mb_scan_aligned(ac, &e3b);
--@@ -2304,12 +2315,13 @@ int ext3_mb_init_backend(struct super_bl
-+@@ -2362,12 +2373,13 @@
-  			i--;
-  			goto err_freebuddy;
-  		}
-@@ -534,7 +534,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/mballoc.c
-  		set_bit(EXT3_GROUP_INFO_NEED_INIT_BIT,
-  			&meta_group_info[j]->bb_state);
-  
--@@ -2943,9 +2955,17 @@ int ext3_mb_mark_diskspace_used(struct e
-+@@ -2974,9 +2986,17 @@
-  	mb_set_bits(NULL, bitmap_bh->b_data,
-  		    ac->ac_b_ex.fe_start, ac->ac_b_ex.fe_len);
-  
-@@ -551,19 +551,19 @@ Index: linux-2.6.18-53.1.14/fs/ext3/mballoc.c
- +	gdp->bg_checksum = ext3_group_desc_csum(sbi, ac->ac_b_ex.fe_group, gdp);
-  	spin_unlock(sb_bgl_lock(sbi, ac->ac_b_ex.fe_group));
-  	percpu_counter_mod(&sbi->s_freeblocks_counter, - ac->ac_b_ex.fe_len);
-- 
--@@ -4355,6 +4375,7 @@ do_more:
-- 	spin_lock(sb_bgl_lock(sbi, block_group));
-+ 	ext3_unlock_group(sb, ac->ac_b_ex.fe_group);
-+@@ -4435,6 +4455,7 @@
-+ 	mb_clear_bits(NULL, bitmap_bh->b_data, bit, count);
-  	gdp->bg_free_blocks_count =
-  		cpu_to_le16(le16_to_cpu(gdp->bg_free_blocks_count) + count);
- +	gdp->bg_checksum = ext3_group_desc_csum(sbi, block_group, gdp);
-  	spin_unlock(sb_bgl_lock(sbi, block_group));
-  	percpu_counter_mod(&sbi->s_freeblocks_counter, count);
-  
--Index: linux-2.6.18-53.1.14/fs/ext3/balloc.c
-+Index: linux-source-2.6.18/fs/ext3/balloc.c
- ===================================================================
----- linux-2.6.18-53.1.14.orig/fs/ext3/balloc.c
--+++ linux-2.6.18-53.1.14/fs/ext3/balloc.c
-+--- linux-source-2.6.18.orig/fs/ext3/balloc.c	2009-08-13 10:36:03.000000000 +0200
-++++ linux-source-2.6.18/fs/ext3/balloc.c	2009-08-13 10:36:33.000000000 +0200
- @@ -20,6 +20,7 @@
-  #include <linux/quotaops.h>
-  #include <linux/buffer_head.h>
-@@ -572,7 +572,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/balloc.c
-  /*
-   * balloc.c contains the blocks allocation and deallocation routines
-   */
--@@ -73,6 +74,83 @@ struct ext3_group_desc * ext3_get_group_
-+@@ -73,6 +74,83 @@
-  	return desc + offset;
-  }
-  
-@@ -656,7 +656,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/balloc.c
-  /*
-   * Read the bitmap for a given block_group, reading into the specified 
-   * slot in the superblock's bitmap cache.
--@@ -88,7 +166,19 @@ read_block_bitmap(struct super_block *sb
-+@@ -88,7 +166,19 @@
-  	desc = ext3_get_group_desc (sb, block_group, NULL);
-  	if (!desc)
-  		goto error_out;
-@@ -677,7 +677,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/balloc.c
-  	if (!bh)
-  		ext3_error (sb, "read_block_bitmap",
-  			    "Cannot read block bitmap - "
--@@ -467,6 +557,7 @@ do_more:
-+@@ -467,6 +557,7 @@
-  	desc->bg_free_blocks_count =
-  		cpu_to_le16(le16_to_cpu(desc->bg_free_blocks_count) +
-  			group_freed);
-@@ -685,7 +685,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/balloc.c
-  	spin_unlock(sb_bgl_lock(sbi, block_group));
-  	percpu_counter_mod(&sbi->s_freeblocks_counter, count);
-  
--@@ -1434,8 +1525,11 @@ allocated:
-+@@ -1434,8 +1525,11 @@
-  			ret_block, goal_hits, goal_attempts);
-  
-  	spin_lock(sb_bgl_lock(sbi, group_no));
diff --git a/debian/patches/dont_update_i-size-dir.dpatch b/debian/patches/dont_update_i-size-dir.dpatch
deleted file mode 100644
index 1b4440b..0000000
--- a/debian/patches/dont_update_i-size-dir.dpatch
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## dont_update_i-size-dir.patch by Patrick Winnertz <patrick.winnertz at credativ.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: patch attached to bug #18695
-
- at DPATCH@
-diff -u -p -r1.150.32.42 mds_open.c
---- ./lustre/mds/mds_open.c	3 Mar 2009 16:10:57 -0000	1.150.32.42
-+++ ./lustre/mds/mds_open.c	2 Apr 2009 10:41:12 -0000
-@@ -1470,7 +1470,8 @@ int mds_mfd_close(struct ptlrpc_request 
-                 * rough decision making and will get the proper size later.
-                 * This is NOT guaranteed to be correct with multiple
-                 * writers, but is only needed until SOM is done. b=11063 */
--               if ((request_body->valid & OBD_MD_FLSIZE) &&
-+               if (S_ISREG(inode->i_mode) &&
-+                   (request_body->valid & OBD_MD_FLSIZE) &&
-                    (iattr.ia_valid != 0)) {
-                        iattr.ia_size = request_body->size;
-                        iattr.ia_valid |= ATTR_SIZE;
diff --git a/debian/patches/lnet-missing-prototypes.dpatch b/debian/patches/lnet-missing-prototypes.dpatch
deleted file mode 100755
index 1fec96e..0000000
--- a/debian/patches/lnet-missing-prototypes.dpatch
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## autogen.dpatch by Patrick Winnertz <winnie at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: added two prototype from framework.c as they are used in lfsclient.c
-
- at DPATCH@
-diff --git a/lnet/selftest/selftest.h b/lnet/selftest/selftest.h
-index 02af459..1570b66 100644
---- a/lnet/selftest/selftest.h
-+++ b/lnet/selftest/selftest.h
-@@ -447,6 +447,8 @@ void sfw_unpack_message(srpc_msg_t *msg);
- void sfw_free_pages(srpc_server_rpc_t *rpc);
- void sfw_add_bulk_page(srpc_bulk_t *bk, cfs_page_t *pg, int i);
- int sfw_alloc_pages(srpc_server_rpc_t *rpc, int npages, int sink);
-+int sfw_make_session(srpc_mksn_reqst_t *request, srpc_mksn_reply_t *reply);
-+int sfw_remove_session(srpc_rmsn_reqst_t *request, srpc_rmsn_reply_t *reply);
- 
- srpc_client_rpc_t *
- srpc_create_client_rpc(lnet_process_id_t peer, int service,
diff --git a/debian/patches/lustre-snmp-missing-include.dpatch b/debian/patches/lustre-snmp-missing-include.dpatch
deleted file mode 100755
index d7dd41b..0000000
--- a/debian/patches/lustre-snmp-missing-include.dpatch
+++ /dev/null
@@ -1,141 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## autogen.dpatch by Patrick Winnertz <winnie at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: missing include for lustre-snmp-trap.h 
-
- at DPATCH@
-diff -u -r lustre-1.8.1/snmp/lustre-snmp-trap.c lustre-1.8.1__2.6.26/snmp/lustre-snmp-trap.c
---- lustre-1.8.1/snmp/lustre-snmp-trap.c	2008-08-07 11:37:43.000000000 +0200
-+++ lustre-1.8.1__2.6.26/snmp/lustre-snmp-trap.c	2009-08-11 15:27:11.000000000 +0200
-@@ -59,6 +59,7 @@
- #include <unistd.h>
- #include <stdio.h>
- #include <stdarg.h>
-+#include <ctype.h>
- #include "lustre-snmp-util.h"
- 
- /**************************************************************************
-@@ -364,7 +365,7 @@
- 
-     /*And the data is a octet string, that contains the actually reason string*/
-     var_trap[1].type = ASN_OCTET_STR;
--    var_trap[1].val.string = reason_string;
-+    var_trap[1].val.string = (unsigned char *)reason_string;
-     var_trap[1].val_len = strlen(reason_string);
- 
-     /*And now send off the trap*/
-@@ -419,7 +420,7 @@
- 
-     /*And the data is a octet string, that contains the actually reason strong*/
-     var_trap[1].type = ASN_OCTET_STR;
--    var_trap[1].val.string = obd_name;
-+    var_trap[1].val.string = (unsigned char *)obd_name;
-     var_trap[1].val_len = strlen(obd_name);
- 
-     /* 
-@@ -434,7 +435,7 @@
- 
-     /*And the data is a octet string, that contains the actually reason strong*/
-     var_trap[2].type = ASN_OCTET_STR;
--    var_trap[2].val.string = reason_string;
-+    var_trap[2].val.string = (unsigned char *)reason_string;
-     var_trap[2].val_len = strlen(reason_string);
- 
-     /*And now send off the trap*/
-diff -u -r lustre-1.8.1/snmp/lustre-snmp-util.c lustre-1.8.1__2.6.26/snmp/lustre-snmp-util.c
---- lustre-1.8.1/snmp/lustre-snmp-util.c	2008-08-07 11:37:43.000000000 +0200
-+++ lustre-1.8.1__2.6.26/snmp/lustre-snmp-util.c	2009-08-11 15:29:38.000000000 +0200
-@@ -45,6 +45,7 @@
- #include <net-snmp/net-snmp-config.h>
- #include <net-snmp/net-snmp-includes.h>
- #include <net-snmp/agent/net-snmp-agent-includes.h>
-+#include <net-snmp/util_funcs.h>
- 
- /*
-  *  include our .h file
-@@ -296,8 +297,8 @@
- 
- int get_sysstatus(void)
- {
--    FILE    *fptr = NULL;
--    int     len = 0;
-+    // FILE    *fptr = NULL;
-+    // int     len = 0;
-     int     ret_val = ERROR ;
-     char    sys_status[50] = {0};
-     
-@@ -542,9 +543,9 @@
-         size_t  *var_len)
- {
-     static unsigned char string[SPRINT_MAX_LEN];
--    if( SUCCESS != read_string(file_path, string,sizeof(string)))
-+    if( SUCCESS != read_string(file_path, (char *)string,sizeof(string)))
-         return NULL;
--    *var_len = strlen(string);
-+    *var_len = strlen((char *)string);
-     return (unsigned char *) string;
- }
- 
-diff -u -r lustre-1.8.1/snmp/lustre-snmp.c lustre-1.8.1__2.6.26/snmp/lustre-snmp.c
---- lustre-1.8.1/snmp/lustre-snmp.c	2008-08-07 11:37:43.000000000 +0200
-+++ lustre-1.8.1__2.6.26/snmp/lustre-snmp.c	2009-08-11 15:22:13.000000000 +0200
-@@ -39,9 +39,11 @@
-  */
-  
- #include <net-snmp/net-snmp-config.h>
-+#include <lustre-snmp-trap.h>
- #include <net-snmp/net-snmp-includes.h>
- #include <net-snmp/agent/net-snmp-agent-includes.h>
- #include <net-snmp/utilities.h>
-+#include <net-snmp/util_funcs.h>
- #include <pthread.h>
- #include "lustre-snmp.h"
- 
-@@ -238,23 +240,23 @@
- 
-     case SYSVERSION:
-         sprintf(file_path, "%s%s", LUSTRE_PATH,"version");
--        if( SUCCESS != read_string(file_path, string,sizeof(string)))
-+        if( SUCCESS != read_string(file_path, (char *)string,sizeof(string)))
-             return NULL;
--        *var_len = strlen(string);
-+        *var_len = strlen((char *)string);
-         return (unsigned char *) string;
- 
-     case SYSKERNELVERSION:
-         sprintf(file_path, "%s%s", LUSTRE_PATH,"kernel_version");
--        if( SUCCESS != read_string(file_path, string,sizeof(string)))
-+        if( SUCCESS != read_string(file_path, (char *)string,sizeof(string)))
-             return NULL;
--        *var_len = strlen(string);
-+        *var_len = strlen((char *)string);
-         return (unsigned char *) string;
- 
-     case SYSHEALTHCHECK:
-         sprintf(file_path, "%s%s", LUSTRE_PATH,FILENAME_SYSHEALTHCHECK);
--        if( SUCCESS != read_string(file_path, string,sizeof(string)))
-+        if( SUCCESS != read_string(file_path, (char *)string,sizeof(string)))
-             return NULL;
--        *var_len = strlen(string);
-+        *var_len = strlen((char *)string);
-         return (unsigned char *) string;
- 
-     case SYSSTATUS:
-@@ -574,7 +576,7 @@
- {
-   static long *long_ret;
-   int size;
--  int pid, new_value;
-+  int new_value;
- 
- 
- 
-Only in lustre-1.8.1__2.6.26/snmp: struct.h
-diff --git a/snmp/struct.h b/snmp/struct.h
-new file mode 100644
-index 0000000..302ce24
---- /dev/null
-+++ b/snmp/struct.h
-@@ -0,0 +1 @@
-+/*placeholder*/
diff --git a/debian/patches/remove-set_tunables.dpatch b/debian/patches/remove-set_tunables.dpatch
deleted file mode 100755
index a9a45d5..0000000
--- a/debian/patches/remove-set_tunables.dpatch
+++ /dev/null
@@ -1,42 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## remove-set_tunables.dpatch by Patrick Winnertz <winnie at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: removed set tunables from mount.lustre since it doesn't work under etch
-
- at DPATCH@
-diff -urNad lustre~/lustre/utils/mount_lustre.c lustre/lustre/utils/mount_lustre.c
---- lustre~/lustre/utils/mount_lustre.c	2009-08-11 15:19:03.000000000 +0200
-+++ lustre/lustre/utils/mount_lustre.c	2009-08-12 14:33:20.000000000 +0200
-@@ -330,6 +330,7 @@
- /* This is to tune the kernel for good SCSI performance.
-  * For that we set the value of /sys/block/{dev}/queue/max_sectors_kb
-  * to the value of /sys/block/{dev}/queue/max_hw_sectors_kb */
-+#if 0
- int set_tunables(char *source, int src_len)
- {
-         glob_t glob_info;
-@@ -459,6 +460,7 @@
-         globfree(&glob_info);
-         return rc;
- }
-+#endif
- 
- int main(int argc, char *const argv[])
- {
-@@ -601,13 +603,13 @@
-         if (verbose)
-                 printf("mounting device %s at %s, flags=%#x options=%s\n",
-                        source, target, flags, optcopy);
--
-+#if 0
-         if (!strstr(usource, ":/") && set_tunables(source, strlen(source)) &&
-             verbose)
-                 fprintf(stderr, "%s: unable to set tunables for %s"
-                                 " (may cause reduced IO performance)\n",
-                                 argv[0], source);
--
-+#endif
-         register_service_tags(usource, source, target);
- 
-         if (!fake) {

-- 
Lustre Debian Packaging 



More information about the Pkg-lustre-svn-commit mailing list