[Pkg-lustre-svn-commit] r352 - in /trunk/debian/patches: autogen-run.dpatch no-m64.dpatch

goswin-guest at users.alioth.debian.org goswin-guest at users.alioth.debian.org
Thu Sep 27 08:16:06 UTC 2007


Author: goswin-guest
Date: Thu Sep 27 08:16:06 2007
New Revision: 352

URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=352
Log:
Fix -m64 flag in ldiskfs too and make sure the change is included in
the autogen-run patch.


Modified:
    trunk/debian/patches/autogen-run.dpatch
    trunk/debian/patches/no-m64.dpatch

Modified: trunk/debian/patches/autogen-run.dpatch
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/autogen-run.dpatch?rev=352&op=diff
==============================================================================
--- trunk/debian/patches/autogen-run.dpatch (original)
+++ trunk/debian/patches/autogen-run.dpatch Thu Sep 27 08:16:06 2007
@@ -5,16 +5,52 @@
 ## DP: Result of running autogen.sh
 
 @DPATCH@
-
-diff -Nurwd orig/lustre-1.6.2/aclocal.m4 lustre-1.6.2/aclocal.m4
---- orig/lustre-1.6.2/aclocal.m4	2007-08-30 00:29:34.000000000 +0200
-+++ lustre-1.6.2/aclocal.m4	2007-09-14 13:58:26.000000000 +0200
+diff -urNad lustre-1.6.2~/aclocal.m4 lustre-1.6.2/aclocal.m4
+--- lustre-1.6.2~/aclocal.m4	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/aclocal.m4	2007-09-27 10:14:33.150391749 +0200
 @@ -1,4 +1,4 @@
 -# generated automatically by aclocal 1.7.8 -*- Autoconf -*-
 +# generated automatically by aclocal 1.7.9 -*- Autoconf -*-
  
  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
  # Free Software Foundation, Inc.
+@@ -482,21 +482,21 @@
+ fi
+ 
+ # FIXME
+-AC_CHECK_DECL([__i386__], [], [
+-
+-if test x$enable_bgl != xyes; then
+-AC_MSG_CHECKING([if $CC accepts -m64])
+-CC_save="$CC"
+-CC="$CC -m64"
+-AC_TRY_COMPILE([],[],[
+-	AC_MSG_RESULT([yes])
+-],[
+-	AC_MSG_RESULT([no])
+-	CC="$CC_save"
+-])
+-fi
+-
+-])
++#AC_CHECK_DECL([__i386__], [], [
++#
++#if test x$enable_bgl != xyes; then
++#AC_MSG_CHECKING([if $CC accepts -m64])
++#CC_save="$CC"
++#CC="$CC -m64"
++#AC_TRY_COMPILE([],[],[
++#	AC_MSG_RESULT([yes])
++#],[
++#	AC_MSG_RESULT([no])
++#	CC="$CC_save"
++#])
++#fi
++#
++#])
+ 
+ CPPFLAGS="-I\$(top_builddir)/lnet/include -I\$(top_srcdir)/lnet/include -I\$(top_builddir)/lustre/include -I\$(top_srcdir)/lustre/include $CPPFLAGS"
+ 
 @@ -4067,113 +4067,6 @@
  ])
  
@@ -138,18175 +174,9 @@
  
  # Helper functions for option handling.                    -*- Autoconf -*-
  
-diff -Nurwd orig/lustre-1.6.2/autom4te.cache/output.0 lustre-1.6.2/autom4te.cache/output.0
---- orig/lustre-1.6.2/autom4te.cache/output.0	1970-01-01 00:00:00.000000000 +0000
-+++ lustre-1.6.2/autom4te.cache/output.0	2007-09-14 13:58:29.000000000 +0200
-@@ -0,0 +1,16313 @@
-+@%:@! /bin/sh
-+@%:@ Guess values for system-dependent variables and create Makefiles.
-+@%:@ Generated by GNU Autoconf 2.61 for Lustre LUSTRE_VERSION.
-+@%:@
-+@%:@ Report bugs to <https://bugzilla.lustre.org/>.
-+@%:@ 
-+@%:@ 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 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+"$@"}'='"$@"'
-+  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
-+
-+# Support unset when possible.
-+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-+  as_unset=unset
-+else
-+  as_unset=false
-+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.
-+for as_var in ENV MAIL MAILPATH
-+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+done
-+PS1='$ '
-+PS2='> '
-+PS4='+ '
-+
-+# NLS nuisances.
-+for as_var in \
-+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
-+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-+  LC_TELEPHONE LC_TIME
-+do
-+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
-+    eval $as_var=C; export $as_var
-+  else
-+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+  fi
-+done
-+
-+# Required to use basename.
-+if expr a : '\(a\)' >/dev/null 2>&1 &&
-+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-+  as_expr=expr
-+else
-+  as_expr=false
-+fi
-+
-+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-+  as_basename=basename
-+else
-+  as_basename=false
-+fi
-+
-+
-+# Name of the executable.
-+as_me=`$as_basename -- "$0" ||
-+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-+	 X"$0" : 'X\(//\)$' \| \
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X/"$0" |
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-+
-+# CDPATH.
-+$as_unset CDPATH
-+
-+
-+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
-+}
-+
-+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
-+  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=.
-+  case $as_dir in
-+	 /*)
-+	   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
-+  test "x$as_lineno_1" != "x$as_lineno_2" &&
-+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
-+
-+_ASEOF
-+}; then
-+  break
-+fi
-+
-+fi
-+
-+      done
-+
-+      if test "x$CONFIG_SHELL" != x; then
-+  for as_var in BASH_ENV ENV
-+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+        done
-+        export CONFIG_SHELL
-+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
-+fi
-+
-+
-+    if test $as_have_required = no; then
-+  echo This script requires a shell more modern than all the
-+      echo shells that I found on your system.  Please install a
-+      echo modern shell, or manually run the script under such a
-+      echo shell if you do have one.
-+      { (exit 1); exit 1; }
-+fi
-+
-+    
-+fi
-+
-+fi
-+
-+
-+
-+(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 after each line using $LINENO; the second 'sed'
-+  # does the real work.  The second script uses 'N' to pair each
-+  # line-number line with the line containing $LINENO, and appends
-+  # trailing '-' during substitution so that $LINENO is not a special
-+  # case at line end.
-+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-+  # E. McMahon (1931-1989) for sed's syntax.  :-)
-+  sed -n '
-+    p
-+    /[$]LINENO/=
-+  ' <$as_myself |
-+    sed '
-+      s/[$]LINENO.*/&-/
-+      t lineno
-+      b
-+      :lineno
-+      N
-+      :loop
-+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-+      t loop
-+      s/-\n.*//
-+    ' >$as_me.lineno &&
-+  chmod +x "$as_me.lineno" ||
-+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-+   { (exit 1); exit 1; }; }
-+
-+  # Don't try to exec as it changes $[0], causing all sort of problems
-+  # (the dirname of $[0] is not the place where we might find the
-+  # original and so on.  Autoconf is especially sensitive to this).
-+  . "./$as_me.lineno"
-+  # Exit status is that of the last command.
-+  exit
-+}
-+
-+
-+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-+  as_dirname=dirname
-+else
-+  as_dirname=false
-+fi
-+
-+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 &&
-+   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
-+  as_ln_s='ln -s'
-+  # ... but there are two gotchas:
-+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-+  # In both cases, we have to default to `cp -p'.
-+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-+    as_ln_s='cp -p'
-+elif ln conf$$.file conf$$ 2>/dev/null; then
-+  as_ln_s=ln
-+else
-+  as_ln_s='cp -p'
-+fi
-+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-+rmdir conf$$.dir 2>/dev/null
-+
-+if mkdir -p . 2>/dev/null; then
-+  as_mkdir_p=:
-+else
-+  test -d ./-p && rmdir ./-p
-+  as_mkdir_p=false
-+fi
-+
-+if test -x / >/dev/null 2>&1; then
-+  as_test_x='test -x'
-+else
-+  if ls -dL / >/dev/null 2>&1; then
-+    as_ls_L_option=L
-+  else
-+    as_ls_L_option=
-+  fi
-+  as_test_x='
-+    eval sh -c '\''
-+      if test -d "$1"; then
-+        test -d "$1/.";
-+      else
-+	case $1 in
-+        -*)set "./$1";;
-+	esac;
-+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
-+	???[sx]*):;;*)false;;esac;fi
-+    '\'' sh
-+  '
-+fi
-+as_executable_p=$as_test_x
-+
-+# 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'"
-+
-+# Sed expression to map a string onto a valid variable name.
-+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-+
-+
-+
-+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`
-+
-+#
-+# Initializations.
-+#
-+ac_default_prefix=/usr/local
-+ac_clean_files=
-+ac_config_libobj_dir=.
-+LIB@&t at OBJS=
-+cross_compiling=no
-+subdirs=
-+MFLAGS=
-+MAKEFLAGS=
-+SHELL=${CONFIG_SHELL-/bin/sh}
-+
-+# Identity of this package.
-+PACKAGE_NAME='Lustre'
-+PACKAGE_TARNAME='lustre'
-+PACKAGE_VERSION='LUSTRE_VERSION'
-+PACKAGE_STRING='Lustre LUSTRE_VERSION'
-+PACKAGE_BUGREPORT='https://bugzilla.lustre.org/'
-+
-+ac_unique_file="lustre/obdclass/obdo.c"
-+ac_default_prefix=/usr
-+# Factoring default headers for most tests.
-+ac_includes_default="\
-+#include <stdio.h>
-+#ifdef HAVE_SYS_TYPES_H
-+# include <sys/types.h>
-+#endif
-+#ifdef HAVE_SYS_STAT_H
-+# include <sys/stat.h>
-+#endif
-+#ifdef STDC_HEADERS
-+# include <stdlib.h>
-+# include <stddef.h>
-+#else
-+# ifdef HAVE_STDLIB_H
-+#  include <stdlib.h>
-+# endif
-+#endif
-+#ifdef HAVE_STRING_H
-+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-+#  include <memory.h>
-+# endif
-+# include <string.h>
-+#endif
-+#ifdef HAVE_STRINGS_H
-+# include <strings.h>
-+#endif
-+#ifdef HAVE_INTTYPES_H
-+# include <inttypes.h>
-+#endif
-+#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
-+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
-+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
-+LUSTRE
-+rootsbindir
-+demodir
-+pkgexampledir
-+RANLIB
-+CPP
-+GREP
-+EGREP
-+LLCPPFLAGS
-+LLCFLAGS
-+EXTRA_KCFLAGS
-+ENABLE_DOC
-+ENABLE_INIT_SCRIPTS
-+LINUX
-+LINUX_OBJ
-+LINUX_CONFIG
-+ARCH_UM
-+UML_CFLAGS
-+MODULE_TARGET
-+linux25
-+KMODEXT
-+LINUXRELEASE
-+moduledir
-+modulefsdir
-+modulenetdir
-+RELEASE
-+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
-+subdirs
-+SNMP_DIST_SUBDIR
-+SNMP_SUBDIR
-+LDISKFS_DIR
-+LDISKFS_SUBDIR
-+LIBREADLINE
-+LIBEFENCE
-+LIBWRAP
-+PTHREAD_LIBS
-+ENABLE_LIBPTHREAD
-+CAP_LIBS
-+UPTLLND
-+USOCKLND
-+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
-+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
-+LIB@&t at OBJS
-+LTLIBOBJS'
-+ac_subst_files=''
-+      ac_precious_vars='build_alias
-+host_alias
-+target_alias
-+CC
-+CFLAGS
-+LDFLAGS
-+LIBS
-+CPPFLAGS
-+CPP'
-+ac_subdirs_all='libsysio
-+ldiskfs'
-+
-+# Initialize some variables set by options.
-+ac_init_help=
-+ac_init_version=false
-+# The variables have the same names as the options, with
-+# dashes changed to underlines.
-+cache_file=/dev/null
-+exec_prefix=NONE
-+no_create=
-+no_recursion=
-+prefix=NONE
-+program_prefix=NONE
-+program_suffix=NONE
-+program_transform_name=s,x,x,
-+silent=
-+site=
-+srcdir=
-+verbose=
-+x_includes=NONE
-+x_libraries=NONE
-+
-+# Installation directory options.
-+# These are left unexpanded so users can "make install exec_prefix=/foo"
-+# 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'
-+datarootdir='${prefix}/share'
-+datadir='${datarootdir}'
-+sysconfdir='${prefix}/etc'
-+sharedstatedir='${prefix}/com'
-+localstatedir='${prefix}/var'
-+includedir='${prefix}/include'
-+oldincludedir='/usr/include'
-+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
-+    ac_prev=
-+    continue
-+  fi
-+
-+  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_dashdash$ac_option in
-+  --)
-+    ac_dashdash=yes ;;
-+
-+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
-+    ac_prev=bindir ;;
-+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
-+    bindir=$ac_optarg ;;
-+
-+  -build | --build | --buil | --bui | --bu)
-+    ac_prev=build_alias ;;
-+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
-+    build_alias=$ac_optarg ;;
-+
-+  -cache-file | --cache-file | --cache-fil | --cache-fi \
-+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
-+    ac_prev=cache_file ;;
-+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
-+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
-+    cache_file=$ac_optarg ;;
-+
-+  --config-cache | -C)
-+    cache_file=config.cache ;;
-+
-+  -datadir | --datadir | --datadi | --datad)
-+    ac_prev=datadir ;;
-+  -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 &&
-+      { 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 ;;
-+
-+  -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 &&
-+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
-+   { (exit 1); exit 1; }; }
-+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
-+    eval enable_$ac_feature=\$ac_optarg ;;
-+
-+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-+  | --exec | --exe | --ex)
-+    ac_prev=exec_prefix ;;
-+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
-+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
-+  | --exec=* | --exe=* | --ex=*)
-+    exec_prefix=$ac_optarg ;;
-+
-+  -gas | --gas | --ga | --g)
-+    # Obsolete; use --with-gas.
-+    with_gas=yes ;;
-+
-+  -help | --help | --hel | --he | -h)
-+    ac_init_help=long ;;
-+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
-+    ac_init_help=recursive ;;
-+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
-+    ac_init_help=short ;;
-+
-+  -host | --host | --hos | --ho)
-+    ac_prev=host_alias ;;
-+  -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 ;;
-+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
-+  | --includ=* | --inclu=* | --incl=* | --inc=*)
-+    includedir=$ac_optarg ;;
-+
-+  -infodir | --infodir | --infodi | --infod | --info | --inf)
-+    ac_prev=infodir ;;
-+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
-+    infodir=$ac_optarg ;;
-+
-+  -libdir | --libdir | --libdi | --libd)
-+    ac_prev=libdir ;;
-+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
-+    libdir=$ac_optarg ;;
-+
-+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
-+  | --libexe | --libex | --libe)
-+    ac_prev=libexecdir ;;
-+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
-+  | --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)
-+    ac_prev=localstatedir ;;
-+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
-+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
-+    localstatedir=$ac_optarg ;;
-+
-+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-+    ac_prev=mandir ;;
-+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
-+    mandir=$ac_optarg ;;
-+
-+  -nfp | --nfp | --nf)
-+    # Obsolete; use --without-fp.
-+    with_fp=no ;;
-+
-+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
-+  | --no-cr | --no-c | -n)
-+    no_create=yes ;;
-+
-+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
-+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
-+    no_recursion=yes ;;
-+
-+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
-+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
-+  | --oldin | --oldi | --old | --ol | --o)
-+    ac_prev=oldincludedir ;;
-+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
-+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
-+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
-+    oldincludedir=$ac_optarg ;;
-+
-+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-+    ac_prev=prefix ;;
-+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-+    prefix=$ac_optarg ;;
-+
-+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
-+  | --program-pre | --program-pr | --program-p)
-+    ac_prev=program_prefix ;;
-+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
-+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
-+    program_prefix=$ac_optarg ;;
-+
-+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
-+  | --program-suf | --program-su | --program-s)
-+    ac_prev=program_suffix ;;
-+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
-+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
-+    program_suffix=$ac_optarg ;;
-+
-+  -program-transform-name | --program-transform-name \
-+  | --program-transform-nam | --program-transform-na \
-+  | --program-transform-n | --program-transform- \
-+  | --program-transform | --program-transfor \
-+  | --program-transfo | --program-transf \
-+  | --program-trans | --program-tran \
-+  | --progr-tra | --program-tr | --program-t)
-+    ac_prev=program_transform_name ;;
-+  -program-transform-name=* | --program-transform-name=* \
-+  | --program-transform-nam=* | --program-transform-na=* \
-+  | --program-transform-n=* | --program-transform-=* \
-+  | --program-transform=* | --program-transfor=* \
-+  | --program-transfo=* | --program-transf=* \
-+  | --program-trans=* | --program-tran=* \
-+  | --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 ;;
-+
-+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
-+    ac_prev=sbindir ;;
-+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
-+  | --sbi=* | --sb=*)
-+    sbindir=$ac_optarg ;;
-+
-+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
-+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
-+  | --sharedst | --shareds | --shared | --share | --shar \
-+  | --sha | --sh)
-+    ac_prev=sharedstatedir ;;
-+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
-+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
-+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
-+  | --sha=* | --sh=*)
-+    sharedstatedir=$ac_optarg ;;
-+
-+  -site | --site | --sit)
-+    ac_prev=site ;;
-+  -site=* | --site=* | --sit=*)
-+    site=$ac_optarg ;;
-+
-+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-+    ac_prev=srcdir ;;
-+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-+    srcdir=$ac_optarg ;;
-+
-+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
-+  | --syscon | --sysco | --sysc | --sys | --sy)
-+    ac_prev=sysconfdir ;;
-+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
-+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
-+    sysconfdir=$ac_optarg ;;
-+
-+  -target | --target | --targe | --targ | --tar | --ta | --t)
-+    ac_prev=target_alias ;;
-+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
-+    target_alias=$ac_optarg ;;
-+
-+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
-+    verbose=yes ;;
-+
-+  -version | --version | --versio | --versi | --vers | -V)
-+    ac_init_version=: ;;
-+
-+  -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 &&
-+      { echo "$as_me: error: invalid package name: $ac_package" >&2
-+   { (exit 1); exit 1; }; }
-+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
-+    eval with_$ac_package=\$ac_optarg ;;
-+
-+  -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 &&
-+      { 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 ;;
-+
-+  --x)
-+    # Obsolete; use --with-x.
-+    with_x=yes ;;
-+
-+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
-+  | --x-incl | --x-inc | --x-in | --x-i)
-+    ac_prev=x_includes ;;
-+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
-+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
-+    x_includes=$ac_optarg ;;
-+
-+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
-+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
-+    ac_prev=x_libraries ;;
-+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
-+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
-+    x_libraries=$ac_optarg ;;
-+
-+  -*) { echo "$as_me: error: unrecognized option: $ac_option
-+Try \`$0 --help' for more information." >&2
-+   { (exit 1); exit 1; }; }
-+    ;;
-+
-+  *=*)
-+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
-+    # Reject names that are not valid shell variable names.
-+    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
-+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
-+   { (exit 1); exit 1; }; }
-+    eval $ac_envvar=\$ac_optarg
-+    export $ac_envvar ;;
-+
-+  *)
-+    # FIXME: should be removed in autoconf 3.0.
-+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
-+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
-+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
-+    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
-+    ;;
-+
-+  esac
-+done
-+
-+if test -n "$ac_prev"; then
-+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
-+  { echo "$as_me: error: missing argument to $ac_option" >&2
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+# 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=\$$ac_var
-+  case $ac_val in
-+    [\\/$]* | ?:[\\/]* )  continue;;
-+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
-+  esac
-+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
-+   { (exit 1); exit 1; }; }
-+done
-+
-+# There might be people who depend on the old broken behavior: `$host'
-+# used to hold the argument of --host etc.
-+# FIXME: To remove some day.
-+build=$build_alias
-+host=$host_alias
-+target=$target_alias
-+
-+# FIXME: To remove some day.
-+if test "x$host_alias" != x; then
-+  if test "x$build_alias" = x; then
-+    cross_compiling=maybe
-+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
-+    If a cross compiler is detected then cross compile mode will be used." >&2
-+  elif test "x$build_alias" != "x$host_alias"; then
-+    cross_compiling=yes
-+  fi
-+fi
-+
-+ac_tool_prefix=
-+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 the parent directory.
-+  ac_confdir=`$as_dirname -- "$0" ||
-+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+	 X"$0" : 'X\(//\)[^/]' \| \
-+	 X"$0" : 'X\(//\)$' \| \
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X"$0" |
-+    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
-+    srcdir=..
-+  fi
-+else
-+  ac_srcdir_defaulted=no
-+fi
-+if test ! -r "$srcdir/$ac_unique_file"; then
-+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
-+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
-+   { (exit 1); exit 1; }; }
-+fi
-+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
-+ac_abs_confdir=`(
-+	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
-+   { (exit 1); exit 1; }; }
-+	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.
-+#
-+if test "$ac_init_help" = "long"; then
-+  # Omit some internal or obsolete options to make the list less imposing.
-+  # This message is too long to be a string in the A/UX 3.1 sh.
-+  cat <<_ACEOF
-+\`configure' configures Lustre LUSTRE_VERSION to adapt to many kinds of systems.
-+
-+Usage: $0 [OPTION]... [VAR=VALUE]...
-+
-+To assign environment variables (e.g., CC, CFLAGS...), specify them as
-+VAR=VALUE.  See below for descriptions of some of the useful variables.
-+
-+Defaults for the options are specified in brackets.
-+
-+Configuration:
-+  -h, --help              display this help and exit
-+      --help=short        display options specific to this package
-+      --help=recursive    display the short help of all the included packages
-+  -V, --version           display version information and exit
-+  -q, --quiet, --silent   do not print \`checking...' messages
-+      --cache-file=FILE   cache test results in FILE [disabled]
-+  -C, --config-cache      alias for \`--cache-file=config.cache'
-+  -n, --no-create         do not create output files
-+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
-+
-+Installation directories:
-+  --prefix=PREFIX         install architecture-independent files in PREFIX
-+			  [$ac_default_prefix]
-+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
-+			  [PREFIX]
-+
-+By default, \`make install' will install all the files in
-+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
-+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
-+for instance \`--prefix=\$HOME'.
-+
-+For better control, use the options below.
-+
-+Fine tuning of the installation directories:
-+  --bindir=DIR           user executables [EPREFIX/bin]
-+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
-+  --libexecdir=DIR       program executables [EPREFIX/libexec]
-+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
-+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
-+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
-+  --libdir=DIR           object code libraries [EPREFIX/lib]
-+  --includedir=DIR       C header files [PREFIX/include]
-+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
-+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
-+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
-+  --infodir=DIR          info documentation [DATAROOTDIR/info]
-+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
-+  --mandir=DIR           man documentation [DATAROOTDIR/man]
-+  --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/lustre@:>@
-+  --htmldir=DIR          html documentation [DOCDIR]
-+  --dvidir=DIR           dvi documentation [DOCDIR]
-+  --pdfdir=DIR           pdf documentation [DOCDIR]
-+  --psdir=DIR            ps documentation [DOCDIR]
-+_ACEOF
-+
-+  cat <<\_ACEOF
-+
-+Program names:
-+  --program-prefix=PREFIX            prepend PREFIX to installed program names
-+  --program-suffix=SUFFIX            append SUFFIX to installed program names
-+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
-+
-+System types:
-+  --build=BUILD     configure for building on BUILD [guessed]
-+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
-+  --target=TARGET   configure for building compilers for TARGET [HOST]
-+_ACEOF
-+fi
-+
-+if test -n "$ac_init_help"; then
-+  case $ac_init_help in
-+     short | recursive ) echo "Configuration of Lustre LUSTRE_VERSION:";;
-+   esac
-+  cat <<\_ACEOF
-+
-+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 builds
-+  --enable-dependency-tracking  Do not reject slow dependency extractors
-+  --enable-cray-xt3       enable building of Cray XT3 features
-+  --enable-bgl            enable building of BGL features
-+  --disable-doc           skip creation of pdf documentation
-+  --disable-utils         disable building of Lustre utility programs
-+  --disable-tests         disable building of Lustre tests
-+  --disable-server        disable Lustre server support
-+  --disable-client        disable Lustre client support
-+  --disable-libcfs-cdebug disable libcfs CDEBUG, CWARN
-+  --disable-libcfs-trace  disable libcfs ENTRY/EXIT
-+  --disable-libcfs-assert disable libcfs LASSERT, LASSERTF
-+  --disable-modules       disable building of Lustre kernel modules
-+  --disable-affinity      disable process/irq affinity
-+  --disable-backoff       disable socknal tunable backoff
-+  --enable-panic_dumplog  enable panic_dumplog
-+  --disable-pinger        disable recovery pinger support
-+  --disable-liblustre-recovery 
-+                          disable liblustre recovery support
-+  --enable-quota          enable quota support
-+  --enable-health-write   enable disk writes when doing health check
-+  --disable-liblustre     disable building of Lustre library
-+  --enable-liblustre-tests 
-+                          enable liblustre tests, if --disable-tests is used
-+  --enable-mpitests       build liblustre mpi tests
-+  --disable-readline      disable readline support
-+  --enable-efence         use efence library
-+  --enable-libwrap        use TCP wrappers
-+  --disable-libpthread    disable libpthread
-+  --disable-sysio-init    call sysio init functions when initializing
-+                          liblustre
-+  --disable-urandom       disable use of /dev/urandom for liblustre
-+  --disable-usocklnd      disable usocklnd
-+  --enable-mindf          Make statfs report the minimum available space on
-+                          any single OST instead of the sum of free space on
-+                          all OSTs
-+  --disable-fail-alloc    disable randomly alloc failure
-+  --enable-snmp           require SNMP support (default=auto)
-+
-+Optional Packages:
-+  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
-+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-+  --with-linux=path       set path to Linux source (default=/usr/src/linux)
-+  --with-linux-obj=path   set path to Linux objects dir (default=$LINUX)
-+  --with-linux-config=path 
-+                          set path to Linux .conf (default=$LINUX_OBJ/.config)
-+  --with-kernel-source-header=path 
-+                          Use a different kernel version header. Consult
-+                          build/README.kernel-source for details.
-+  --with-qsnet=path       set path to qsnet source (default=$LINUX)
-+  --with-gm=path-to-gm-source-tree 
-+                          build gmlnd against path
-+  --with-gm-install=path-to-gm-install-tree 
-+                          say where GM has been installed
-+  --with-openib=path      build openiblnd against path
-+  --with-cib=path         build ciblnd against path
-+  --with-vib=path         build viblnd against path
-+  --with-iib=path         build iiblnd against path
-+  --with-o2ib=path        build o2iblnd against path
-+  --with-portals=path     set path to portals
-+  --with-mx=path          build mxlnd against path
-+  --with-sysio=path       set path to libsysio source (default is included
-+                          libsysio)
-+  --with-ldiskfs=path     set path to ldiskfs source (default is included
-+                          ldiskfs)
-+  --with-max-payload-mb=MBytes 
-+                          set maximum lnet payload in MBytes
-+  --with-obd-buffer-size=size 
-+                          set lctl ioctl maximum bytes (default=8192)
-+
-+Some influential environment variables:
-+  CC          C compiler command
-+  CFLAGS      C compiler flags
-+  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
-+              nonstandard directory <lib dir>
-+  LIBS        libraries to pass to the linker, e.g. -l<library>
-+  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
-+              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.
-+
-+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.
-+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
-+    test -d "$ac_dir" || continue
-+    ac_builddir=.
-+
-+case "$ac_dir" in
-+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-+*)
-+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-+  # 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
-+  .)  # We are building in place.
-+    ac_srcdir=.
-+    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
-+    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" || { 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 || ac_status=$?
-+    cd "$ac_pwd" || { ac_status=$?; break; }
-+  done
-+fi
-+
-+test -n "$ac_init_help" && exit $ac_status
-+if $ac_init_version; then
-+  cat <<\_ACEOF
-+Lustre configure LUSTRE_VERSION
-+generated by GNU Autoconf 2.61
-+
-+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
-+fi
-+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.61.  Invocation command line was
-+
-+  $ $0 $@
-+
-+_ACEOF
-+exec 5>>config.log
-+{
-+cat <<_ASUNAME
-+@%:@@%:@ --------- @%:@@%:@
-+@%:@@%:@ Platform. @%:@@%:@
-+@%:@@%:@ --------- @%:@@%:@
-+
-+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
-+uname -m = `(uname -m) 2>/dev/null || echo unknown`
-+uname -r = `(uname -r) 2>/dev/null || echo unknown`
-+uname -s = `(uname -s) 2>/dev/null || echo unknown`
-+uname -v = `(uname -v) 2>/dev/null || echo unknown`
-+
-+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
-+/bin/uname -X     = `(/bin/uname -X) 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`
-+/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`
-+
-+_ASUNAME
-+
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  echo "PATH: $as_dir"
-+done
-+IFS=$as_save_IFS
-+
-+} >&5
-+
-+cat >&5 <<_ACEOF
-+
-+
-+@%:@@%:@ ----------- @%:@@%:@
-+@%:@@%:@ Core tests. @%:@@%:@
-+@%:@@%:@ ----------- @%:@@%:@
-+
-+_ACEOF
-+
-+
-+# Keep a trace of the command line.
-+# Strip out --no-create and --no-recursion so they do not pile up.
-+# Strip out --silent because we don't want to record it for future runs.
-+# Also quote any args containing shell meta-characters.
-+# Make two passes to allow for proper duplicate-argument suppression.
-+ac_configure_args=
-+ac_configure_args0=
-+ac_configure_args1=
-+ac_must_keep_next=false
-+for ac_pass in 1 2
-+do
-+  for ac_arg
-+  do
-+    case $ac_arg in
-+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
-+    -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
-+    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
-+    2)
-+      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
-+      if test $ac_must_keep_next = true; then
-+	ac_must_keep_next=false # Got value, back to normal.
-+      else
-+	case $ac_arg in
-+	  *=* | --config-cache | -C | -disable-* | --disable-* \
-+	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
-+	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
-+	  | -with-* | --with-* | -without-* | --without-* | --x)
-+	    case "$ac_configure_args0 " in
-+	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
-+	    esac
-+	    ;;
-+	  -* ) ac_must_keep_next=true ;;
-+	esac
-+      fi
-+      ac_configure_args="$ac_configure_args '$ac_arg'"
-+      ;;
-+    esac
-+  done
-+done
-+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
-+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
-+
-+# 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: 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.
-+  {
-+    echo
-+
-+    cat <<\_ASBOX
-+@%:@@%:@ ---------------- @%:@@%:@
-+@%:@@%:@ Cache variables. @%:@@%:@
-+@%:@@%:@ ---------------- @%:@@%:@
-+_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 $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"
-+      ;; #(
-+    *)
-+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-+      ;;
-+    esac |
-+    sort
-+)
-+    echo
-+
-+    cat <<\_ASBOX
-+@%:@@%:@ ----------------- @%:@@%:@
-+@%:@@%:@ Output variables. @%:@@%:@
-+@%:@@%:@ ----------------- @%:@@%:@
-+_ASBOX
-+    echo
-+    for ac_var in $ac_subst_vars
-+    do
-+      eval ac_val=\$$ac_var
-+      case $ac_val in
-+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-+      esac
-+      echo "$ac_var='\''$ac_val'\''"
-+    done | sort
-+    echo
-+
-+    if test -n "$ac_subst_files"; then
-+      cat <<\_ASBOX
-+@%:@@%:@ ------------------- @%:@@%:@
-+@%:@@%:@ File substitutions. @%:@@%:@
-+@%:@@%:@ ------------------- @%:@@%:@
-+_ASBOX
-+      echo
-+      for ac_var in $ac_subst_files
-+      do
-+	eval ac_val=\$$ac_var
-+	case $ac_val in
-+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-+	esac
-+	echo "$ac_var='\''$ac_val'\''"
-+      done | sort
-+      echo
-+    fi
-+
-+    if test -s confdefs.h; then
-+      cat <<\_ASBOX
-+@%:@@%:@ ----------- @%:@@%:@
-+@%:@@%:@ confdefs.h. @%:@@%:@
-+@%:@@%:@ ----------- @%:@@%:@
-+_ASBOX
-+      echo
-+      cat confdefs.h
-+      echo
-+    fi
-+    test "$ac_signal" != 0 &&
-+      echo "$as_me: caught signal $ac_signal"
-+    echo "$as_me: exit $exit_status"
-+  } >&5
-+  rm -f core *.core core.conftest.* &&
-+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
-+    exit $exit_status
-+' 0
-+for ac_signal in 1 2 13 15; do
-+  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
-+done
-+ac_signal=0
-+
-+# confdefs.h avoids OS command line length limits that DEFS can exceed.
-+rm -f -r conftest* confdefs.h
-+
-+# Predefined preprocessor variables.
-+
-+cat >>confdefs.h <<_ACEOF
-+@%:@define PACKAGE_NAME "$PACKAGE_NAME"
-+_ACEOF
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
-+_ACEOF
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
-+_ACEOF
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+@%:@define PACKAGE_STRING "$PACKAGE_STRING"
-+_ACEOF
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
-+_ACEOF
-+
-+
-+# Let the site file select an alternate cache file if it wants to.
-+# Prefer explicitly selected file to automatically selected ones.
-+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
-+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;}
-+    sed 's/^/| /' "$ac_site_file" >&5
-+    . "$ac_site_file"
-+  fi
-+done
-+
-+if test -r "$cache_file"; then
-+  # Some versions of bash will fail to source /dev/null (special
-+  # files actually), so we avoid doing that.
-+  if test -f "$cache_file"; then
-+    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
-+echo "$as_me: loading cache $cache_file" >&6;}
-+    case $cache_file in
-+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
-+      *)                      . "./$cache_file";;
-+    esac
-+  fi
-+else
-+  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
-+echo "$as_me: creating cache $cache_file" >&6;}
-+  >$cache_file
-+fi
-+
-+# Check that the precious variables saved in the cache have kept the same
-+# value.
-+ac_cache_corrupted=false
-+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
-+  case $ac_old_set,$ac_new_set in
-+    set,)
-+      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
-+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
-+      ac_cache_corrupted=: ;;
-+    ,set)
-+      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
-+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
-+      ac_cache_corrupted=: ;;
-+    ,);;
-+    *)
-+      if test "x$ac_old_val" != "x$ac_new_val"; then
-+	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
-+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
-+	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
-+echo "$as_me:   former value:  $ac_old_val" >&2;}
-+	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
-+echo "$as_me:   current value: $ac_new_val" >&2;}
-+	ac_cache_corrupted=:
-+      fi;;
-+  esac
-+  # Pass precious variables to config.status.
-+  if test "$ac_new_set" = set; then
-+    case $ac_new_val in
-+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
-+    *) ac_arg=$ac_var=$ac_new_val ;;
-+    esac
-+    case " $ac_configure_args " in
-+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
-+      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
-+    esac
-+  fi
-+done
-+if $ac_cache_corrupted; then
-+  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
-+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
-+  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
-+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+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_LUSTRE_MAJOR=1
-+AC_LUSTRE_MINOR=6
-+AC_LUSTRE_PATCH=2
-+AC_LUSTRE_FIX=0
-+AC_LUSTRE_VERSION_STRING=1.6.2
-+AC_LUSTRE_VER_ALLOWED_OFFSET="OBD_OCD_VERSION(0,0,1,32)"
-+AC_LUSTRE_LIB_VER_OFFSET_WARN="OBD_OCD_VERSION(0,0,1,32)"
-+AC_LUSTRE_CLI_VER_OFFSET_WARN="OBD_OCD_VERSION(0,2,0,0)"
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+if test "1.6.2" = "LUSTRE""_VERSION" ; then
-+	{ { echo "$as_me:$LINENO: error: This script was not built with a version number." >&5
-+echo "$as_me: error: This script was not built with a version number." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+
-+
-+
-+
-+ac_aux_dir=
-+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
-+    ac_aux_dir=$ac_dir
-+    ac_install_sh="$ac_aux_dir/install.sh -c"
-+    break
-+  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;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+# 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.
-+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
-+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
-+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
-+   { (exit 1); exit 1; }; }
-+
-+{ echo "$as_me:$LINENO: checking build system type" >&5
-+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
-+if test "${ac_cv_build+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_build_alias=$build_alias
-+test "x$ac_build_alias" = x &&
-+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
-+test "x$ac_build_alias" = x &&
-+  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
-+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
-+   { (exit 1); exit 1; }; }
-+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; }
-+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
-+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
-+  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; }
-+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
-+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
-+  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; }
-+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
-+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.
-+# will get canonicalized.
-+test -n "$target_alias" &&
-+  test "$program_prefix$program_suffix$program_transform_name" = \
-+    NONENONEs,x,x, &&
-+  program_prefix=${target_alias}-
-+
-+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:
-+# SysV /etc/install, /usr/sbin/install
-+# SunOS /usr/etc/install
-+# IRIX /sbin/install
-+# AIX /bin/install
-+# AmigaOS /C/install, which installs bootblocks on floppy discs
-+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
-+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
-+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
-+# OS/2's system install, which has a completely different semantic
-+# ./install, which can be erroneously created by make from ./install.sh.
-+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
-+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
-+if test -z "$INSTALL"; then
-+if test "${ac_cv_path_install+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  # Account for people who put trailing slashes in PATH elements.
-+case $as_dir/ in
-+  ./ | .// | /cC/* | \
-+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
-+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
-+  /usr/ucb/* ) ;;
-+  *)
-+    # OSF1 and SCO ODT 3.0 have their own names for install.
-+    # Don't use installbsd from OSF since it installs stuff as root
-+    # by default.
-+    for ac_prog in ginstall scoinst install; do
-+      for ac_exec_ext in '' $ac_executable_extensions; do
-+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
-+	  if test $ac_prog = install &&
-+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-+	    # AIX install.  It has an incompatible calling convention.
-+	    :
-+	  elif test $ac_prog = install &&
-+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-+	    # program-specific install script used by HP pwplus--don't use.
-+	    :
-+	  else
-+	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
-+	    break 3
-+	  fi
-+	fi
-+      done
-+    done
-+    ;;
-+esac
-+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.  Don't cache a
-+    # value for INSTALL within a source directory, because that will
-+    # break other packages using the cache if that directory is
-+    # removed, or if the value is a relative name.
-+    INSTALL=$ac_install_sh
-+  fi
-+fi
-+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
-+echo "${ECHO_T}$INSTALL" >&6; }
-+
-+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
-+# It thinks the first close brace ends the variable substitution.
-+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-+
-+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; }
-+# 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".
-+      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
-+alias in your environment" >&5
-+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
-+alias in your environment" >&2;}
-+   { (exit 1); exit 1; }; }
-+   fi
-+
-+   test "$2" = conftest.file
-+   )
-+then
-+   # Ok.
-+   :
-+else
-+   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
-+Check your system clock" >&5
-+echo "$as_me: error: newly created file is older than distributed files!
-+Check your system clock" >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+{ 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"
-+# Use a double $ so make ignores it.
-+test "$program_suffix" != NONE &&
-+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
-+# Double any \ or $.  echo might interpret backslashes.
-+# By default was `s,x,x', remove it if useless.
-+cat <<\_ACEOF >conftest.sed
-+s/[\\$]/&&/g;s/;s,x,x,$//
-+_ACEOF
-+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
-+rm -f conftest.sed
-+
-+
-+# expand $ac_aux_dir to an absolute path
-+am_aux_dir=`cd $ac_aux_dir && pwd`
-+
-+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
-+# Use eval to expand $SHELL
-+if eval "$MISSING --run true"; then
-+  am_missing_run="$MISSING --run "
-+else
-+  am_missing_run=
-+  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
-+echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
-+fi
-+
-+for ac_prog in gawk mawk nawk awk
-+do
-+  # Extract the first word of "$ac_prog", so it can be a program name with args.
-+set dummy $ac_prog; ac_word=$2
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_AWK+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$AWK"; then
-+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { 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; }
-+else
-+  { 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 x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
-+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.make <<\_ACEOF
-+SHELL = /bin/sh
-+all:
-+	@echo '@@@%%%=$(MAKE)=@@@%%%'
-+_ACEOF
-+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-+case `${MAKE-make} -f conftest.make 2>/dev/null` in
-+  *@@@%%%=?*=@@@%%%*)
-+    eval ac_cv_prog_make_${ac_make}_set=yes;;
-+  *)
-+    eval ac_cv_prog_make_${ac_make}_set=no;;
-+esac
-+rm -f conftest.make
-+fi
-+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
-+  { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+  SET_MAKE=
-+else
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+  SET_MAKE="MAKE=${MAKE-make}"
-+fi
-+
-+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
-+
-+ # 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
-+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
-+   { (exit 1); exit 1; }; }
-+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
-+
-+
-+# Define the identity of the package.
-+ PACKAGE='lustre'
-+ VERSION='1.6.2'
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+@%:@define PACKAGE "$PACKAGE"
-+_ACEOF
-+
-+ 
-+cat >>confdefs.h <<_ACEOF
-+@%:@define VERSION "$VERSION"
-+_ACEOF
-+
-+# Some tools Automake needs.
-+
-+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
-+
-+
-+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
-+
-+
-+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
-+
-+
-+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
-+# run `make install-strip'.  However `strip' might not be the right
-+# tool to use in cross-compilation environments, therefore Automake
-+# will honor the `STRIP' environment variable to overrule this program.
-+if test "$cross_compiling" != no; then
-+  if test -n "$ac_tool_prefix"; then
-+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
-+set dummy ${ac_tool_prefix}strip; ac_word=$2
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_STRIP+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$STRIP"; then
-+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+IFS=$as_save_IFS
-+
-+fi
-+fi
-+STRIP=$ac_cv_prog_STRIP
-+if test -n "$STRIP"; then
-+  { echo "$as_me:$LINENO: result: $STRIP" >&5
-+echo "${ECHO_T}$STRIP" >&6; }
-+else
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+fi
-+
-+
-+fi
-+if test -z "$ac_cv_prog_STRIP"; then
-+  ac_ct_STRIP=$STRIP
-+  # Extract the first word of "strip", so it can be a program name with args.
-+set dummy strip; ac_word=$2
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$ac_ct_STRIP"; then
-+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-+    ac_cv_prog_ac_ct_STRIP="strip"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+IFS=$as_save_IFS
-+
-+fi
-+fi
-+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
-+if test -n "$ac_ct_STRIP"; then
-+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
-+else
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+fi
-+
-+  if test "x$ac_ct_STRIP" = x; then
-+    STRIP=":"
-+  else
-+    case $cross_compiling:$ac_tool_warned in
-+yes:)
-+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
-+whose name does not start with the host triplet.  If you think this
-+configuration is useful to you, please write to autoconf at gnu.org." >&5
-+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
-+whose name does not start with the host triplet.  If you think this
-+configuration is useful to you, please write to autoconf at gnu.org." >&2;}
-+ac_tool_warned=yes ;;
-+esac
-+    STRIP=$ac_ct_STRIP
-+  fi
-+else
-+  STRIP="$ac_cv_prog_STRIP"
-+fi
-+
-+fi
-+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
-+
-+# We need awk for the "check" target.  The system "awk" is bad on
-+# some platforms.
-+
-+
-+
-+# AM_MAINTAINER_MODE
-+
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+if test -n "$ac_tool_prefix"; then
-+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
-+set dummy ${ac_tool_prefix}gcc; ac_word=$2
-+{ 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
-+  if test -n "$CC"; then
-+  ac_cv_prog_CC="$CC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-+    ac_cv_prog_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; }
-+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 "gcc", so it can be a program name with args.
-+set dummy gcc; ac_word=$2
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+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 { 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; }
-+else
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+fi
-+
-+  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.
-+set dummy ${ac_tool_prefix}cc; ac_word=$2
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$CC"; then
-+  ac_cv_prog_CC="$CC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { 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
-+fi
-+if test -z "$CC"; then
-+  # Extract the first word of "cc", so it can be a program name with args.
-+set dummy cc; ac_word=$2
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$CC"; then
-+  ac_cv_prog_CC="$CC" # Let the user override the test.
-+else
-+  ac_prog_rejected=no
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
-+       ac_prog_rejected=yes
-+       continue
-+     fi
-+    ac_cv_prog_CC="cc"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  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.
-+  set dummy $ac_cv_prog_CC
-+  shift
-+  if test $@%:@ != 0; then
-+    # We chose a different compiler from the bogus one.
-+    # However, it has the same basename, so the bogon will be chosen
-+    # first if we set CC to just the basename; use the full file name.
-+    shift
-+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
-+  fi
-+fi
-+fi
-+fi
-+CC=$ac_cv_prog_CC
-+if test -n "$CC"; then
-+  { 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 "$CC"; then
-+  if test -n "$ac_tool_prefix"; then
-+  for ac_prog in cl.exe
-+  do
-+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-+{ 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
-+  if test -n "$CC"; then
-+  ac_cv_prog_CC="$CC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-+    ac_cv_prog_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; }
-+else
-+  { 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.exe
-+do
-+  # Extract the first word of "$ac_prog", so it can be a program name with args.
-+set dummy $ac_prog; ac_word=$2
-+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_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 { 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; }
-+else
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+fi
-+
-+
-+  test -n "$ac_ct_CC" && break
-+done
-+
-+  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
-+
-+
-+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: no acceptable C compiler found in \$PATH
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+
-+# Provide some information about the compiler.
-+echo "$as_me:$LINENO: checking for C compiler version" >&5
-+ac_compiler=`set X $ac_compile; echo $2`
-+{ (ac_try="$ac_compiler --version >&5"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compiler --version >&5") 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }
-+{ (ac_try="$ac_compiler -v >&5"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compiler -v >&5") 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }
-+{ (ac_try="$ac_compiler -V >&5"
-+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); }
-+
-+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
-+ac_clean_files_save=$ac_clean_files
-+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; }
-+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
-+#
-+# List of possible output files, starting from the most likely.
-+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
-+# only as a last resort.  b.out is created by i960 compilers.
-+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
-+#
-+# The IRIX 6 linker writes into existing files which may not be
-+# executable, retaining their permissions.  Remove them first so a
-+# subsequent execution test works.
-+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
-+  # 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 | *.map | *.inf | *.o | *.obj )
-+	;;
-+    [ab].out )
-+	# We found the default executable, but exeext='' is most
-+	# certainly right.
-+	break;;
-+    *.* )
-+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
-+	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
-+
-+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: C compiler cannot create executables
-+See \`config.log' for more details." >&2;}
-+   { (exit 77); exit 77; }; }
-+fi
-+
-+ac_exeext=$ac_cv_exeext
-+
-+# Check that the compiler produces executables we can run.  If not, either
-+# the compiler is broken, or we cross compile.
-+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
-+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
-+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
-+# If not cross compiling, check that we can run a simple program.
-+if test "$cross_compiling" != yes; then
-+  if { ac_try='./$ac_file'
-+  { (case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_try") 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+    cross_compiling=no
-+  else
-+    if test "$cross_compiling" = maybe; then
-+	cross_compiling=yes
-+    else
-+	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
-+If you meant to cross compile, use \`--host'.
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: cannot run C compiled programs.
-+If you meant to cross compile, use \`--host'.
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+    fi
-+  fi
-+fi
-+{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+
-+rm -f a.out a.exe conftest$ac_cv_exeext b.out
-+ac_clean_files=$ac_clean_files_save
-+# Check that the compiler produces executables we can run.  If not, either
-+# the compiler is broken, or we cross compile.
-+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
-+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
-+echo "${ECHO_T}$cross_compiling" >&6; }
-+
-+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
-+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
-+if { (ac_try="$ac_link"
-+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
-+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
-+# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
-+# work properly (i.e., refer to `conftest.exe'), while it won't with
-+# `rm'.
-+for ac_file in conftest.exe conftest conftest.*; do
-+  test -f "$ac_file" || continue
-+  case $ac_file in
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
-+    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-+	  break;;
-+    * ) break;;
-+  esac
-+done
-+else
-+  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+rm -f conftest$ac_cv_exeext
-+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-+echo "${ECHO_T}$ac_cv_exeext" >&6; }
-+
-+rm -f conftest.$ac_ext
-+EXEEXT=$ac_cv_exeext
-+ac_exeext=$EXEEXT
-+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
-+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
-+if test "${ac_cv_objext+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.o conftest.obj
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "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 conftest.o conftest.obj conftest.*; do
-+  test -f "$ac_file" || continue;
-+  case $ac_file in
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
-+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
-+       break;;
-+  esac
-+done
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: cannot compute suffix of object files: cannot compile
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+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; }
-+OBJEXT=$ac_cv_objext
-+ac_objext=$OBJEXT
-+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
-+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
-+if test "${ac_cv_c_compiler_gnu+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+#ifndef __GNUC__
-+       choke me
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_compiler_gnu=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_compiler_gnu=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+ac_cv_c_compiler_gnu=$ac_compiler_gnu
-+
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
-+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
-+GCC=`test $ac_compiler_gnu = yes && echo yes`
-+ac_test_CFLAGS=${CFLAGS+set}
-+ac_save_CFLAGS=$CFLAGS
-+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
-+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_cc_g+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_save_c_werror_flag=$ac_c_werror_flag
-+   ac_c_werror_flag=yes
-+   ac_cv_prog_cc_g=no
-+   CFLAGS="-g"
-+   cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* 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); } && {
-+	 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); } && {
-+	 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); } && {
-+	 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
-+
-+	
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+   ac_c_werror_flag=$ac_save_c_werror_flag
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
-+if test "$ac_test_CFLAGS" = set; then
-+  CFLAGS=$ac_save_CFLAGS
-+elif test $ac_cv_prog_cc_g = yes; then
-+  if test "$GCC" = yes; then
-+    CFLAGS="-g -O2"
-+  else
-+    CFLAGS="-g"
-+  fi
-+else
-+  if test "$GCC" = yes; then
-+    CFLAGS="-O2"
-+  else
-+    CFLAGS=
-+  fi
-+fi
-+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
-+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
-+if test "${ac_cv_prog_cc_c89+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_cv_prog_cc_c89=no
-+ac_save_CC=$CC
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <stdarg.h>
-+#include <stdio.h>
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
-+struct buf { int x; };
-+FILE * (*rcsopen) (struct buf *, struct stat *, int);
-+static char *e (p, i)
-+     char **p;
-+     int i;
-+{
-+  return p[i];
-+}
-+static char *f (char * (*g) (char **, int), char **p, ...)
-+{
-+  char *s;
-+  va_list v;
-+  va_start (v,p);
-+  s = g (p, va_arg (v,int));
-+  va_end (v);
-+  return s;
-+}
-+
-+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
-+   function prototypes and stuff, but not '\xHH' hex character constants.
-+   These don't provoke an error unfortunately, instead are silently treated
-+   as 'x'.  The following induces an error, until -std is added to get
-+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
-+   array size at least.  It's necessary to write '\x00'==0 to get something
-+   that's true only with -std.  */
-+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
-+
-+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
-+   inside strings and character constants.  */
-+#define FOO(x) 'x'
-+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
-+
-+int test (int i, double x);
-+struct s1 {int (*f) (int a);};
-+struct s2 {int (*f) (double a);};
-+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
-+int argc;
-+char **argv;
-+int
-+main ()
-+{
-+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-+do
-+  CC="$ac_save_CC $ac_arg"
-+  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_prog_cc_c89=$ac_arg
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext 
-+  test "x$ac_cv_prog_cc_c89" != "xno" && break
-+done
-+rm -f conftest.$ac_ext
-+CC=$ac_save_CC
-+
-+fi
-+# AC_CACHE_VAL
-+case "x$ac_cv_prog_cc_c89" in
-+  x)
-+    { echo "$as_me:$LINENO: result: none needed" >&5
-+echo "${ECHO_T}none needed" >&6; } ;;
-+  xno)
-+    { echo "$as_me:$LINENO: result: unsupported" >&5
-+echo "${ECHO_T}unsupported" >&6; } ;;
-+  *)
-+    CC="$CC $ac_cv_prog_cc_c89"
-+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
-+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
-+esac
-+
-+
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+DEPDIR="${am__leading_dot}deps"
-+
-+ac_config_commands="$ac_config_commands depfiles"
-+
-+
-+am_make=${MAKE-make}
-+cat > confinc << 'END'
-+am__doit:
-+	@echo done
-+.PHONY: am__doit
-+END
-+# If we don't find an include directive, just comment out the code.
-+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
-+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
-+am__include="#"
-+am__quote=
-+_am_result=none
-+# First try GNU make style include.
-+echo "include confinc" > confmf
-+# We grep out `Entering directory' and `Leaving directory'
-+# messages which can occur if `w' ends up in MAKEFLAGS.
-+# In particular we don't look at `^make:' because GNU make might
-+# be invoked under some other name (usually "gmake"), in which
-+# case it prints its new name instead of `make'.
-+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
-+   am__include=include
-+   am__quote=
-+   _am_result=GNU
-+fi
-+# Now try BSD make style include.
-+if test "$am__include" = "#"; then
-+   echo '.include "confinc"' > confmf
-+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
-+      am__include=.include
-+      am__quote="\""
-+      _am_result=BSD
-+   fi
-+fi
-+
-+
-+{ echo "$as_me:$LINENO: result: $_am_result" >&5
-+echo "${ECHO_T}$_am_result" >&6; }
-+rm -f confinc confmf
-+
-+# Check whether --enable-dependency-tracking was given.
-+if test "${enable_dependency_tracking+set}" = set; then
-+  enableval=$enable_dependency_tracking; 
-+fi
-+
-+if test "x$enable_dependency_tracking" != xno; then
-+  am_depcomp="$ac_aux_dir/depcomp"
-+  AMDEPBACKSLASH='\'
-+fi
-+
-+
-+if test "x$enable_dependency_tracking" != xno; then
-+  AMDEP_TRUE=
-+  AMDEP_FALSE='#'
-+else
-+  AMDEP_TRUE='#'
-+  AMDEP_FALSE=
-+fi
-+
-+
-+
-+
-+depcc="$CC"   am_compiler_list=
-+
-+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
-+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
-+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
-+  # We make a subdir and do the tests there.  Otherwise we can end up
-+  # making bogus files that we don't know about and never remove.  For
-+  # instance it was reported that on HP-UX the gcc test will end up
-+  # making a dummy file named `D' -- because `-MD' means `put the output
-+  # in D'.
-+  mkdir conftest.dir
-+  # Copy depcomp to subdir because otherwise we won't find it if we're
-+  # using a relative directory.
-+  cp "$am_depcomp" conftest.dir
-+  cd conftest.dir
-+  # We will build objects and dependencies in a subdirectory because
-+  # it helps to detect inapplicable dependency modes.  For instance
-+  # both Tru64's cc and ICC support -MD to output dependencies as a
-+  # side effect of compilation, but ICC will put the dependencies in
-+  # the current directory while Tru64 will put them in the object
-+  # directory.
-+  mkdir sub
-+
-+  am_cv_CC_dependencies_compiler_type=none
-+  if test "$am_compiler_list" = ""; then
-+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
-+  fi
-+  for depmode in $am_compiler_list; do
-+    # Setup a source with many dependencies, because some compilers
-+    # like to wrap large dependency lists on column 80 (with \), and
-+    # we should not choose a depcomp mode which is confused by this.
-+    #
-+    # We need to recreate these files for each test, as the compiler may
-+    # overwrite some of them when testing with obscure command lines.
-+    # This happens at least with the AIX C compiler.
-+    : > sub/conftest.c
-+    for i in 1 2 3 4 5 6; do
-+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
-+      : > sub/conftst$i.h
-+    done
-+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-+
-+    case $depmode in
-+    nosideeffect)
-+      # after this tag, mechanisms are not by side-effect, so they'll
-+      # only be used when explicitly requested
-+      if test "x$enable_dependency_tracking" = xyes; then
-+	continue
-+      else
-+	break
-+      fi
-+      ;;
-+    none) break ;;
-+    esac
-+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
-+    # mode.  It turns out that the SunPro C++ compiler does not properly
-+    # handle `-M -o', and we need to detect this.
-+    if depmode=$depmode \
-+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
-+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
-+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
-+         >/dev/null 2>conftest.err &&
-+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
-+       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).  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
-+    fi
-+  done
-+
-+  cd ..
-+  rm -rf conftest.dir
-+else
-+  am_cv_CC_dependencies_compiler_type=none
-+fi
-+
-+fi
-+{ 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
-+
-+
-+
-+if 
-+  test "x$enable_dependency_tracking" != xno \
-+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
-+  am__fastdepCC_TRUE=
-+  am__fastdepCC_FALSE='#'
-+else
-+  am__fastdepCC_TRUE='#'
-+  am__fastdepCC_FALSE=
-+fi
-+
-+
-+
-+
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
-+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
-+# On Suns, sometimes $CPP names a directory.
-+if test -n "$CPP" && test -d "$CPP"; then
-+  CPP=
-+fi
-+if test -z "$CPP"; then
-+  if test "${ac_cv_prog_CPP+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+      # Double quotes because CPP needs to be expanded
-+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
-+    do
-+      ac_preproc_ok=false
-+for ac_c_preproc_warn_flag in '' yes
-+do
-+  # Use a header file that comes with gcc, so configuring glibc
-+  # with a fresh cross-compiler works.
-+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+  # <limits.h> exists even on freestanding compilers.
-+  # On the NeXT, cc -E runs the code through the compiler's parser,
-+  # not just through cpp. "Syntax error" is here to catch this case.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@ifdef __STDC__
-+@%:@ include <limits.h>
-+@%:@else
-+@%:@ include <assert.h>
-+@%:@endif
-+		     Syntax error
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  :
-+else
-+  echo "$as_me: failed program was:" >&5
-+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 nonexistent headers
-+  # can be detected and how.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <ac_nonexistent.h>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  # Broken: success on invalid input.
-+continue
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  # Passes both tests.
-+ac_preproc_ok=:
-+break
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+
-+done
-+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-+rm -f conftest.err conftest.$ac_ext
-+if $ac_preproc_ok; then
-+  break
-+fi
-+
-+    done
-+    ac_cv_prog_CPP=$CPP
-+  
-+fi
-+  CPP=$ac_cv_prog_CPP
-+else
-+  ac_cv_prog_CPP=$CPP
-+fi
-+{ echo "$as_me:$LINENO: result: $CPP" >&5
-+echo "${ECHO_T}$CPP" >&6; }
-+ac_preproc_ok=false
-+for ac_c_preproc_warn_flag in '' yes
-+do
-+  # Use a header file that comes with gcc, so configuring glibc
-+  # with a fresh cross-compiler works.
-+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+  # <limits.h> exists even on freestanding compilers.
-+  # On the NeXT, cc -E runs the code through the compiler's parser,
-+  # not just through cpp. "Syntax error" is here to catch this case.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@ifdef __STDC__
-+@%:@ include <limits.h>
-+@%:@else
-+@%:@ include <assert.h>
-+@%:@endif
-+		     Syntax error
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  :
-+else
-+  echo "$as_me: failed program was:" >&5
-+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 nonexistent headers
-+  # can be detected and how.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <ac_nonexistent.h>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  # Broken: success on invalid input.
-+continue
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  # Passes both tests.
-+ac_preproc_ok=:
-+break
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+
-+done
-+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-+rm -f conftest.err conftest.$ac_ext
-+if $ac_preproc_ok; then
-+  :
-+else
-+  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+
-+
-+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
-+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
-+if test "${ac_cv_path_GREP+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  # Extract the first word of "grep ggrep" to use in msg output
-+if test -z "$GREP"; then
-+set dummy grep ggrep; ac_prog_name=$2
-+if test "${ac_cv_path_GREP+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+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
-+  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; }
-+if test "${ac_cv_header_stdc+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <stdlib.h>
-+#include <stdarg.h>
-+#include <string.h>
-+#include <float.h>
-+
-+int
-+main ()
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_cv_header_stdc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_cv_header_stdc=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+if test $ac_cv_header_stdc = yes; then
-+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <string.h>
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "memchr" >/dev/null 2>&1; then
-+  :
-+else
-+  ac_cv_header_stdc=no
-+fi
-+rm -f conftest*
-+
-+fi
-+
-+if test $ac_cv_header_stdc = yes; then
-+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <stdlib.h>
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "free" >/dev/null 2>&1; then
-+  :
-+else
-+  ac_cv_header_stdc=no
-+fi
-+rm -f conftest*
-+
-+fi
-+
-+if test $ac_cv_header_stdc = yes; then
-+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
-+  if test "$cross_compiling" = yes; then
-+  :
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <ctype.h>
-+#include <stdlib.h>
-+#if ((' ' & 0x0FF) == 0x020)
-+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
-+#else
-+# define ISLOWER(c) \
-+		   (('a' <= (c) && (c) <= 'i') \
-+		     || ('j' <= (c) && (c) <= 'r') \
-+		     || ('s' <= (c) && (c) <= 'z'))
-+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
-+#endif
-+
-+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
-+int
-+main ()
-+{
-+  int i;
-+  for (i = 0; i < 256; i++)
-+    if (XOR (islower (i), ISLOWER (i))
-+	|| toupper (i) != TOUPPER (i))
-+      return 2;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-+  { (case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_try") 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  :
-+else
-+  echo "$as_me: program exited with status $ac_status" >&5
-+echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+( exit $ac_status )
-+ac_cv_header_stdc=no
-+fi
-+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-+fi
-+
-+
-+fi
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
-+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
-+if test $ac_cv_header_stdc = yes; then
-+  
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define STDC_HEADERS 1
-+_ACEOF
-+
-+fi
-+
-+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
-+		  inttypes.h stdint.h unistd.h
-+do
-+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+
-+@%:@include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  eval "$as_ac_Header=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	eval "$as_ac_Header=no"
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+
-+done
-+
-+
-+case $target_os in
-+	linux*)
-+		lb_target_os="linux"
-+		;;
-+	darwin*)
-+		lb_target_os="darwin"
-+		;;
-+esac
-+
-+
-+
-+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 was given.
-+if test "${enable_cray_xt3+set}" = set; then
-+  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; }
-+if test x$enable_cray_xt3 != xno; then
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CRAY_XT3 1
-+_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 was given.
-+if test "${enable_bgl+set}" = set; then
-+  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; }
-+if test x$enable_bgl != xno; then
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define BGL_SUPPORT 1
-+_ACEOF
-+
-+        enable_doc='no'
-+        enable_tests='no'
-+        enable_server='no'
-+        enable_liblustre='no'
-+        enable_libreadline='no'
-+fi
-+
-+# directories for binaries
-+
-+
-+sysconfdir='/etc'
-+
-+
-+# Directories for documentation and demos.
-+docdir='${datadir}/doc/$(PACKAGE)'
-+
-+
-+
-+
-+# ptlrpc kernel build requires this
-+LUSTRE="$PWD/lustre"
-+
-+
-+# mount.lustre
-+rootsbindir='/sbin'
-+
-+
-+demodir='$(docdir)/demo'
-+
-+
-+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; }
-+if test "${ac_cv_prog_RANLIB+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$RANLIB"; then
-+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { 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; }
-+else
-+  { 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; }
-+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$ac_ct_RANLIB"; then
-+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { 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
-+
-+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; }
-+else
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+fi
-+
-+  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; }
-+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
-+	echo "   '$CC_VERSION'"
-+	echo "  has been known to generate bad code, "
-+	echo "  please get an updated compiler."
-+	{ { echo "$as_me:$LINENO: error: sorry" >&5
-+echo "$as_me: error: sorry" >&2;}
-+   { (exit 1); exit 1; }; }
-+}
-+case "$CC_VERSION" in
-+	"gcc version 2.95"*)
-+		bad_cc
-+		;;
-+	# ost_pack_niobuf putting 64bit NTOH temporaries on the stack
-+	# without "sub    LB_PROG_CCxc,%esp" to protect the stack from being
-+	# stomped on by interrupts (bug 606)
-+	"gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)")
-+		bad_cc
-+		;;
-+	# mandrake's similar sub 0xc compiler bug
-+	# http://marc.theaimsgroup.com/?l=linux-kernel&m=104748366226348&w=2
-+	"gcc version 2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)")
-+		bad_cc
-+		;;
-+	*)
-+		{ 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; }
-+if test "${ac_cv_type_unsigned_long_long+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+typedef unsigned long long ac__type_new_;
-+int
-+main ()
-+{
-+if ((ac__type_new_ *) 0)
-+  return 0;
-+if (sizeof (ac__type_new_))
-+  return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_cv_type_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
-+fi
-+
-+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; }
-+
-+# 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 "$cross_compiling" = yes; then
-+  # Depending upon the size, compute the lo and hi bounds.
-+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 int) (sizeof (ac__type_sizeof_))) >= 0)@:>@;
-+test_array @<:@0@:>@ = 0
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_lo=0 ac_mid=0
-+  while :; do
-+    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 int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
-+test_array @<:@0@:>@ = 0
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_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`
-+fi
-+
-+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
-+/* 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 int) (sizeof (ac__type_sizeof_))) < 0)@:>@;
-+test_array @<:@0@:>@ = 0
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_hi=-1 ac_mid=-1
-+  while :; do
-+    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 int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@;
-+test_array @<:@0@:>@ = 0
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_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`
-+fi
-+
-+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=
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+
-+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`
-+  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 int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@;
-+test_array @<:@0@:>@ = 0
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_hi=$ac_mid
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_lo=`expr '(' $ac_mid ')' + 1`
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+done
-+case $ac_lo in
-+?*) ac_cv_sizeof_unsigned_long_long=$ac_lo;;
-+'') 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)
-+See \`config.log' for more details." >&2;}
-+   { (exit 77); exit 77; }; }
-+   else
-+     ac_cv_sizeof_unsigned_long_long=0
-+   fi ;;
-+esac
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+   typedef 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
-+main ()
-+{
-+
-+  FILE *f = fopen ("conftest.val", "w");
-+  if (! f)
-+    return 1;
-+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
-+    {
-+      long int i = longval ();
-+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
-+	return 1;
-+      fprintf (f, "%ld\n", i);
-+    }
-+  else
-+    {
-+      unsigned long int i = ulongval ();
-+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
-+	return 1;
-+      fprintf (f, "%lu\n", i);
-+    }
-+  return ferror (f) || fclose (f) != 0;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-+  { (case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_try") 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_sizeof_unsigned_long_long=`cat conftest.val`
-+else
-+  echo "$as_me: program exited with status $ac_status" >&5
-+echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+( exit $ac_status )
-+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)
-+See \`config.log' for more details." >&2;}
-+   { (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
-+fi
-+{ 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
-+
-+
-+echo "---> size SIZEOF $SIZEOF_unsigned_long_long"
-+echo "---> size SIZEOF $ac_cv_sizeof_unsigned_long_long"
-+if test $ac_cv_sizeof_unsigned_long_long != 8 ; then
-+        { { echo "$as_me:$LINENO: error: ** we assume that sizeof(long long) == 8.  Tell phil at clusterfs.com" >&5
-+echo "$as_me: error: ** we assume that sizeof(long long) == 8.  Tell phil at clusterfs.com" >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+# FIXME
-+{ echo "$as_me:$LINENO: checking whether __i386__ is declared" >&5
-+echo $ECHO_N "checking whether __i386__ is declared... $ECHO_C" >&6; }
-+if test "${ac_cv_have_decl___i386__+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+int
-+main ()
-+{
-+#ifndef __i386__
-+  (void) __i386__;
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_cv_have_decl___i386__=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_cv_have_decl___i386__=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl___i386__" >&5
-+echo "${ECHO_T}$ac_cv_have_decl___i386__" >&6; }
-+if test $ac_cv_have_decl___i386__ = yes; then
-+  :
-+else
-+  
-+
-+if test x$enable_bgl != xyes; then
-+{ echo "$as_me:$LINENO: checking if $CC accepts -m64" >&5
-+echo $ECHO_N "checking if $CC accepts -m64... $ECHO_C" >&6; }
-+CC_save="$CC"
-+CC="$CC -m64"
-+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); } && {
-+	 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; }
-+
-+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; }
-+	CC="$CC_save"
-+
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+
-+
-+fi
-+
-+
-+CPPFLAGS="-I\$(top_builddir)/lnet/include -I\$(top_srcdir)/lnet/include -I\$(top_builddir)/lustre/include -I\$(top_srcdir)/lustre/include $CPPFLAGS"
-+
-+LLCPPFLAGS="-D__arch_lib__ -D_LARGEFILE64_SOURCE=1"
-+
-+
-+LLCFLAGS="-g -Wall -fPIC"
-+
-+
-+# everyone builds against lnet and lustre
-+EXTRA_KCFLAGS="$EXTRA_KCFLAGS -g -I$PWD/lnet/include -I$PWD/lustre/include"
-+
-+
-+
-+{ 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; 
-+		if test x$enable_doc = xyes ; then
-+		    ENABLE_DOC=1	   
-+		else
-+		    ENABLE_DOC=0
-+		fi
-+	
-+else
-+  
-+		ENABLE_DOC=0
-+		enable_doc='no'
-+	
-+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 was given.
-+if test "${enable_utils+set}" = set; then
-+  enableval=$enable_utils; 
-+else
-+  enable_utils='yes'
-+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; }
-+        # 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; }
-+        else
-+                { 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 was given.
-+if test "${enable_tests+set}" = set; then
-+  enableval=$enable_tests; 
-+else
-+  
-+		enable_tests='yes'
-+	
-+fi
-+
-+{ 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; }
-+
-+{ 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; }
-+
-+# three macros for cmd3 
-+LC_CONFIG_SPLIT
-+LC_CONFIG_LDISKFS
-+
-+{ 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; 
-+else
-+  enable_libcfs_cdebug='yes'
-+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
-+@%:@define CDEBUG_ENABLED 1
-+_ACEOF
-+
-+else
-+   
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CDEBUG_ENABLED 0
-+_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 was given.
-+if test "${enable_libcfs_trace+set}" = set; then
-+  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; }
-+if test x$enable_libcfs_trace = xyes; then
-+   
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CDEBUG_ENTRY_EXIT 1
-+_ACEOF
-+
-+else
-+   
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CDEBUG_ENTRY_EXIT 0
-+_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 was given.
-+if test "${enable_libcfs_assert+set}" = set; then
-+  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; }
-+if test x$enable_libcfs_assert = xyes; then
-+   
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define LIBCFS_DEBUG 1
-+_ACEOF
-+
-+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 was given.
-+if test "${enable_modules+set}" = set; then
-+  enableval=$enable_modules; 
-+else
-+  
-+		case $target_os in
-+	linux* | darwin*)
-+
-+			enable_modules='yes'
-+		
-+		;;
-+	*)
-+
-+			enable_modules='no'
-+		
-+		;;
-+esac
-+
-+	
-+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; }
-+
-+# Check whether --with-linux was given.
-+if test "${with_linux+set}" = set; then
-+  withval=$with_linux; LINUX=$with_linux
-+else
-+  LINUX=/usr/src/linux
-+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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+  { { echo "$as_me:$LINENO: error: Kernel source $LINUX could not be found." >&5
-+echo "$as_me: error: Kernel source $LINUX could not be found." >&2;}
-+   { (exit 1); exit 1; }; }
-+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; }
-+
-+# Check whether --with-linux-obj was given.
-+if test "${with_linux_obj+set}" = set; then
-+  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; }
-+
-+
-+# -------- check for .config --------
-+
-+# Check whether --with-linux-config was given.
-+if test "${with_linux_config+set}" = set; then
-+  withval=$with_linux_config; LINUX_CONFIG=$with_linux_config
-+else
-+  LINUX_CONFIG=$LINUX_OBJ/.config
-+fi
-+
-+
-+
-+{ 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
-+  if test -r "/boot/kernel.h"; then
-+  lb_cv_file__boot_kernel_h=yes
-+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; }
-+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; }
-+if test "${lb_cv_file__var_adm_running_kernel_h+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -r "/var/adm/running-kernel.h"; then
-+  lb_cv_file__var_adm_running_kernel_h=yes
-+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; }
-+if test $lb_cv_file__var_adm_running_kernel_h = yes; then
-+  KERNEL_SOURCE_HEADER='/var/adm/running-kernel.h'
-+fi
-+
-+fi
-+
-+
-+
-+# 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
-+
-+
-+# ------------ .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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+  { { echo "$as_me:$LINENO: error: Kernel config could not be found.  If you are building from a kernel-source rpm consult build/README.kernel-source" >&5
-+echo "$as_me: error: Kernel config could not be found.  If you are building from a kernel-source rpm consult build/README.kernel-source" >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+
-+# ----------- make dep run? ------------------
-+# at 2.6.19 # $LINUX/include/linux/config.h is removed
-+# 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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+  
-+cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$LINUX_OBJ/include/linux/autoconf.h" | $as_tr_cpp` 1
-+_ACEOF
-+
-+
-+else
-+  { { echo "$as_me:$LINENO: error: Run make config in $LINUX." >&5
-+echo "$as_me: error: Run make config in $LINUX." >&2;}
-+   { (exit 1); exit 1; }; }
-+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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+  
-+cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$LINUX_OBJ/include/linux/version.h" | $as_tr_cpp` 1
-+_ACEOF
-+
-+
-+else
-+  { { echo "$as_me:$LINENO: error: Run make config in $LINUX." >&5
-+echo "$as_me: error: Run make config in $LINUX." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+
-+# ------------ rhconfig.h includes runtime-generated bits --
-+# red hat kernel-source checks
-+
-+# we know this exists after the check above.  if the user
-+# tarred up the tree and ran make dep etc. in it, then
-+# version.h gets overwritten with a standard linux one.
-+
-+if grep rhconfig $LINUX_OBJ/include/linux/version.h >/dev/null ; then
-+	# This is a clean kernel-source tree, we need to
-+	# 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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+echo "$as_me: WARNING: Using /boot/kernel.h from RUNNING kernel." >&2;}
-+			{ echo "$as_me:$LINENO: WARNING: If this is not what you want, use --with-kernel-source-header." >&5
-+echo "$as_me: WARNING: If this is not what you want, use --with-kernel-source-header." >&2;}
-+			{ echo "$as_me:$LINENO: WARNING: Consult build/README.kernel-source for details." >&5
-+echo "$as_me: WARNING: Consult build/README.kernel-source for details." >&2;}
-+		fi
-+else
-+  { { echo "$as_me:$LINENO: error: $KERNEL_SOURCE_HEADER not found.  Consult build/README.kernel-source for details." >&5
-+echo "$as_me: error: $KERNEL_SOURCE_HEADER not found.  Consult build/README.kernel-source for details." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+	EXTRA_KCFLAGS="-include $KERNEL_SOURCE_HEADER $EXTRA_KCFLAGS"
-+fi
-+
-+# this is needed before we can build modules
-+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; }
-+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; }
-+    	else
-+		{ echo "$as_me:$LINENO: result: no (asm doesn't point at asm-um)" >&5
-+echo "${ECHO_T}no (asm doesn't point at asm-um)" >&6; }
-+	fi
-+else
-+	{ 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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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"
-+		KMODEXT=".ko"
-+	
-+else
-+  
-+		KMODEXT=".o"
-+		linux25="no"
-+	
-+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; }
-+
-+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; }
-+	rm -f build/conftest.i
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main (void)
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make $makerule LUSTRE_KERNEL_TEST=conftest.i CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.i'
-+  { (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: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+		
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+
-+			makerule="_module_$makerule"
-+			MODULE_TARGET="M"
-+			cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main (void)
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make $makerule LUSTRE_KERNEL_TEST=conftest.i CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.i'
-+  { (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; }
-+				
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+
-+					{ { echo "$as_me:$LINENO: error: unknown; check config.log for details" >&5
-+echo "$as_me: error: unknown; check config.log for details" >&2;}
-+   { (exit 1); exit 1; }; }
-+				
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+		
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+else
-+	makerule="_dir_$PWD/build"
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main (void)
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+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: 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
-+echo "$as_me: WARNING: If you are trying to build with a kernel-source rpm, consult build/README.kernel-source" >&2;}
-+	{ { echo "$as_me:$LINENO: error: Kernel modules cannot be built." >&5
-+echo "$as_me: error: Kernel modules cannot be built." >&2;}
-+   { (exit 1); exit 1; }; }
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+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; }
-+if test -s $LINUX_OBJ/include/linux/utsrelease.h ; then
-+	LINUXRELEASEHEADER=utsrelease.h
-+else
-+	LINUXRELEASEHEADER=version.h
-+fi
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/$LINUXRELEASEHEADER>
-+
-+int
-+main (void)
-+{
-+
-+	char *LINUXRELEASE;
-+	LINUXRELEASE=UTS_RELEASE;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make 
-+	$makerule LUSTRE_KERNEL_TEST=conftest.i
-+ CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='
-+	test -s build/conftest.i
-+'
-+  { (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
-+  
-+	# LINUXRELEASE="UTS_RELEASE"
-+	eval $(grep "LINUXRELEASE=" build/conftest.i)
-+
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+
-+	{ 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; }; }
-+
-+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: 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; }
-+
-+
-+moduledir='/lib/modules/'$LINUXRELEASE/kernel
-+
-+
-+modulefsdir='$(moduledir)/fs/$(PACKAGE)'
-+
-+
-+modulenetdir='$(moduledir)/net/$(PACKAGE)'
-+
-+
-+# ------------ RELEASE --------------------------------
-+{ 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: 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
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_MODULES
-+#error CONFIG_MODULES not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+
-+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: 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;}
-+   { (exit 1); exit 1; }; }
-+
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_MODVERSIONS
-+#error CONFIG_MODVERSIONS not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+
-+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; }
-+
-+
-+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_PREEMPT" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_PREEMPT... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_PREEMPT
-+#error CONFIG_PREEMPT not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+	{ { echo "$as_me:$LINENO: error: Lustre does not support kernels with preempt enabled." >&5
-+echo "$as_me: error: Lustre does not support kernels with preempt enabled." >&2;}
-+   { (exit 1); exit 1; }; }
-+
-+
-+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; }
-+
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_KALLSYMS
-+#error CONFIG_KALLSYMS not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+
-+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; }
-+
-+if test "x$ARCH_UM" = "x" ; then
-+	{ { echo "$as_me:$LINENO: error: Lustre requires that CONFIG_KALLSYMS is enabled in your kernel." >&5
-+echo "$as_me: error: Lustre requires that CONFIG_KALLSYMS is enabled in your kernel." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_KMOD
-+#error CONFIG_KMOD not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+
-+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: WARNING: " >&5
-+echo "$as_me: WARNING: " >&2;}
-+	{ echo "$as_me:$LINENO: WARNING: Kernel module loading support is highly recommended." >&5
-+echo "$as_me: WARNING: Kernel module loading support is highly recommended." >&2;}
-+	{ echo "$as_me:$LINENO: WARNING: " >&5
-+echo "$as_me: WARNING: " >&2;}
-+
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+
-+#LB_LINUX_CONFIG_BIG_STACK
-+
-+
-+			
-+{ 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
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/sched.h>
-+
-+int
-+main (void)
-+{
-+
-+	cpu_online(0);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_CPU_ONLINE 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/gfp.h>
-+
-+int
-+main (void)
-+{
-+
-+	return sizeof(gfp_t);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_GFP_T 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/sched.h>
-+
-+int
-+main (void)
-+{
-+
-+	return sizeof (cpumask_t);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_CPUMASK_T 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 was given.
-+if test "${enable_affinity+set}" = set; then
-+  enableval=$enable_affinity; 
-+else
-+  enable_affinity='yes'
-+fi
-+
-+
-+{ 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; }
-+else
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+		#include <linux/sched.h>
-+	
-+int
-+main (void)
-+{
-+
-+		struct task_struct t;
-+		#if HAVE_CPUMASK_T
-+		cpumask_t     m;
-+	        #else
-+	        unsigned long m;
-+	 	#endif
-+		set_cpus_allowed(&t, m);
-+	
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+		
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CPU_AFFINITY 1
-+_ACEOF
-+
-+		{ 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; }
-+	
-+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 was given.
-+if test "${enable_backoff+set}" = set; then
-+  enableval=$enable_backoff; 
-+else
-+  enable_backoff='yes'
-+fi
-+
-+if test x$enable_backoff = xno ; then
-+       { 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
-+               
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define SOCKNAL_BACKOFF 1
-+_ACEOF
-+
-+               { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+       else
-+               { 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 was given.
-+if test "${enable_panic_dumplog+set}" = set; then
-+  enableval=$enable_panic_dumplog; 
-+else
-+  enable_panic_dumplog='no'
-+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; }
-+else
-+       { 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; }
-+
-+# Check whether --with-qsnet was given.
-+if test "${with_qsnet+set}" = set; then
-+  withval=$with_qsnet; QSNET=$with_qsnet
-+else
-+  QSNET=$LINUX
-+fi
-+
-+{ 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; }
-+	QSWLND="qswlnd"
-+	{ 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; }
-+		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: 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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_QSNET
-+#error CONFIG_QSNET not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+
-+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: 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
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_QSNET_MODULE
-+#error CONFIG_QSNET_MODULE not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+
-+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: 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;}
-+				QSWLND=""
-+				QSWCPPFLAGS=""
-+			
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+		
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+	fi
-+else
-+	{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+	QSWLND=""
-+	QSWCPPFLAGS=""
-+fi
-+
-+
-+
-+
-+{ 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 was given.
-+if test "${with_gm+set}" = set; then
-+  withval=$with_gm; 
-+	        case $with_gm in
-+                no)    ENABLE_GM=0
-+	               ;;
-+                *)     ENABLE_GM=1
-+                       GM_SRC="$with_gm"
-+		       ;;
-+                esac
-+        
-+else
-+  
-+                ENABLE_GM=0
-+        
-+fi
-+
-+
-+# 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
-+
-+if test $ENABLE_GM -eq 0; then
-+        { 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; }
-+
-+	GMLND="gmlnd"
-+        GMCPPFLAGS="-I$GM_SRC/include -I$GM_SRC/drivers -I$GM_SRC/drivers/linux/gm"
-+
-+	if test -f $GM_INSTALL/lib/libgm.a -o \
-+                -f $GM_INSTALL/lib64/libgm.a; then
-+	        GMLIBS="-L$GM_INSTALL/lib -L$GM_INSTALL/lib64"
-+        else
-+	        { { echo "$as_me:$LINENO: error: Cant find GM libraries under $GM_INSTALL" >&5
-+echo "$as_me: error: Cant find GM libraries under $GM_INSTALL" >&2;}
-+   { (exit 1); exit 1; }; }
-+        fi
-+
-+	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; }
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+		#define GM_STRONG_TYPES 1
-+		#ifdef VERSION
-+		#undef VERSION
-+		#endif
-+	        #include "gm.h"
-+		#include "gm_internal.h"
-+        
-+int
-+main (void)
-+{
-+
-+	        struct gm_port *port = NULL;
-+		gm_recv_event_t *rxevent = gm_blocking_receive_no_spin(port);
-+                return 0;
-+        
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+        
-+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: error: Bad --with-gm path" >&5
-+echo "$as_me: error: Bad --with-gm path" >&2;}
-+   { (exit 1); exit 1; }; }
-+        
-+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; }
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+		#define GM_STRONG_TYPES 1
-+		#ifdef VERSION
-+		#undef VERSION
-+		#endif
-+	        #include "gm.h"
-+		#include "gm_internal.h"
-+	
-+int
-+main (void)
-+{
-+
-+		gm_status_t     gmrc;
-+		struct gm_port *port = NULL;
-+		gm_u64_t        phys = 0;
-+		gm_up_t         pvma = 0;
-+
-+		gmrc = gm_register_memory_ex_phys(port, phys, 100, pvma);
-+		return 0;
-+	
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+	
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+
-+		{ 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
-+...then rebuild and re-install them" >&5
-+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; }
-+                { { 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; }; }
-+        
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
-+fi
-+
-+
-+
-+
-+
-+{ 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 was given.
-+if test "${with_openib+set}" = set; then
-+  withval=$with_openib; 
-+		case $with_openib in
-+		yes)    ENABLEOPENIB=2
-+			;;
-+		no)     ENABLEOPENIB=0
-+			;;
-+		*)      OPENIBPATH="$with_openib"
-+			ENABLEOPENIB=3
-+			;;
-+		esac
-+	
-+else
-+  
-+		ENABLEOPENIB=1
-+	
-+fi
-+
-+if test $ENABLEOPENIB -eq 0; then
-+	{ 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; }
-+	case $ENABLEOPENIB in
-+	1) ;;
-+	2) { { echo "$as_me:$LINENO: error: kernel OpenIB headers not present" >&5
-+echo "$as_me: error: kernel OpenIB headers not present" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	3) { { echo "$as_me:$LINENO: error: bad --with-openib path" >&5
-+echo "$as_me: error: bad --with-openib path" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	*) { { echo "$as_me:$LINENO: error: internal error" >&5
-+echo "$as_me: error: internal error" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	esac
-+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: error: internal error" >&5
-+echo "$as_me: error: internal error" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	esac
-+	OPENIBCPPFLAGS="$OPENIBCPPFLAGS -DIB_NTXRXPARAMS=4"
-+	EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS $OPENIBCPPFLAGS"
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+		#include <ts_ib_core.h>
-+		#include <ts_ib_cm.h>
-+	        #include <ts_ib_sa_client.h>
-+	
-+int
-+main (void)
-+{
-+
-+       	        struct ib_device_properties dev_props;
-+	        struct ib_cm_active_param   cm_active_params;
-+	        tTS_IB_CLIENT_QUERY_TID     tid;
-+	        int                         enum1 = IB_QP_ATTRIBUTE_STATE;
-+		int                         enum2 = IB_ACCESS_LOCAL_WRITE;
-+		int                         enum3 = IB_CQ_CALLBACK_INTERRUPT;
-+		int                         enum4 = IB_CQ_PROVIDER_REARM;
-+		return 0;
-+	
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+		OPENIBLND="openiblnd"
-+	
-+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; }
-+		case $ENABLEOPENIB in
-+		1) ;;
-+		2) { { echo "$as_me:$LINENO: error: can't compile with kernel OpenIB headers" >&5
-+echo "$as_me: error: can't compile with kernel OpenIB headers" >&2;}
-+   { (exit 1); exit 1; }; };;
-+		3) { { echo "$as_me:$LINENO: error: can't compile with OpenIB headers under $OPENIBPATH" >&5
-+echo "$as_me: error: can't compile with OpenIB headers under $OPENIBPATH" >&2;}
-+   { (exit 1); exit 1; }; };;
-+		*) { { echo "$as_me:$LINENO: error: internal error" >&5
-+echo "$as_me: error: internal error" >&2;}
-+   { (exit 1); exit 1; }; };;
-+		esac
-+		OPENIBLND=""
-+		OPENIBCPPFLAGS=""
-+	
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
-+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; }
-+# set default
-+CIBPATH=""
-+CIBLND=""
-+
-+# Check whether --with-cib was given.
-+if test "${with_cib+set}" = set; then
-+  withval=$with_cib; 
-+		case $with_cib in
-+		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; }
-+                        else
-+				{ 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; }; }
-+			fi;;
-+		esac
-+	
-+else
-+  
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+	
-+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"
-+	EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS $CIBCPPFLAGS"
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+		#include <ts_ib_core.h>
-+		#include <ts_ib_cm.h>
-+	        #include <ts_ib_sa_client.h>
-+	
-+int
-+main (void)
-+{
-+
-+       	        struct ib_device_properties dev_props;
-+	        struct ib_cm_active_param   cm_active_params;
-+	        tTS_IB_CLIENT_QUERY_TID     tid;
-+	        int                         enum1 = TS_IB_QP_ATTRIBUTE_STATE;
-+		int                         enum2 = TS_IB_ACCESS_LOCAL_WRITE;
-+		int                         enum3 = TS_IB_CQ_CALLBACK_INTERRUPT;
-+		int                         enum4 = TS_IB_CQ_PROVIDER_REARM;
-+		return 0;
-+	
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+		CIBLND="ciblnd"
-+	
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+
-+		{ { echo "$as_me:$LINENO: error: can't compile ciblnd with given path" >&5
-+echo "$as_me: error: can't compile ciblnd with given path" >&2;}
-+   { (exit 1); exit 1; }; }
-+	        CIBCPPFLAGS=""
-+	
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
-+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; }
-+VIBPATH=""
-+
-+# Check whether --with-vib was given.
-+if test "${with_vib+set}" = set; then
-+  withval=$with_vib; 
-+		case $with_vib in
-+		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; }
-+			else
-+				{ 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; }; }
-+                        fi;;
-+		esac
-+	
-+else
-+  
-+		{ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-+	
-+fi
-+
-+if test -z "$VIBPATH"; then
-+	VIBLND=""
-+else
-+	VIBCPPFLAGS="-I${VIBPATH}/include -I${VIBPATH}/cm"
-+	EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS $VIBCPPFLAGS"
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        	#include <linux/list.h>
-+		#include <asm/byteorder.h>
-+		#ifdef __BIG_ENDIAN
-+		# define CPU_BE 1
-+                # define CPU_LE 0
-+		#endif
-+		#ifdef __LITTLE_ENDIAN
-+		# define CPU_BE 0
-+		# define CPU_LE 1
-+		#endif
-+	 	#include <vverbs.h>
-+	        #include <ib-cm.h>
-+	        #include <ibat.h>
-+	
-+int
-+main (void)
-+{
-+
-+	        vv_hca_h_t       kib_hca;
-+		vv_return_t      vvrc;
-+	        cm_cep_handle_t  cep;
-+	        ibat_arp_data_t  arp_data;
-+		ibat_stat_t      ibatrc;
-+
-+		vvrc = vv_hca_open("ANY_HCA", NULL, &kib_hca);
-+	        cep = cm_create_cep(cm_cep_transp_rc);
-+	        ibatrc = ibat_get_ib_data((uint32_t)0, (uint32_t)0,
-+                                          ibat_paths_primary, &arp_data,
-+					  (ibat_get_ib_data_reply_fn_t)NULL,
-+                                          NULL, 0);
-+		return 0;
-+	
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+		VIBLND="viblnd"
-+	
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+
-+	        { { echo "$as_me:$LINENO: error: can't compile viblnd with given path" >&5
-+echo "$as_me: error: can't compile viblnd with given path" >&2;}
-+   { (exit 1); exit 1; }; }
-+	
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
-+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; }
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        	#include <linux/list.h>
-+		#include <asm/byteorder.h>
-+		#ifdef __BIG_ENDIAN
-+		# define CPU_BE 1
-+                # define CPU_LE 0
-+		#endif
-+		#ifdef __LITTLE_ENDIAN
-+		# define CPU_BE 0
-+		# define CPU_LE 1
-+		#endif
-+	 	#include <vverbs.h>
-+	        #include <ib-cm.h>
-+	        #include <ibat.h>
-+	
-+int
-+main (void)
-+{
-+
-+	        vv_scatgat_t  sg;
-+
-+	        return &sg.v_address[3] == NULL;
-+	
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+	        VIBCPPFLAGS="$VIBCPPFLAGS -DIBNAL_VOIDSTAR_SGADDR=1"
-+	
-+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; }
-+	
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
-+fi
-+
-+
-+
-+
-+{ 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 was given.
-+if test "${with_iib+set}" = set; then
-+  withval=$with_iib; 
-+		case $with_iib in
-+		yes)    ENABLEIIB=2
-+			;;
-+		no)     ENABLEIIB=0
-+			;;
-+		*)      IIBPATH="${with_iib}/include"
-+			ENABLEIIB=3
-+			;;
-+		esac
-+	
-+else
-+  
-+		ENABLEIIB=1
-+	
-+fi
-+
-+if test $ENABLEIIB -eq 0; then
-+	{ 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; }
-+	case $ENABLEIIB in
-+	1) ;;
-+	2) { { echo "$as_me:$LINENO: error: default Infinicon headers not present" >&5
-+echo "$as_me: error: default Infinicon headers not present" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	3) { { echo "$as_me:$LINENO: error: bad --with-iib path" >&5
-+echo "$as_me: error: bad --with-iib path" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	*) { { echo "$as_me:$LINENO: error: internal error" >&5
-+echo "$as_me: error: internal error" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	esac
-+else
-+	IIBCPPFLAGS="-I$IIBPATH"
-+	if test $IIBPATH != "/usr/include"; then
-+		# we need /usr/include come what may
-+		IIBCPPFLAGS="$IIBCPPFLAGS -I/usr/include"
-+        fi
-+	EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS $IIBCPPFLAGS"
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+		#include <linux/iba/ibt.h>
-+	
-+int
-+main (void)
-+{
-+
-+	        IBT_INTERFACE_UNION interfaces;
-+        	FSTATUS             rc;
-+
-+	         rc = IbtGetInterfaceByVersion(IBT_INTERFACE_VERSION_2,
-+					       &interfaces);
-+
-+		return rc == FSUCCESS ? 0 : 1;
-+	
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+		IIBLND="iiblnd"
-+	
-+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; }
-+		case $ENABLEIIB in
-+		1) ;;
-+		2) { { echo "$as_me:$LINENO: error: can't compile with default Infinicon headers" >&5
-+echo "$as_me: error: can't compile with default Infinicon headers" >&2;}
-+   { (exit 1); exit 1; }; };;
-+		3) { { echo "$as_me:$LINENO: error: can't compile with Infinicon headers under $IIBPATH" >&5
-+echo "$as_me: error: can't compile with Infinicon headers under $IIBPATH" >&2;}
-+   { (exit 1); exit 1; }; };;
-+		*) { { echo "$as_me:$LINENO: error: internal error" >&5
-+echo "$as_me: error: internal error" >&2;}
-+   { (exit 1); exit 1; }; };;
-+		esac
-+		IIBLND=""
-+		IIBCPPFLAGS=""
-+	
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
-+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; }
-+# set default
-+O2IBPATH="$LINUX/drivers/infiniband"
-+
-+# Check whether --with-o2ib was given.
-+if test "${with_o2ib+set}" = set; then
-+  withval=$with_o2ib; 
-+		case $with_o2ib in
-+		yes)    ENABLEO2IB=2
-+			;;
-+		no)     ENABLEO2IB=0
-+			;;
-+		*)      O2IBPATH=$with_o2ib
-+			ENABLEO2IB=3
-+			;;
-+		esac
-+	
-+else
-+  
-+		ENABLEO2IB=1
-+	
-+fi
-+
-+if test $ENABLEO2IB -eq 0; then
-+	{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&6; }
-+elif test ! \( -f ${O2IBPATH}/include/rdma/rdma_cm.h -a \
-+               -f ${O2IBPATH}/include/rdma/ib_cm.h -a\
-+               -f ${O2IBPATH}/include/rdma/ib_verbs.h -a\
-+	       -f ${O2IBPATH}/include/rdma/ib_fmr_pool.h \); then
-+	{ 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
-+echo "$as_me: error: kernel OpenIB gen2 headers not present" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	3) { { echo "$as_me:$LINENO: error: bad --with-o2ib path" >&5
-+echo "$as_me: error: bad --with-o2ib path" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	*) { { echo "$as_me:$LINENO: error: internal error" >&5
-+echo "$as_me: error: internal error" >&2;}
-+   { (exit 1); exit 1; }; };;
-+	esac
-+else
-+	O2IBCPPFLAGS="-I$O2IBPATH/include"
-+	EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS $O2IBCPPFLAGS"
-+	EXTRA_LNET_INCLUDE="$O2IBCPPFLAGS $EXTRA_LNET_INCLUDE"
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	        #include <linux/version.h>
-+	        #if !HAVE_GFP_T
-+		typedef int gfp_t;
-+		#endif
-+		#include <rdma/rdma_cm.h>
-+		#include <rdma/ib_cm.h>
-+		#include <rdma/ib_verbs.h>
-+	        #include <rdma/ib_fmr_pool.h>
-+	
-+int
-+main (void)
-+{
-+
-+       	        struct rdma_cm_id          *cm_id;
-+	        struct rdma_conn_param      conn_param;
-+	        struct ib_device_attr       device_attr;
-+	        struct ib_qp_attr           qp_attr;
-+		struct ib_pool_fmr          pool_fmr;	        
-+		enum   ib_cm_rej_reason     rej_reason;
-+
-+		cm_id = rdma_create_id(NULL, NULL, RDMA_PS_TCP);
-+		return PTR_ERR(cm_id);
-+	
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+		O2IBLND="o2iblnd"
-+	
-+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; }
-+		case $ENABLEO2IB in
-+		1) ;;
-+		2) { { echo "$as_me:$LINENO: error: can't compile with kernel OpenIB gen2 headers" >&5
-+echo "$as_me: error: can't compile with kernel OpenIB gen2 headers" >&2;}
-+   { (exit 1); exit 1; }; };;
-+		3) { { echo "$as_me:$LINENO: error: can't compile with OpenIB gen2 headers under $O2IBPATH" >&5
-+echo "$as_me: error: can't compile with OpenIB gen2 headers under $O2IBPATH" >&2;}
-+   { (exit 1); exit 1; }; };;
-+		*) { { echo "$as_me:$LINENO: error: internal error" >&5
-+echo "$as_me: error: internal error" >&2;}
-+   { (exit 1); exit 1; }; };;
-+		esac
-+		O2IBLND=""
-+		O2IBCPPFLAGS=""
-+	
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+	IB_DMA_MAP="`grep -c ib_dma_map_single ${O2IBPATH}/include/rdma/ib_verbs.h`"
-+	if test "$IB_DMA_MAP" != 0 ; then
-+		IBLND_OFED_VERSION="102"
-+	else
-+		IBLND_OFED_VERSION="101"
-+	fi
-+
-+        
-+cat >>confdefs.h <<_ACEOF
-+@%:@define IBLND_OFED_VERSION $IBLND_OFED_VERSION
-+_ACEOF
-+
-+
-+	EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
-+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; }
-+# placeholder
-+RACPPFLAGS="-I${LINUX}/drivers/xd1/include"
-+EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
-+EXTRA_KCFLAGS="$EXTRA_KCFLAGS $RACPPFLAGS"
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/types.h>
-+	#include <rapl.h>
-+
-+int
-+main (void)
-+{
-+
-+        RAP_RETURN          rc;
-+	RAP_PVOID           dev_handle;
-+
-+        rc = RapkGetDeviceByIndex(0, NULL, &dev_handle);
-+
-+	return rc == RAP_SUCCESS ? 0 : 1;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+	RALND="ralnd"
-+
-+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; }
-+	RALND=""
-+	RACPPFLAGS=""
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+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; }
-+
-+# Check whether --with-portals was given.
-+if test "${with_portals+set}" = set; then
-+  withval=$with_portals; 
-+		case $with_portals in
-+			no)     ENABLEPORTALS=0
-+				;;
-+			*)	PORTALS="${with_portals}"
-+				ENABLEPORTALS=1
-+				;;
-+		esac
-+		
-+	
-+else
-+  
-+		ENABLEPORTALS=0
-+	
-+fi
-+
-+PTLLNDCPPFLAGS=""
-+if test $ENABLEPORTALS -eq 0; then
-+	{ 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: 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; }
-+        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; }
-+
-+PTLLND=""
-+if test $ENABLEPORTALS -ne 0; then
-+	{ 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; }
-+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; }
-+# set default
-+MXPATH="/opt/mx"
-+
-+# Check whether --with-mx was given.
-+if test "${with_mx+set}" = set; then
-+  withval=$with_mx; 
-+               case $with_mx in
-+               yes)    ENABLEMX=2
-+                       ;;
-+               no)     ENABLEMX=0
-+                       ;;
-+               *)      MXPATH=$with_mx
-+                       ENABLEMX=3
-+                       ;;
-+               esac
-+       
-+else
-+  
-+               ENABLEMX=1
-+       
-+fi
-+
-+if test $ENABLEMX -eq 0; then
-+       { 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; }
-+       case $ENABLEMX in
-+       1) ;;
-+       2) { { echo "$as_me:$LINENO: error: Myrinet MX kernel headers not present" >&5
-+echo "$as_me: error: Myrinet MX kernel headers not present" >&2;}
-+   { (exit 1); exit 1; }; };;
-+       3) { { echo "$as_me:$LINENO: error: bad --with-mx path" >&5
-+echo "$as_me: error: bad --with-mx path" >&2;}
-+   { (exit 1); exit 1; }; };;
-+       *) { { echo "$as_me:$LINENO: error: internal error" >&5
-+echo "$as_me: error: internal error" >&2;}
-+   { (exit 1); exit 1; }; };;
-+       esac
-+else
-+       MXCPPFLAGS="-I$MXPATH/include"
-+       EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
-+       EXTRA_KCFLAGS="$EXTRA_KCFLAGS $MXCPPFLAGS"
-+       MXLIBS="-L$MXPATH/lib"
-+       cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+               #define MX_KERNEL 1
-+               #include <mx_extensions.h>
-+               #include <myriexpress.h>
-+       
-+int
-+main (void)
-+{
-+
-+               mx_endpoint_t   end;
-+               mx_status_t     status;
-+               mx_request_t    request;
-+               int             result;
-+
-+               mx_init();
-+               mx_open_endpoint(MX_ANY_NIC, MX_ANY_ENDPOINT, 0, NULL, 0, &end);
-+	       mx_register_unexp_handler(end, (mx_unexp_handler_t) NULL, NULL);
-+               mx_wait_any(end, MX_INFINITE, 0LL, 0LL, &status, &result);
-+               mx_iconnect(end, 0LL, 0, 0, 0, NULL, &request);
-+               return 0;
-+       
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+               MXLND="mxlnd"
-+       
-+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; }
-+               case $ENABLEMX in
-+               1) ;;
-+               2) { { echo "$as_me:$LINENO: error: can't compile with Myrinet MX kernel headers" >&5
-+echo "$as_me: error: can't compile with Myrinet MX kernel headers" >&2;}
-+   { (exit 1); exit 1; }; };;
-+               3) { { echo "$as_me:$LINENO: error: can't compile with Myrinet MX headers under $MXPATH" >&5
-+echo "$as_me: error: can't compile with Myrinet MX headers under $MXPATH" >&2;}
-+   { (exit 1); exit 1; }; };;
-+               *) { { echo "$as_me:$LINENO: error: internal error" >&5
-+echo "$as_me: error: internal error" >&2;}
-+   { (exit 1); exit 1; }; };;
-+               esac
-+               MXLND=""
-+               MXCPPFLAGS=""
-+       
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+       EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/mm.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct page page;
-+	&page.list;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_PAGE_LIST 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/sched.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct task_struct p;
-+	p.sighand = NULL;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CONFIG_RH_2_4_20 1
-+_ACEOF
-+
-+	{ 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; }
-+
-+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 is exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol show_task is exported... $ECHO_C" >&6; }
-+grep -q -E '[[:space:]]show_task[[:space:]]' $LINUX/Module.symvers 2>/dev/null
-+rc=$?
-+if test $rc -ne 0; then
-+    export=0
-+    for file in kernel/ksyms.c kernel/sched.c; do
-+    	grep -q -E "EXPORT_SYMBOL.*(show_task)" "$LINUX/$file" 2>/dev/null
-+    	rc=$?
-+	if test $rc -eq 0; then
-+		export=1
-+		break;
-+	fi
-+    done
-+    if test $export -eq 0; then
-+    	{ 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; }
-+    	
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_SHOW_TASK 1
-+_ACEOF
-+
-+
-+    fi
-+else
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+    
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_SHOW_TASK 1
-+_ACEOF
-+
-+
-+fi
-+
-+
-+# 2.6.18
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol tasklist_lock is exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol tasklist_lock is exported... $ECHO_C" >&6; }
-+grep -q -E '[[:space:]]tasklist_lock[[:space:]]' $LINUX/Module.symvers 2>/dev/null
-+rc=$?
-+if test $rc -ne 0; then
-+    export=0
-+    for file in kernel/fork.c; do
-+    	grep -q -E "EXPORT_SYMBOL.*(tasklist_lock)" "$LINUX/$file" 2>/dev/null
-+    	rc=$?
-+	if test $rc -eq 0; then
-+		export=1
-+		break;
-+	fi
-+    done
-+    if test $export -eq 0; then
-+    	{ 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; }
-+    	
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_TASKLIST_LOCK 1
-+_ACEOF
-+
-+
-+    fi
-+else
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+    
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_TASKLIST_LOCK 1
-+_ACEOF
-+
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/slab.h>
-+
-+int
-+main (void)
-+{
-+
-+	int i = kmem_cache_destroy(NULL);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_KMEM_CACHE_DESTROY_INT 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/notifier.h>
-+	#include <linux/kernel.h>	
-+
-+int
-+main (void)
-+{
-+
-+	struct atomic_notifier_head panic_notifier_list;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_ATOMIC_PANIC_NOTIFIER 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/workqueue.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct work_struct work;
-+
-+	INIT_WORK(&work, NULL, NULL);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_3ARGS_INIT_WORK 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/sysctl.h>
-+
-+int
-+main (void)
-+{
-+
-+	return register_sysctl_table(NULL,0);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_2ARGS_REGISTER_SYSCTL 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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_s" >&5
-+echo $ECHO_N "checking check kernel has struct kmem_cache_s... $ECHO_C" >&6; }
-+tmp_flags="$EXTRA_KCFLAGS"
-+EXTRA_KCFLAGS="-Werror"
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/slab.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct kmem_cache_s *cachep = NULL;
-+	
-+	kmem_cache_free(cachep, NULL);
-+
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_KMEM_CACHE_S 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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"
-+
-+
-+			 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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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"
-+
-+else
-+  
-+	touch "$LUSTRE/include/linux/lustre_version.h"
-+	if test x$enable_server = xyes ; then
-+        	{ echo "$as_me:$LINENO: WARNING: Unpatched kernel detected." >&5
-+echo "$as_me: WARNING: Unpatched kernel detected." >&2;}
-+        	{ echo "$as_me:$LINENO: WARNING: Lustre servers cannot be built with an unpatched kernel;" >&5
-+echo "$as_me: WARNING: Lustre servers cannot be built with an unpatched kernel;" >&2;}
-+        	{ echo "$as_me:$LINENO: WARNING: disabling server build" >&5
-+echo "$as_me: WARNING: disabling server build" >&2;}
-+        	enable_server='no'
-+	fi
-+
-+fi
-+
-+
-+if test x$enable_server = xyes ; then
-+        
-+BACKINGFS="ldiskfs"
-+
-+if test x$with_ldiskfs = xno ; then
-+	BACKINGFS="ext3"
-+
-+	if test x$linux25$enable_server = xyesyes ; then
-+		{ { echo "$as_me:$LINENO: error: ldiskfs is required for 2.6-based servers." >&5
-+echo "$as_me: error: ldiskfs is required for 2.6-based servers." >&2;}
-+   { (exit 1); exit 1; }; }
-+	fi
-+
-+	# --- Check that ext3 and ext3 xattr are enabled in the kernel
-+	{ echo "$as_me:$LINENO: checking if Linux was built with CONFIG_EXT3_FS" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_EXT3_FS... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_EXT3_FS
-+#error CONFIG_EXT3_FS not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+
-+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: checking if Linux was built with CONFIG_EXT3_FS_MODULE" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_EXT3_FS_MODULE... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_EXT3_FS_MODULE
-+#error CONFIG_EXT3_FS_MODULE not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+
-+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: error: Lustre requires that ext3 is enabled in the kernel" >&5
-+echo "$as_me: error: Lustre requires that ext3 is enabled in the kernel" >&2;}
-+   { (exit 1); exit 1; }; }
-+	
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+
-+
-+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_EXT3_FS_XATTR" >&5
-+echo $ECHO_N "checking if Linux was built with CONFIG_EXT3_FS_XATTR... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#ifndef AUTOCONF_INCLUDED
-+#include <linux/config.h>
-+#endif
-+
-+int
-+main (void)
-+{
-+
-+#ifndef CONFIG_EXT3_FS_XATTR
-+#error CONFIG_EXT3_FS_XATTR not #defined
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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; }
-+
-+
-+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: WARNING: Lustre requires that extended attributes for ext3 are enabled in the kernel" >&5
-+echo "$as_me: WARNING: Lustre requires that extended attributes for ext3 are enabled in the kernel" >&2;}
-+		{ echo "$as_me:$LINENO: WARNING: This build may fail." >&5
-+echo "$as_me: WARNING: This build may fail." >&2;}
-+	
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+
-+else
-+	# ldiskfs is enabled
-+	
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CONFIG_LDISKFS_FS_MODULE 1
-+_ACEOF
-+
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CONFIG_LDISKFS_FS_XATTR 1
-+_ACEOF
-+
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CONFIG_LDISKFS_FS_POSIX_ACL 1
-+_ACEOF
-+
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define CONFIG_LDISKFS_FS_SECURITY 1
-+_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; }
-+
-+
-+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 was given.
-+if test "${enable_pinger+set}" = set; then
-+  enableval=$enable_pinger; 
-+else
-+  enable_pinger='yes'
-+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
-+@%:@define ENABLE_PINGER 1
-+_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 was given.
-+if test "${enable_liblustre_recovery+set}" = set; then
-+  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; }
-+if test x$enable_liblustre_recovery != xno ; then
-+  
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define ENABLE_LIBLUSTRE_RECOVERY 1
-+_ACEOF
-+
-+fi
-+
-+{ echo "$as_me:$LINENO: checking whether to enable quota support" >&5
-+echo $ECHO_N "checking whether to enable quota support... $ECHO_C" >&6; }
-+# Check whether --enable-quota was given.
-+if test "${enable_quota+set}" = set; then
-+  enableval=$enable_quota; 
-+else
-+  enable_quota='yes'
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_quota" >&5
-+echo "${ECHO_T}$enable_quota" >&6; }
-+if test x$linux25 != xyes; then
-+   enable_quota='no'
-+fi
-+if test x$enable_quota != xno; then
-+   
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_QUOTA_SUPPORT 1
-+_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 was given.
-+if test "${enable_health_write+set}" = set; then
-+  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; }
-+if test x$enable_health_write == xyes ; then
-+  
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define USE_HEALTH_CHECK_WRITE 1
-+_ACEOF
-+
-+fi
-+
-+
-+{ echo "$as_me:$LINENO: checking task p_pptr found" >&5
-+echo $ECHO_N "checking task p_pptr found... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/sched.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct task_struct *p;
-+	
-+	p = p->p_pptr;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_TASK_PPTR 1
-+_ACEOF
-+
-+
-+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; }
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+# RHEL4 pachess
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol truncate_complete_page is exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol truncate_complete_page is exported... $ECHO_C" >&6; }
-+grep -q -E '[[:space:]]truncate_complete_page[[:space:]]' $LINUX/Module.symvers 2>/dev/null
-+rc=$?
-+if test $rc -ne 0; then
-+    export=0
-+    for file in mm/truncate.c; do
-+    	grep -q -E "EXPORT_SYMBOL.*(truncate_complete_page)" "$LINUX/$file" 2>/dev/null
-+    	rc=$?
-+	if test $rc -eq 0; then
-+		export=1
-+		break;
-+	fi
-+    done
-+    if test $export -eq 0; then
-+    	{ 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; }
-+    	
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_TRUNCATE_COMPLETE_PAGE 1
-+_ACEOF
-+
-+
-+    fi
-+else
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+    
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_TRUNCATE_COMPLETE_PAGE 1
-+_ACEOF
-+
-+
-+fi
-+
-+
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol d_rehash_cond is exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol d_rehash_cond is exported... $ECHO_C" >&6; }
-+grep -q -E '[[:space:]]d_rehash_cond[[:space:]]' $LINUX/Module.symvers 2>/dev/null
-+rc=$?
-+if test $rc -ne 0; then
-+    export=0
-+    for file in fs/dcache.c; do
-+    	grep -q -E "EXPORT_SYMBOL.*(d_rehash_cond)" "$LINUX/$file" 2>/dev/null
-+    	rc=$?
-+	if test $rc -eq 0; then
-+		export=1
-+		break;
-+	fi
-+    done
-+    if test $export -eq 0; then
-+    	{ 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; }
-+    	
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_D_REHASH_COND 1
-+_ACEOF
-+
-+
-+    fi
-+else
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+    
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_D_REHASH_COND 1
-+_ACEOF
-+
-+
-+fi
-+
-+
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol __d_rehash is exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol __d_rehash is exported... $ECHO_C" >&6; }
-+grep -q -E '[[:space:]]__d_rehash[[:space:]]' $LINUX/Module.symvers 2>/dev/null
-+rc=$?
-+if test $rc -ne 0; then
-+    export=0
-+    for file in fs/dcache.c; do
-+    	grep -q -E "EXPORT_SYMBOL.*(__d_rehash)" "$LINUX/$file" 2>/dev/null
-+    	rc=$?
-+	if test $rc -eq 0; then
-+		export=1
-+		break;
-+	fi
-+    done
-+    if test $export -eq 0; then
-+    	{ 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; }
-+    	
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE___D_REHASH 1
-+_ACEOF
-+
-+
-+    fi
-+else
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+    
-+
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE___D_REHASH 1
-+_ACEOF
-+
-+
-+fi
-+
-+
-+
-+{ echo "$as_me:$LINENO: checking if struct kiobuf has a dovary field" >&5
-+echo $ECHO_N "checking if struct kiobuf has a dovary field... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/iobuf.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct kiobuf iobuf;
-+	iobuf.dovary = 1;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_KIOBUF_DOVARY 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 offers cond_resched" >&5
-+echo $ECHO_N "checking if kernel offers cond_resched... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/sched.h>
-+
-+int
-+main (void)
-+{
-+
-+	cond_resched();
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_COND_RESCHED 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 zap_page_range with vma parameter" >&5
-+echo $ECHO_N "checking if zap_page_range with vma parameter... $ECHO_C" >&6; }
-+ZAP_PAGE_RANGE_VMA="`grep -c 'zap_page_range.*struct vm_area_struct' $LINUX/include/linux/mm.h`"
-+if test "$ZAP_PAGE_RANGE_VMA" != 0 ; then
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define ZAP_PAGE_RANGE_VMA 1
-+_ACEOF
-+
-+	{ 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; }
-+fi
-+
-+{ echo "$as_me:$LINENO: checking if kernel defines PDE" >&5
-+echo $ECHO_N "checking if kernel defines PDE... $ECHO_C" >&6; }
-+HAVE_PDE="`grep -c 'proc_dir_entry..PDE' $LINUX/include/linux/proc_fs.h`"
-+if test "$HAVE_PDE" != 0 ; then
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_PDE 1
-+_ACEOF
-+
-+	{ 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; }
-+fi
-+
-+{ echo "$as_me:$LINENO: checking if kernel passes struct file to direct_IO" >&5
-+echo $ECHO_N "checking if kernel passes struct file to direct_IO... $ECHO_C" >&6; }
-+HAVE_DIO_FILE="`grep -c 'direct_IO.*struct file' $LINUX/include/linux/fs.h`"
-+if test "$HAVE_DIO_FILE" != 0 ; then
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_DIO_FILE 1
-+_ACEOF
-+
-+	{ 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; }
-+fi
-+
-+{ echo "$as_me:$LINENO: checking if kernel has mm_inline.h header" >&5
-+echo $ECHO_N "checking if kernel has mm_inline.h header... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/mm_inline.h>
-+
-+int
-+main (void)
-+{
-+
-+	#ifndef page_count
-+	#error mm_inline.h does not define page_count
-+	#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_MM_INLINE 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 inode has i_alloc_sem" >&5
-+echo $ECHO_N "checking if struct inode has i_alloc_sem... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/fs.h>
-+	#include <linux/version.h>
-+
-+int
-+main (void)
-+{
-+
-+	#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,24))
-+	#error "down_read_trylock broken before 2.4.24"
-+	#endif
-+	struct inode i;
-+	return (char *)&i.i_alloc_sem - (char *)&i;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_I_ALLOC_SEM 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 register_cache()" >&5
-+echo $ECHO_N "checking if kernel defines register_cache()... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/list.h>
-+	#include <linux/cache_def.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct cache_definition cache;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_REGISTER_CACHE 1
-+_ACEOF
-+
-+	{ echo "$as_me:$LINENO: checking if kernel expects return from cache shrink function" >&5
-+echo $ECHO_N "checking if kernel expects return from cache shrink function... $ECHO_C" >&6; }
-+	HAVE_CACHE_RETURN_INT="`grep -c 'int.*shrink' $LINUX/include/linux/cache_def.h`"
-+	if test "$HAVE_CACHE_RETURN_INT" != 0 ; then
-+		
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_CACHE_RETURN_INT 1
-+_ACEOF
-+
-+		{ 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; }
-+	fi
-+
-+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; }
-+
-+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 grab_cache_page_nowait_gfp()" >&5
-+echo $ECHO_N "checking if kernel defines grab_cache_page_nowait_gfp()... $ECHO_C" >&6; }
-+HAVE_GCPN_GFP="`grep -c 'grab_cache_page_nowait_gfp' $LINUX/include/linux/pagemap.h`"
-+if test "$HAVE_GCPN_GFP" != 0 ; then
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_GRAB_CACHE_PAGE_NOWAIT_GFP 1
-+_ACEOF
-+
-+	{ 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; }
-+fi
-+
-+{ 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
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+        #ifndef HAVE_CLEAR_RDONLY_ON_PUT
-+        #error needs to be patched by lustre kernel patches from Lustre version 1.4.3 or above.
-+        #endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_DEV_SET_RDONLY 1
-+_ACEOF
-+
-+
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+
-+        { echo "$as_me:$LINENO: result: no, Linux kernel source needs to be patches by lustre 
-+kernel patches from Lustre version 1.4.3 or above." >&5
-+echo "${ECHO_T}no, Linux kernel source needs to be patches by lustre 
-+kernel patches from Lustre version 1.4.3 or above." >&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 filemap_fdatawrite() is defined" >&5
-+echo $ECHO_N "checking whether filemap_fdatawrite() is defined... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+	int (*foo)(struct address_space *)= filemap_fdatawrite;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_FILEMAP_FDATAWRITE 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 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
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/vfs.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct statfs sfs;
-+	sfs.f_namelen = 1;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_STATFS_NAMELEN 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 offers page_mapped" >&5
-+echo $ECHO_N "checking if kernel offers page_mapped... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/mm.h>
-+
-+int
-+main (void)
-+{
-+
-+	page_mapped(NULL);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_PAGE_MAPPED 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 an unlocked_ioctl field" >&5
-+echo $ECHO_N "checking if struct file_operations has an unlocked_ioctl field... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+        struct file_operations fops;
-+        &fops.unlocked_ioctl;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_UNLOCKED_IOCTL 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <asm/page.h>
-+        #include <linux/mm.h>
-+
-+int
-+main (void)
-+{
-+
-+	filemap_populate(NULL, 0, 0, __pgprot(0), 0, 0);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_FILEMAP_POPULATE 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/dcache.h>
-+
-+int
-+main (void)
-+{
-+
-+       d_add_unique(NULL, NULL);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_D_ADD_UNIQUE 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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; }
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+		#include <asm/processor.h>
-+		#include <linux/spinlock.h>
-+		#include <linux/bit_spinlock.h>
-+	
-+int
-+main (void)
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_BIT_SPINLOCK_H 1
-+_ACEOF
-+
-+	
-+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; }
-+	
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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; }
-+	cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+		#include <linux/xattr_acl.h>
-+	
-+int
-+main (void)
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_XATTR_ACL 1
-+_ACEOF
-+
-+	
-+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; }
-+	
-+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 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
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+        #include <linux/namei.h>
-+
-+int
-+main (void)
-+{
-+
-+        struct open_intent intent;
-+        &intent.file;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_FILE_IN_STRUCT_INTENT 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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; }
-+        cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+                #include <linux/posix_acl_xattr.h>
-+        
-+int
-+main (void)
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_LINUX_POSIX_ACL_XATTR_H 1
-+_ACEOF
-+
-+
-+        
-+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; }
-+        
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+
-+else
-+  
-+{ 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 is exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol __iget is exported... $ECHO_C" >&6; }
-+grep -q -E '[[:space:]]__iget[[:space:]]' $LINUX/Module.symvers 2>/dev/null
-+rc=$?
-+if test $rc -ne 0; then
-+    export=0
-+    for file in fs/inode.c; do
-+    	grep -q -E "EXPORT_SYMBOL.*(__iget)" "$LINUX/$file" 2>/dev/null
-+    	rc=$?
-+	if test $rc -eq 0; then
-+		export=1
-+		break;
-+	fi
-+    done
-+    if test $export -eq 0; then
-+    	{ 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; }
-+    	
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_EXPORT___IGET 1
-+_ACEOF
-+
-+
-+    fi
-+else
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+    
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_EXPORT___IGET 1
-+_ACEOF
-+
-+
-+fi
-+
-+
-+{ echo "$as_me:$LINENO: checking if Linux was built with symbol set_fs_pwd is exported" >&5
-+echo $ECHO_N "checking if Linux was built with symbol set_fs_pwd is exported... $ECHO_C" >&6; }
-+grep -q -E '[[:space:]]set_fs_pwd[[:space:]]' $LINUX/Module.symvers 2>/dev/null
-+rc=$?
-+if test $rc -ne 0; then
-+    export=0
-+    for file in fs/namespace.c; do
-+    	grep -q -E "EXPORT_SYMBOL.*(set_fs_pwd)" "$LINUX/$file" 2>/dev/null
-+    	rc=$?
-+	if test $rc -eq 0; then
-+		export=1
-+		break;
-+	fi
-+    done
-+    if test $export -eq 0; then
-+    	{ 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; }
-+    	
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_SET_FS_PWD 1
-+_ACEOF
-+
-+
-+    fi
-+else
-+    { echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+    
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_SET_FS_PWD 1
-+_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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+        int flags = MS_FLOCK_LOCK;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_MS_FLOCK_LOCK 1
-+_ACEOF
-+
-+        { 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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+        int cansleep;
-+        struct file *file;
-+        struct file_lock *file_lock;
-+        flock_lock_file_wait(file, file_lock, cansleep);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_CAN_SLEEP_ARG 1
-+_ACEOF
-+
-+        { 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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+        struct file_operations ll_file_operations_flock;
-+        ll_file_operations_flock.flock = NULL;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_F_OP_FLOCK 1
-+_ACEOF
-+
-+        { 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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct super_operations sp;
-+        void *i = (void *)sp.quota_read;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 KERNEL_SUPPORTS_QUOTA_READ 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+        #include <linux/namei.h>
-+
-+int
-+main (void)
-+{
-+
-+        struct dentry dentry;
-+        struct nameidata nd;
-+
-+        dentry.d_inode->i_op->put_link(&dentry, &nd, NULL);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_COOKIE_FOLLOW_LINK 1
-+_ACEOF
-+
-+        { 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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/rcupdate.h>
-+
-+int
-+main (void)
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+        
-+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: 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
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+                #include <linux/rcupdate.h>
-+        
-+int
-+main (void)
-+{
-+
-+                struct rcu_head rh;
-+                call_rcu(&rh, (void (*)(struct rcu_head *))1, NULL);
-+        
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+                
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_CALL_RCU_PARAM 1
-+_ACEOF
-+
-+                { 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; } 
-+        
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/fs.h>
-+        #include <linux/namei.h>
-+
-+int
-+main (void)
-+{
-+
-+        struct nameidata nd;
-+        struct lookup_intent *it;
-+
-+        it = &nd.intent;
-+        intent_init(it, IT_OPEN);
-+        it->d.lustre.it_disposition = 0;
-+        it->d.lustre.it_data = NULL;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_VFS_INTENT_PATCHES 1
-+_ACEOF
-+
-+
-+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; }
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+
-+# 2.6.15
-+{ echo "$as_me:$LINENO: checking use inode have i_mutex " >&5
-+echo $ECHO_N "checking use inode have i_mutex ... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/mutex.h>
-+	#include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct inode i;
-+
-+	mutex_unlock(&i.i_mutex);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_INODE_I_MUTEX 1
-+_ACEOF
-+
-+
-+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; }
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+
-+# 2.6.17
-+{ 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
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/mutex.h>
-+	#include <linux/fs.h>
-+        #include <linux/quota.h>
-+
-+int
-+main (void)
-+{
-+
-+        struct quota_info dq;
-+
-+        mutex_unlock(&dq.dqonoff_mutex);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_DQUOTOFF_MUTEX 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/pagemap.h>
-+
-+int
-+main (void)
-+{
-+
-+        return atomic_read(&nr_pagecache);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_NR_PAGECACHE 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+	int vfs_statfs(struct dentry *, struct kstatfs *);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_STATFS_DENTRY_PARAM 1
-+_ACEOF
-+
-+        { 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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/mount.h>
-+
-+int
-+main (void)
-+{
-+
-+        vfs_kern_mount(NULL, 0, NULL, NULL);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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
-+  
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_VFS_KERN_MOUNT 1
-+_ACEOF
-+
-+        { 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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/buffer_head.h>
-+
-+int
-+main (void)
-+{
-+
-+	int rc = block_invalidatepage(NULL, 0);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_INVALIDATEPAGE_RETURN_INT 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+tmp_flags="$EXTRA_KCFLAGS"
-+EXTRA_KCFLAGS="-Werror"
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <linux/fs.h>
-+
-+	struct vfsmount;
-+	static void cfg_umount_begin (struct vfsmount *v, int flags)
-+	{
-+    		;
-+	}
-+
-+	static struct super_operations cfg_super_operations = {
-+		.umount_begin	= cfg_umount_begin,
-+	};
-+
-+int
-+main (void)
-+{
-+
-+	cfg_super_operations.umount_begin(NULL,0);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_UMOUNTBEGIN_VFSMOUNT 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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.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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/page-flags.h>
-+
-+int
-+main (void)
-+{
-+
-+        #ifndef PG_fs_misc
-+        #error PG_fs_misc not defined in kernel
-+        #endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_PG_FS_MISC 1
-+_ACEOF
-+
-+
-+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; }
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+
-+# 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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+	struct inode i;
-+	i.i_blksize = 0; 
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_INODE_BLKSIZE 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+tmp_flags="$EXTRA_KCFLAGS"
-+EXTRA_KCFLAGS="-Werror"
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#include <linux/fs.h>
-+	int fillonedir(void * __buf, const char * name, int namlen, loff_t offset,
-+                      u64 ino, unsigned int d_type)
-+	{
-+		return 0;
-+	}
-+
-+int
-+main (void)
-+{
-+
-+	filldir_t filter;
-+
-+	filter = fillonedir;
-+	return 1;
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_VFS_READDIR_U64_INO 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 use generic_file_read" >&5
-+echo $ECHO_N "checking use generic_file_read... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+        int result = generic_file_read(NULL, NULL, 0, 0);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_GENERIC_FILE_READ 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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 use generic_file_write" >&5
-+echo $ECHO_N "checking use generic_file_write... $ECHO_C" >&6; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/fs.h>
-+
-+int
-+main (void)
-+{
-+
-+        int result = generic_file_read(NULL, NULL, 0, 0);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_GENERIC_FILE_WRITE 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/page-flags.h>
-+
-+int
-+main (void)
-+{
-+
-+        cancel_dirty_page(NULL, 0);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_CANCEL_DIRTY_PAGE 1
-+_ACEOF
-+
-+
-+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; }
-+
-+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; }
-+cat >conftest.c <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+        #include <linux/page-flags.h>
-+
-+int
-+main (void)
-+{
-+
-+        #ifndef PG_constant
-+        #error "Have no raid5 zcopy patch"
-+        #endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.ko
-+if { ac_try='cp conftest.c build && make modules CC="$CC" -f $PWD/build/Makefile LUSTRE_LINUX_CONFIG=$LINUX_CONFIG LINUXINCLUDE="$EXTRA_LNET_INCLUDE -Iinclude -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'
-+  { (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); }; } >/dev/null && { ac_try='test -s build/conftest.o'
-+  { (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 HAVE_PAGE_CONSTANT 1
-+_ACEOF
-+
-+
-+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; };
-+
-+fi
-+rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-+
-+
-+			;;
-+		darwin*)
-+			LB_PROG_DARWIN
-+			;;
-+		*)
-+			# This is strange - Lustre supports a target we don't
-+			{ { echo "$as_me:$LINENO: error: Modules are not supported on $target_os" >&5
-+echo "$as_me: error: Modules are not supported on $target_os" >&2;}
-+   { (exit 1); exit 1; }; }
-+			;;
-+	esac
-+fi
-+
-+
-+
-+# Check whether --with-sysio was given.
-+if test "${with_sysio+set}" = set; then
-+  withval=$with_sysio; 
-+else
-+  
-+		case $lb_target_os in
-+			linux)
-+				with_sysio='yes'
-+				;;
-+			*)
-+				with_sysio='no'
-+				;;
-+		esac
-+	
-+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; }
-+		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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+  
-+			{ { echo "$as_me:$LINENO: error: A complete internal libsysio was not found." >&5
-+echo "$as_me: error: A complete internal libsysio was not found." >&2;}
-+   { (exit 1); exit 1; }; }
-+		
-+fi
-+
-+		LIBSYSIO_SUBDIR="libsysio"
-+		SYSIO="$PWD/libsysio"
-+		;;
-+	xno)
-+		{ 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; }
-+		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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+  
-+			{ { echo "$as_me:$LINENO: error: A complete (built) external libsysio was not found." >&5
-+echo "$as_me: error: A complete (built) external libsysio was not found." >&2;}
-+   { (exit 1); exit 1; }; }
-+		
-+fi
-+
-+		SYSIO=$with_sysio
-+		with_sysio="yes"
-+		;;
-+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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+
-+
-+
-+
-+
-+# Check whether --with-ldiskfs was given.
-+if test "${with_ldiskfs+set}" = set; then
-+  withval=$with_ldiskfs; 
-+else
-+  
-+		if test x$linux25$enable_server = xyesyes ; then
-+			with_ldiskfs=yes
-+		else
-+			with_ldiskfs=no
-+		fi
-+	
-+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; }
-+		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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+  
-+			{ { echo "$as_me:$LINENO: error: A complete internal ldiskfs was not found." >&5
-+echo "$as_me: error: A complete internal ldiskfs was not found." >&2;}
-+   { (exit 1); exit 1; }; }
-+		
-+fi
-+
-+		LDISKFS_SUBDIR="ldiskfs"
-+		LDISKFS_DIR="$PWD/ldiskfs"
-+		;;
-+	xno)
-+		{ echo "$as_me:$LINENO: result: disabled" >&5
-+echo "${ECHO_T}disabled" >&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 { 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
-+  eval "$as_lb_File=yes"
-+else
-+  eval "$as_lb_File=no"
-+fi
-+fi
-+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
-+  
-+			{ { echo "$as_me:$LINENO: error: A complete (built) external ldiskfs was not found." >&5
-+echo "$as_me: error: A complete (built) external ldiskfs was not found." >&2;}
-+   { (exit 1); exit 1; }; }
-+		
-+fi
-+
-+		LDISKFS_DIR=$with_ldiskfs
-+		;;
-+esac
-+
-+
-+
-+# We have to configure even if we don't build here for make dist to work
-+subdirs="$subdirs ldiskfs"
-+
-+
-+
-+{ 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; 
-+else
-+  enable_liblustre=$with_sysio
-+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 was given.
-+if test "${enable_liblustre_tests+set}" = set; then
-+  enableval=$enable_liblustre_tests; 
-+else
-+  enable_liblustre_tests=$enable_tests
-+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: checking whether to build mpitests" >&5
-+echo $ECHO_N "checking whether to build mpitests... $ECHO_C" >&6; }
-+# Check whether --enable-mpitests was given.
-+if test "${enable_mpitests+set}" = set; then
-+  enableval=$enable_mpitests; 
-+else
-+  enable_mpitests=no
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_mpitests" >&5
-+echo "${ECHO_T}$enable_mpitests" >&6; }
-+
-+{ echo "$as_me:$LINENO: Enabling Lustre configure options for libsysio" >&5
-+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 was given.
-+if test "${enable_pinger+set}" = set; then
-+  enableval=$enable_pinger; 
-+else
-+  enable_pinger='yes'
-+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
-+@%:@define ENABLE_PINGER 1
-+_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 was given.
-+if test "${enable_liblustre_recovery+set}" = set; then
-+  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; }
-+if test x$enable_liblustre_recovery != xno ; then
-+  
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define ENABLE_LIBLUSTRE_RECOVERY 1
-+_ACEOF
-+
-+fi
-+
-+
-+# lnet/utils/portals.c
-+
-+
-+
-+
-+
-+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 { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+else
-+  # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+@%:@include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
-+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <$ac_header>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+    ( cat <<\_ASBOX
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+@%:@@%:@ Report this to https://bugzilla.lustre.org/ @%:@@%:@
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+_ASBOX
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-+    ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  eval "$as_ac_Header=\$ac_header_preproc"
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+
-+fi
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+
-+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 { 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
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define $ac_func innocuous_$ac_func
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char $ac_func (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef $ac_func
-+
-+/* Override any GCC internal prototype to avoid an error.
-+   Use char because int might match the return type of a GCC
-+   builtin and then its argument prototype would still apply.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+char $ac_func ();
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined __stub_$ac_func || defined __stub___$ac_func
-+choke me
-+#endif
-+
-+int
-+main ()
-+{
-+return $ac_func ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest$ac_exeext &&
-+       $as_test_x conftest$ac_exeext; then
-+  eval "$as_ac_var=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	eval "$as_ac_var=no"
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+ac_res=`eval echo '${'$as_ac_var'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+if test `eval echo '${'$as_ac_var'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+done
-+
-+
-+# lnet/utils/debug.c
-+
-+for ac_header in linux/version.h
-+do
-+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+else
-+  # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+@%:@include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
-+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <$ac_header>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+    ( cat <<\_ASBOX
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+@%:@@%:@ Report this to https://bugzilla.lustre.org/ @%:@@%:@
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+_ASBOX
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-+    ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  eval "$as_ac_Header=\$ac_header_preproc"
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+
-+fi
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+
-+done
-+
-+
-+{ 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
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <linux/spinlock.h>
-+
-+typedef spinlock_t ac__type_new_;
-+int
-+main ()
-+{
-+if ((ac__type_new_ *) 0)
-+  return 0;
-+if (sizeof (ac__type_new_))
-+  return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_cv_type_spinlock_t=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_cv_type_spinlock_t=no
-+fi
-+
-+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; }
-+if test $ac_cv_type_spinlock_t = yes; then
-+  
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_SPINLOCK_T 1
-+_ACEOF
-+
-+fi
-+
-+
-+# lnet/utils/wirecheck.c
-+
-+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 { 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
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define $ac_func innocuous_$ac_func
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char $ac_func (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef $ac_func
-+
-+/* Override any GCC internal prototype to avoid an error.
-+   Use char because int might match the return type of a GCC
-+   builtin and then its argument prototype would still apply.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+char $ac_func ();
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined __stub_$ac_func || defined __stub___$ac_func
-+choke me
-+#endif
-+
-+int
-+main ()
-+{
-+return $ac_func ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest$ac_exeext &&
-+       $as_test_x conftest$ac_exeext; then
-+  eval "$as_ac_var=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	eval "$as_ac_var=no"
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+ac_res=`eval echo '${'$as_ac_var'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+if test `eval echo '${'$as_ac_var'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+done
-+
-+
-+# --------  Check for required packages  --------------
-+
-+#
-+# LC_CONFIG_READLINE
-+#
-+# 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 was given.
-+if test "${enable_readline+set}" = set; then
-+  enableval=$enable_readline; 
-+else
-+  enable_readline='yes'
-+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; }
-+if test "${ac_cv_lib_readline_readline+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lreadline  $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+/* Override any GCC internal prototype to avoid an error.
-+   Use char because int might match the return type of a GCC
-+   builtin and then its argument prototype would still apply.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+char readline ();
-+int
-+main ()
-+{
-+return readline ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest$ac_exeext &&
-+       $as_test_x conftest$ac_exeext; then
-+  ac_cv_lib_readline_readline=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_cv_lib_readline_readline=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+      conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5
-+echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6; }
-+if test $ac_cv_lib_readline_readline = yes; then
-+  
-+	LIBREADLINE="-lreadline -lncurses"
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_LIBREADLINE 1
-+_ACEOF
-+
-+	
-+else
-+  
-+	LIBREADLINE=""
-+	
-+fi
-+
-+	LIBS="$LIBS_save"
-+else
-+	LIBREADLINE=""
-+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 was given.
-+if test "${enable_efence+set}" = set; then
-+  enableval=$enable_efence; 
-+else
-+  enable_efence='no'
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_efence" >&5
-+echo "${ECHO_T}$enable_efence" >&6; }
-+if test "$enable_efence" = "yes" ; then
-+	LIBEFENCE="-lefence"
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_LIBEFENCE 1
-+_ACEOF
-+
-+else
-+	LIBEFENCE=""
-+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 was given.
-+if test "${enable_libwrap+set}" = set; then
-+  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
-+echo "$as_me: error: bad value ${enableval} for --enable-libwrap" >&2;}
-+   { (exit 1); exit 1; }; } ;;
-+	esac
-+else
-+  enable_libwrap=no
-+fi
-+
-+{ echo "$as_me:$LINENO: result: $enable_libwrap" >&5
-+echo "${ECHO_T}$enable_libwrap" >&6; }
-+if test x$enable_libwrap = xyes ; then
-+	LIBWRAP="-lwrap"
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_LIBWRAP 1
-+_ACEOF
-+
-+else
-+	LIBWRAP=""
-+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 was given.
-+if test "${enable_libpthread+set}" = set; then
-+  enableval=$enable_libpthread; 
-+else
-+  enable_libpthread=yes
-+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; }
-+if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lpthread  $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+/* Override any GCC internal prototype to avoid an error.
-+   Use char because int might match the return type of a GCC
-+   builtin and then its argument prototype would still apply.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+char pthread_create ();
-+int
-+main ()
-+{
-+return pthread_create ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest$ac_exeext &&
-+       $as_test_x conftest$ac_exeext; then
-+  ac_cv_lib_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
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+      conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_lib_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
-+  ENABLE_LIBPTHREAD="no"
-+fi
-+
-+	if test "$ENABLE_LIBPTHREAD" = "yes" ; then
-+		{ echo "$as_me:$LINENO: result: $ENABLE_LIBPTHREAD" >&5
-+echo "${ECHO_T}$ENABLE_LIBPTHREAD" >&6; }
-+		PTHREAD_LIBS="-lpthread"
-+		
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_LIBPTHREAD 1
-+_ACEOF
-+
-+	else
-+		PTHREAD_LIBS=""
-+		{ 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; }
-+	ENABLE_LIBPTHREAD="no"
-+fi
-+
-+
-+# ----------------------------------------
-+# some tests for catamount-like systems
-+# ----------------------------------------
-+# Check whether --enable-sysio_init was given.
-+if test "${enable_sysio_init+set}" = set; then
-+  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; }
-+if test x$enable_sysio_init != xno ; then
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define INIT_SYSIO 1
-+_ACEOF
-+
-+fi
-+
-+# Check whether --enable-urandom was given.
-+if test "${enable_urandom+set}" = set; then
-+  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; }
-+if test x$enable_urandom != xno ; then
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define LIBLUSTRE_USE_URANDOM 1
-+_ACEOF
-+
-+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; }
-+if test "${ac_cv_lib_cap_cap_get_proc+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lcap  $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+/* Override any GCC internal prototype to avoid an error.
-+   Use char because int might match the return type of a GCC
-+   builtin and then its argument prototype would still apply.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+char cap_get_proc ();
-+int
-+main ()
-+{
-+return cap_get_proc ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest$ac_exeext &&
-+       $as_test_x conftest$ac_exeext; then
-+  ac_cv_lib_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
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+      conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_lib_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"
-+			
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_LIBCAP 1
-+_ACEOF
-+
-+		
-+else
-+  
-+			CAP_LIBS=""
-+		
-+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; }
-+
-+# 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; }
-+	        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; }
-+		LNET_MAX_PAYLOAD="LNET_MTU"
-+	
-+fi
-+
-+        
-+cat >>confdefs.h <<_ACEOF
-+@%:@define LNET_MAX_PAYLOAD $LNET_MAX_PAYLOAD
-+_ACEOF
-+
-+
-+
-+if test -z "$ENABLEPORTALS"; then
-+	{ echo "$as_me:$LINENO: checking for portals" >&5
-+echo $ECHO_N "checking for portals... $ECHO_C" >&6; }
-+
-+# Check whether --with-portals was given.
-+if test "${with_portals+set}" = set; then
-+  withval=$with_portals; 
-+		case $with_portals in
-+			no)     ENABLEPORTALS=0
-+				;;
-+			*)	PORTALS="${with_portals}"
-+				ENABLEPORTALS=1
-+				;;
-+		esac
-+		
-+	
-+else
-+  
-+		ENABLEPORTALS=0
-+	
-+fi
-+
-+PTLLNDCPPFLAGS=""
-+if test $ENABLEPORTALS -eq 0; then
-+	{ 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: 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; }
-+        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; }
-+
-+UPTLLND=""
-+if test $ENABLEPORTALS -ne 0; then
-+	{ 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; }
-+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 was given.
-+if test "${enable_usocklnd+set}" = set; then
-+  enableval=$enable_usocklnd; 
-+else
-+  enable_usocklnd='yes'
-+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; }
-+      		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; }
-+		USOCKLND=""
-+	fi
-+else
-+	{ 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; }
-+
-+# Check whether --with-obd-buffer-size was given.
-+if test "${with_obd_buffer_size+set}" = set; then
-+  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; }
-+
-+cat >>confdefs.h <<_ACEOF
-+@%:@define OBD_MAX_IOCTL_BUFFER $OBD_BUFFER_SIZE
-+_ACEOF
-+
-+
-+
-+# include/liblustre.h
-+
-+
-+
-+
-+
-+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 { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+else
-+  # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+@%:@include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
-+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <$ac_header>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+    ( cat <<\_ASBOX
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+@%:@@%:@ Report this to https://bugzilla.lustre.org/ @%:@@%:@
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+_ASBOX
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-+    ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  eval "$as_ac_Header=\$ac_header_preproc"
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+
-+fi
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+
-+done
-+
-+
-+# include/lustre/lustre_user.h
-+# See note there re: __ASM_X86_64_PROCESSOR_H
-+
-+for ac_header in linux/quota.h
-+do
-+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+else
-+  # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+@%:@include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
-+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <$ac_header>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+    ( cat <<\_ASBOX
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+@%:@@%:@ Report this to https://bugzilla.lustre.org/ @%:@@%:@
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+_ASBOX
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-+    ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  eval "$as_ac_Header=\$ac_header_preproc"
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+
-+fi
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+
-+done
-+
-+
-+# liblustre/llite_lib.h
-+
-+
-+for ac_header in xtio.h file.h
-+do
-+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+else
-+  # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+@%:@include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
-+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <$ac_header>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+    ( cat <<\_ASBOX
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+@%:@@%:@ Report this to https://bugzilla.lustre.org/ @%:@@%:@
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+_ASBOX
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-+    ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  eval "$as_ac_Header=\$ac_header_preproc"
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+
-+fi
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+
-+done
-+
-+
-+# liblustre/dir.c
-+
-+
-+
-+
-+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 { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+else
-+  # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+@%:@include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
-+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <$ac_header>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+    ( cat <<\_ASBOX
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+@%:@@%:@ Report this to https://bugzilla.lustre.org/ @%:@@%:@
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+_ASBOX
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-+    ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  eval "$as_ac_Header=\$ac_header_preproc"
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+
-+fi
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+
-+done
-+
-+
-+# liblustre/lutil.c
-+
-+
-+
-+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 { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+else
-+  # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+@%:@include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
-+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <$ac_header>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+    ( cat <<\_ASBOX
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+@%:@@%:@ Report this to https://bugzilla.lustre.org/ @%:@@%:@
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+_ASBOX
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-+    ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  eval "$as_ac_Header=\$ac_header_preproc"
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+
-+fi
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+
-+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 { 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
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define $ac_func innocuous_$ac_func
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char $ac_func (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef $ac_func
-+
-+/* Override any GCC internal prototype to avoid an error.
-+   Use char because int might match the return type of a GCC
-+   builtin and then its argument prototype would still apply.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+char $ac_func ();
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined __stub_$ac_func || defined __stub___$ac_func
-+choke me
-+#endif
-+
-+int
-+main ()
-+{
-+return $ac_func ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest$ac_exeext &&
-+       $as_test_x conftest$ac_exeext; then
-+  eval "$as_ac_var=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	eval "$as_ac_var=no"
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+ac_res=`eval echo '${'$as_ac_var'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+if test `eval echo '${'$as_ac_var'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+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; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+	#include <unistd.h>
-+
-+int
-+main ()
-+{
-+
-+	ssize_t readlink(const char *, char *, size_t);
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  
-+	{ echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6; }
-+	
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define HAVE_POSIX_1003_READLINK 1
-+_ACEOF
-+
-+
-+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; }
-+
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+
-+# utils/llverfs.c
-+
-+for ac_header in ext2fs/ext2fs.h
-+do
-+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+else
-+  # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+@%:@include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
-+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <$ac_header>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+    ( cat <<\_ASBOX
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+@%:@@%:@ Report this to https://bugzilla.lustre.org/ @%:@@%:@
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+_ASBOX
-+     ) | sed "s/^/$as_me: WARNING:     /" >&2
-+    ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  eval "$as_ac_Header=\$ac_header_preproc"
-+fi
-+ac_res=`eval echo '${'$as_ac_Header'}'`
-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-+echo "${ECHO_T}$ac_res" >&6; }
-+
-+fi
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+ 
-+fi
-+
-+done
-+
-+
-+# Super safe df
-+# Check whether --enable-mindf was given.
-+if test "${enable_mindf+set}" = set; then
-+  enableval=$enable_mindf; 
-+fi
-+
-+if test "$enable_mindf" = "yes" ;  then
-+      
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define MIN_DF 1
-+_ACEOF
-+
-+fi
-+
-+# Check whether --enable-fail_alloc was given.
-+if test "${enable_fail_alloc+set}" = set; then
-+  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; }
-+if test x$enable_fail_alloc != xno ; then
-+        
-+cat >>confdefs.h <<\_ACEOF
-+@%:@define RANDOM_FAIL_ALLOC 1
-+_ACEOF
-+
-+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 was given.
-+if test "${enable_snmp+set}" = set; then
-+  enableval=$enable_snmp; 
-+else
-+  enable_snmp='auto'
-+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; }
-+if test "${ac_cv_prog_NET_SNMP_CONFIG+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$NET_SNMP_CONFIG"; then
-+  ac_cv_prog_NET_SNMP_CONFIG="$NET_SNMP_CONFIG" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-+    ac_cv_prog_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; }
-+else
-+  { 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)
-+
-+		CPPFLAGS_save="$CPPFLAGS"
-+		CPPFLAGS="$CPPFLAGS $NET_SNMP_CFLAGS"
-+
-+		LIBS_save="$LIBS"
-+		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; }
-+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; }
-+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; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+@%:@include <net-snmp/net-snmp-config.h>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking 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
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+@%:@include <net-snmp/net-snmp-config.h>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null && {
-+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       }; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: net-snmp/net-snmp-config.h: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: net-snmp/net-snmp-config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: net-snmp/net-snmp-config.h: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: net-snmp/net-snmp-config.h: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: net-snmp/net-snmp-config.h: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: net-snmp/net-snmp-config.h: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: net-snmp/net-snmp-config.h:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: net-snmp/net-snmp-config.h:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: net-snmp/net-snmp-config.h: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: net-snmp/net-snmp-config.h: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: net-snmp/net-snmp-config.h:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: net-snmp/net-snmp-config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: net-snmp/net-snmp-config.h: proceeding with the preprocessor's result" >&5
-+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
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+@%:@@%:@ Report this to https://bugzilla.lustre.org/ @%:@@%:@
-+@%:@@%:@ ------------------------------------------- @%:@@%:@
-+_ASBOX
-+     ) | 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; }
-+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; }
-+
-+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; }
-+if test "${ac_cv_func_register_mib+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define register_mib to an innocuous variant, in case <limits.h> declares register_mib.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define register_mib innocuous_register_mib
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char register_mib (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef register_mib
-+
-+/* Override any GCC internal prototype to avoid an error.
-+   Use char because int might match the return type of a GCC
-+   builtin and then its argument prototype would still apply.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+char 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
-+choke me
-+#endif
-+
-+int
-+main ()
-+{
-+return register_mib ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest$ac_exeext &&
-+       $as_test_x conftest$ac_exeext; then
-+  ac_cv_func_register_mib=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_cv_func_register_mib=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_func_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
-+  
-+				LIBS="$LIBS -lwrap"
-+				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; }
-+if test "${ac_cv_func_register_mib+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define register_mib to an innocuous variant, in case <limits.h> declares register_mib.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define register_mib innocuous_register_mib
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char register_mib (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef register_mib
-+
-+/* Override any GCC internal prototype to avoid an error.
-+   Use char because int might match the return type of a GCC
-+   builtin and then its argument prototype would still apply.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+char 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
-+choke me
-+#endif
-+
-+int
-+main ()
-+{
-+return register_mib ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (ac_try="$ac_link"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_link") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest$ac_exeext &&
-+       $as_test_x conftest$ac_exeext; then
-+  ac_cv_func_register_mib=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_cv_func_register_mib=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_func_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
-+
-+			
-+fi
-+
-+		
-+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; }
-+	if test "$SNMP_SUBDIR" ; then
-+		{ 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; }
-+		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;}
-+   { (exit 1); exit 1; }; }
-+		fi
-+	fi
-+fi
-+
-+agentdir='${pkglibdir}/snmp'
-+mibdir='${pkgdatadir}/snmp/mibs'
-+
-+
-+
-+
-+
-+
-+fi
-+
-+
-+
-+if test x$enable_modules = xyes; then
-+  MODULES_TRUE=
-+  MODULES_FALSE='#'
-+else
-+  MODULES_TRUE='#'
-+  MODULES_FALSE=
-+fi
-+
-+
-+
-+if test x$enable_utils = xyes; then
-+  UTILS_TRUE=
-+  UTILS_FALSE='#'
-+else
-+  UTILS_TRUE='#'
-+  UTILS_FALSE=
-+fi
-+
-+
-+
-+if test x$enable_tests = xyes; then
-+  TESTS_TRUE=
-+  TESTS_FALSE='#'
-+else
-+  TESTS_TRUE='#'
-+  TESTS_FALSE=
-+fi
-+
-+
-+
-+if test x$ENABLE_DOC = x1; then
-+  DOC_TRUE=
-+  DOC_FALSE='#'
-+else
-+  DOC_TRUE='#'
-+  DOC_FALSE=
-+fi
-+
-+
-+
-+if test x$ENABLE_INIT_SCRIPTS = "x1"; then
-+  INIT_SCRIPTS_TRUE=
-+  INIT_SCRIPTS_FALSE='#'
-+else
-+  INIT_SCRIPTS_TRUE='#'
-+  INIT_SCRIPTS_FALSE=
-+fi
-+
-+
-+
-+if test x$lb_target_os = "xlinux"; then
-+  LINUX_TRUE=
-+  LINUX_FALSE='#'
-+else
-+  LINUX_TRUE='#'
-+  LINUX_FALSE=
-+fi
-+
-+
-+
-+if test x$lb_target_os = "xdarwin"; then
-+  DARWIN_TRUE=
-+  DARWIN_FALSE='#'
-+else
-+  DARWIN_TRUE='#'
-+  DARWIN_FALSE=
-+fi
-+
-+
-+
-+if test x$enable_cray_xt3 = "xyes"; then
-+  CRAY_XT3_TRUE=
-+  CRAY_XT3_FALSE='#'
-+else
-+  CRAY_XT3_TRUE='#'
-+  CRAY_XT3_FALSE=
-+fi
-+
-+
-+# this lets lustre cancel libsysio, per-branch or if liblustre is
-+# disabled
-+if test "x$LIBSYSIO_SUBDIR" = xlibsysio ; then
-+	if test "x$with_sysio" != xyes ; then
-+		SYSIO=""
-+		LIBSYSIO_SUBDIR=""
-+	fi
-+fi
-+
-+
-+
-+
-+
-+if test x$linux25 = xyes; then
-+  LINUX25_TRUE=
-+  LINUX25_FALSE='#'
-+else
-+  LINUX25_TRUE='#'
-+  LINUX25_FALSE=
-+fi
-+
-+
-+LB_DARWIN_CONDITIONALS
-+
-+
-+
-+if test x$QSWLND = "xqswlnd"; then
-+  BUILD_QSWLND_TRUE=
-+  BUILD_QSWLND_FALSE='#'
-+else
-+  BUILD_QSWLND_TRUE='#'
-+  BUILD_QSWLND_FALSE=
-+fi
-+
-+
-+
-+if test x$GMLND = "xgmlnd"; then
-+  BUILD_GMLND_TRUE=
-+  BUILD_GMLND_FALSE='#'
-+else
-+  BUILD_GMLND_TRUE='#'
-+  BUILD_GMLND_FALSE=
-+fi
-+
-+
-+
-+if test x$MXLND = "xmxlnd"; then
-+  BUILD_MXLND_TRUE=
-+  BUILD_MXLND_FALSE='#'
-+else
-+  BUILD_MXLND_TRUE='#'
-+  BUILD_MXLND_FALSE=
-+fi
-+
-+
-+
-+if test x$O2IBLND = "xo2iblnd"; then
-+  BUILD_O2IBLND_TRUE=
-+  BUILD_O2IBLND_FALSE='#'
-+else
-+  BUILD_O2IBLND_TRUE='#'
-+  BUILD_O2IBLND_FALSE=
-+fi
-+
-+
-+
-+if test x$OPENIBLND = "xopeniblnd"; then
-+  BUILD_OPENIBLND_TRUE=
-+  BUILD_OPENIBLND_FALSE='#'
-+else
-+  BUILD_OPENIBLND_TRUE='#'
-+  BUILD_OPENIBLND_FALSE=
-+fi
-+
-+
-+
-+if test x$CIBLND = "xciblnd"; then
-+  BUILD_CIBLND_TRUE=
-+  BUILD_CIBLND_FALSE='#'
-+else
-+  BUILD_CIBLND_TRUE='#'
-+  BUILD_CIBLND_FALSE=
-+fi
-+
-+
-+
-+if test x$IIBLND = "xiiblnd"; then
-+  BUILD_IIBLND_TRUE=
-+  BUILD_IIBLND_FALSE='#'
-+else
-+  BUILD_IIBLND_TRUE='#'
-+  BUILD_IIBLND_FALSE=
-+fi
-+
-+
-+
-+if test x$VIBLND = "xviblnd"; then
-+  BUILD_VIBLND_TRUE=
-+  BUILD_VIBLND_FALSE='#'
-+else
-+  BUILD_VIBLND_TRUE='#'
-+  BUILD_VIBLND_FALSE=
-+fi
-+
-+
-+
-+if test x$RALND = "xralnd"; then
-+  BUILD_RALND_TRUE=
-+  BUILD_RALND_FALSE='#'
-+else
-+  BUILD_RALND_TRUE='#'
-+  BUILD_RALND_FALSE=
-+fi
-+
-+
-+
-+if test x$PTLLND = "xptllnd"; then
-+  BUILD_PTLLND_TRUE=
-+  BUILD_PTLLND_FALSE='#'
-+else
-+  BUILD_PTLLND_TRUE='#'
-+  BUILD_PTLLND_FALSE=
-+fi
-+
-+
-+
-+if test x$UPTLLND = "xptllnd"; then
-+  BUILD_UPTLLND_TRUE=
-+  BUILD_UPTLLND_FALSE='#'
-+else
-+  BUILD_UPTLLND_TRUE='#'
-+  BUILD_UPTLLND_FALSE=
-+fi
-+
-+
-+
-+if test x$USOCKLND = "xusocklnd"; then
-+  BUILD_USOCKLND_TRUE=
-+  BUILD_USOCKLND_FALSE='#'
-+else
-+  BUILD_USOCKLND_TRUE='#'
-+  BUILD_USOCKLND_FALSE=
-+fi
-+
-+
-+
-+
-+if test x$enable_liblustre = xyes; then
-+  LIBLUSTRE_TRUE=
-+  LIBLUSTRE_FALSE='#'
-+else
-+  LIBLUSTRE_TRUE='#'
-+  LIBLUSTRE_FALSE=
-+fi
-+
-+
-+
-+if test x$QUILT != xno; then
-+  USE_QUILT_TRUE=
-+  USE_QUILT_FALSE='#'
-+else
-+  USE_QUILT_TRUE='#'
-+  USE_QUILT_FALSE=
-+fi
-+
-+
-+
-+if test x$enable_liblustre_tests = xyes; then
-+  LIBLUSTRE_TESTS_TRUE=
-+  LIBLUSTRE_TESTS_FALSE='#'
-+else
-+  LIBLUSTRE_TESTS_TRUE='#'
-+  LIBLUSTRE_TESTS_FALSE=
-+fi
-+
-+
-+
-+if test x$enable_mpitests = xyes; then
-+  MPITESTS_TRUE=
-+  MPITESTS_FALSE='#'
-+else
-+  MPITESTS_TRUE='#'
-+  MPITESTS_FALSE=
-+fi
-+
-+
-+
-+if test x$enable_client = xyes; then
-+  CLIENT_TRUE=
-+  CLIENT_FALSE='#'
-+else
-+  CLIENT_TRUE='#'
-+  CLIENT_FALSE=
-+fi
-+
-+
-+
-+if test x$enable_server = xyes; then
-+  SERVER_TRUE=
-+  SERVER_FALSE='#'
-+else
-+  SERVER_TRUE='#'
-+  SERVER_FALSE=
-+fi
-+
-+
-+
-+if test x$enable_quota = xyes; then
-+  QUOTA_TRUE=
-+  QUOTA_FALSE='#'
-+else
-+  QUOTA_TRUE='#'
-+  QUOTA_FALSE=
-+fi
-+
-+
-+
-+if test x$ac_cv_header_blkid_blkid_h = xyes; then
-+  BLKID_TRUE=
-+  BLKID_FALSE='#'
-+else
-+  BLKID_TRUE='#'
-+  BLKID_FALSE=
-+fi
-+
-+
-+
-+if test x$ac_cv_header_ext2fs_ext2fs_h = xyes; then
-+  EXT2FS_DEVEL_TRUE=
-+  EXT2FS_DEVEL_FALSE='#'
-+else
-+  EXT2FS_DEVEL_TRUE='#'
-+  EXT2FS_DEVEL_FALSE=
-+fi
-+
-+
-+
-+if test x$enable_libpthread = xyes; then
-+  LIBPTHREAD_TRUE=
-+  LIBPTHREAD_FALSE='#'
-+else
-+  LIBPTHREAD_TRUE='#'
-+  LIBPTHREAD_FALSE=
-+fi
-+
-+
-+
-+ac_config_headers="$ac_config_headers config.h"
-+
-+CPPFLAGS="-include \$(top_builddir)/config.h $CPPFLAGS"
-+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 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"
-+
-+		;;
-+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/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/ldlm/Makefile lustre/liblustre/Makefile lustre/liblustre/tests/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/scripts/version_tag.pl lustre/tests/Makefile lustre/utils/Makefile"
-+
-+case $lb_target_os in
-+        darwin)
-+                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"
-+
-+
-+fi
-+
-+
-+
-+MOSTLYCLEANFILES='.*.cmd .*.flags *.o *.ko *.mod.c .depend .*.1.*'
-+
-+
-+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
-+# scripts and configure runs, see configure's option --config-cache.
-+# It is not useful on other systems.  If it contains results you don't
-+# want to keep, you may remove or edit it.
-+#
-+# config.status only pays attention to the cache file if you give it
-+# the --recheck option to rerun configure.
-+#
-+# `ac_cv_env_foo' variables (set or unset) will be overridden when
-+# loading this file, other *unset* `ac_cv_foo' will be assigned the
-+# following values.
-+
-+_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, 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 $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 "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-+      ;;
-+    esac |
-+    sort
-+) |
-+  sed '
-+     /^ac_cv_env_/b end
-+     t clear
-+     :clear
-+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
-+     t end
-+     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 "$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
-+
-+test "x$prefix" = xNONE && prefix=$ac_default_prefix
-+# Let make expand exec_prefix.
-+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-+
-+DEFS=-DHAVE_CONFIG_H
-+
-+ac_libobjs=
-+ac_ltlibobjs=
-+for ac_i in : $LIB@&t at OBJS; do test "x$ac_i" = x: && continue
-+  # 1. Remove the extension, and $U if already installed.
-+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-+  ac_i=`echo "$ac_i" | sed "$ac_script"`
-+  # 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
-+LIB@&t at OBJS=$ac_libobjs
-+
-+LTLIBOBJS=$ac_ltlibobjs
-+
-+
-+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"AMDEP\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${MODULES_TRUE}" && test -z "${MODULES_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"MODULES\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"MODULES\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${UTILS_TRUE}" && test -z "${UTILS_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"UTILS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"UTILS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${TESTS_TRUE}" && test -z "${TESTS_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"TESTS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"TESTS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${DOC_TRUE}" && test -z "${DOC_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"DOC\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"DOC\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${INIT_SCRIPTS_TRUE}" && test -z "${INIT_SCRIPTS_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"INIT_SCRIPTS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"INIT_SCRIPTS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${LINUX_TRUE}" && test -z "${LINUX_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"LINUX\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"LINUX\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${DARWIN_TRUE}" && test -z "${DARWIN_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"DARWIN\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"DARWIN\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${CRAY_XT3_TRUE}" && test -z "${CRAY_XT3_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"CRAY_XT3\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"CRAY_XT3\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${LINUX25_TRUE}" && test -z "${LINUX25_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"LINUX25\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"LINUX25\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_QSWLND_TRUE}" && test -z "${BUILD_QSWLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_QSWLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_QSWLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_GMLND_TRUE}" && test -z "${BUILD_GMLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_GMLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_GMLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_MXLND_TRUE}" && test -z "${BUILD_MXLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_MXLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_MXLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_O2IBLND_TRUE}" && test -z "${BUILD_O2IBLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_O2IBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_O2IBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_OPENIBLND_TRUE}" && test -z "${BUILD_OPENIBLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_OPENIBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_OPENIBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_CIBLND_TRUE}" && test -z "${BUILD_CIBLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_CIBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_CIBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_IIBLND_TRUE}" && test -z "${BUILD_IIBLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_IIBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_IIBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_VIBLND_TRUE}" && test -z "${BUILD_VIBLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_VIBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_VIBLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_RALND_TRUE}" && test -z "${BUILD_RALND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_RALND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_RALND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_PTLLND_TRUE}" && test -z "${BUILD_PTLLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_PTLLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_PTLLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_UPTLLND_TRUE}" && test -z "${BUILD_UPTLLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_UPTLLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_UPTLLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_USOCKLND_TRUE}" && test -z "${BUILD_USOCKLND_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_USOCKLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_USOCKLND\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${LIBLUSTRE_TRUE}" && test -z "${LIBLUSTRE_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"LIBLUSTRE\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"LIBLUSTRE\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${USE_QUILT_TRUE}" && test -z "${USE_QUILT_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"USE_QUILT\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"USE_QUILT\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${LIBLUSTRE_TESTS_TRUE}" && test -z "${LIBLUSTRE_TESTS_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"LIBLUSTRE_TESTS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"LIBLUSTRE_TESTS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${MPITESTS_TRUE}" && test -z "${MPITESTS_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"MPITESTS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"MPITESTS\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${CLIENT_TRUE}" && test -z "${CLIENT_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"CLIENT\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"CLIENT\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${SERVER_TRUE}" && test -z "${SERVER_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"SERVER\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"SERVER\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${QUOTA_TRUE}" && test -z "${QUOTA_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"QUOTA\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"QUOTA\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BLKID_TRUE}" && test -z "${BLKID_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BLKID\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BLKID\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${EXT2FS_DEVEL_TRUE}" && test -z "${EXT2FS_DEVEL_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"EXT2FS_DEVEL\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"EXT2FS_DEVEL\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${LIBPTHREAD_TRUE}" && test -z "${LIBPTHREAD_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"LIBPTHREAD\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"LIBPTHREAD\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+: ${CONFIG_STATUS=./config.status}
-+ac_clean_files_save=$ac_clean_files
-+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
-+echo "$as_me: creating $CONFIG_STATUS" >&6;}
-+cat >$CONFIG_STATUS <<_ACEOF
-+#! $SHELL
-+# Generated by $as_me.
-+# Run this file to recreate the current configuration.
-+# Compiler output produced by configure, useful for debugging
-+# configure, is in config.log if it exists.
-+
-+debug=false
-+ac_cs_recheck=false
-+ac_cs_silent=false
-+SHELL=\${CONFIG_SHELL-$SHELL}
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+## --------------------- ##
-+## M4sh Initialization.  ##
-+## --------------------- ##
-+
-+# Be more Bourne compatible
-+DUALCASE=1; export DUALCASE # for MKS sh
-+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-+  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
-+
-+
-+
-+
-+# 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
-+
-+# Support unset when possible.
-+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-+  as_unset=unset
-+else
-+  as_unset=false
-+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.
-+for as_var in ENV MAIL MAILPATH
-+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+done
-+PS1='$ '
-+PS2='> '
-+PS4='+ '
-+
-+# NLS nuisances.
-+for as_var in \
-+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
-+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-+  LC_TELEPHONE LC_TIME
-+do
-+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
-+    eval $as_var=C; export $as_var
-+  else
-+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-+  fi
-+done
-+
-+# Required to use basename.
-+if expr a : '\(a\)' >/dev/null 2>&1 &&
-+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-+  as_expr=expr
-+else
-+  as_expr=false
-+fi
-+
-+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-+  as_basename=basename
-+else
-+  as_basename=false
-+fi
-+
-+
-+# Name of the executable.
-+as_me=`$as_basename -- "$0" ||
-+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-+	 X"$0" : 'X\(//\)$' \| \
-+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X/"$0" |
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\/\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-+
-+# CDPATH.
-+$as_unset CDPATH
-+
-+
-+
-+  as_lineno_1=$LINENO
-+  as_lineno_2=$LINENO
-+  test "x$as_lineno_1" != "x$as_lineno_2" &&
-+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-+
-+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-+  # uniformly replaced by the line number.  The first 'sed' inserts a
-+  # line-number line after each line using $LINENO; the second 'sed'
-+  # does the real work.  The second script uses 'N' to pair each
-+  # line-number line with the line containing $LINENO, and appends
-+  # trailing '-' during substitution so that $LINENO is not a special
-+  # case at line end.
-+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-+  # E. McMahon (1931-1989) for sed's syntax.  :-)
-+  sed -n '
-+    p
-+    /[$]LINENO/=
-+  ' <$as_myself |
-+    sed '
-+      s/[$]LINENO.*/&-/
-+      t lineno
-+      b
-+      :lineno
-+      N
-+      :loop
-+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-+      t loop
-+      s/-\n.*//
-+    ' >$as_me.lineno &&
-+  chmod +x "$as_me.lineno" ||
-+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-+   { (exit 1); exit 1; }; }
-+
-+  # Don't try to exec as it changes $[0], causing all sort of problems
-+  # (the dirname of $[0] is not the place where we might find the
-+  # original and so on.  Autoconf is especially sensitive to this).
-+  . "./$as_me.lineno"
-+  # Exit status is that of the last command.
-+  exit
-+}
-+
-+
-+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-+  as_dirname=dirname
-+else
-+  as_dirname=false
-+fi
-+
-+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 &&
-+   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
-+  as_ln_s='ln -s'
-+  # ... but there are two gotchas:
-+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-+  # In both cases, we have to default to `cp -p'.
-+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-+    as_ln_s='cp -p'
-+elif ln conf$$.file conf$$ 2>/dev/null; then
-+  as_ln_s=ln
-+else
-+  as_ln_s='cp -p'
-+fi
-+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-+rmdir conf$$.dir 2>/dev/null
-+
-+if mkdir -p . 2>/dev/null; then
-+  as_mkdir_p=:
-+else
-+  test -d ./-p && rmdir ./-p
-+  as_mkdir_p=false
-+fi
-+
-+if test -x / >/dev/null 2>&1; then
-+  as_test_x='test -x'
-+else
-+  if ls -dL / >/dev/null 2>&1; then
-+    as_ls_L_option=L
-+  else
-+    as_ls_L_option=
-+  fi
-+  as_test_x='
-+    eval sh -c '\''
-+      if test -d "$1"; then
-+        test -d "$1/.";
-+      else
-+	case $1 in
-+        -*)set "./$1";;
-+	esac;
-+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
-+	???[sx]*):;;*)false;;esac;fi
-+    '\'' sh
-+  '
-+fi
-+as_executable_p=$as_test_x
-+
-+# 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'"
-+
-+# Sed expression to map a string onto a valid variable name.
-+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-+
-+
-+exec 6>&1
-+
-+# Save the log message, to keep $[0] and so on meaningful, and to
-+# report actual input values of CONFIG_FILES etc. instead of their
-+# values after options handling.
-+ac_log="
-+This file was extended by Lustre $as_me 1.6.2, which was
-+generated by GNU Autoconf 2.61.  Invocation command line was
-+
-+  CONFIG_FILES    = $CONFIG_FILES
-+  CONFIG_HEADERS  = $CONFIG_HEADERS
-+  CONFIG_LINKS    = $CONFIG_LINKS
-+  CONFIG_COMMANDS = $CONFIG_COMMANDS
-+  $ $0 $@
-+
-+on `(hostname || uname -n) 2>/dev/null | sed 1q`
-+"
-+
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<_ACEOF
-+# Files that config.status was made for.
-+config_files="$ac_config_files"
-+config_headers="$ac_config_headers"
-+config_commands="$ac_config_commands"
-+
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+ac_cs_usage="\
-+\`$as_me' instantiates files from templates according to the
-+current configuration.
-+
-+Usage: $0 [OPTIONS] [FILE]...
-+
-+  -h, --help       print this help, 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
-+  --file=FILE[:TEMPLATE]
-+		   instantiate the configuration file FILE
-+  --header=FILE[:TEMPLATE]
-+		   instantiate the configuration header FILE
-+
-+Configuration files:
-+$config_files
-+
-+Configuration headers:
-+$config_headers
-+
-+Configuration commands:
-+$config_commands
-+
-+Report bugs to <bug-autoconf at gnu.org>."
-+
-+_ACEOF
-+cat >>$CONFIG_STATUS <<_ACEOF
-+ac_cs_version="\\
-+Lustre config.status 1.6.2
-+configured by $0, generated by GNU Autoconf 2.61,
-+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
-+
-+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."
-+
-+ac_pwd='$ac_pwd'
-+srcdir='$srcdir'
-+INSTALL='$INSTALL'
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+# If no file are specified by the user, then we need to provide default
-+# value.  By we need to know if files were specified by the user.
-+ac_need_defaults=:
-+while test $# != 0
-+do
-+  case $1 in
-+  --*=*)
-+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-+    ac_shift=:
-+    ;;
-+  *)
-+    ac_option=$1
-+    ac_optarg=$2
-+    ac_shift=shift
-+    ;;
-+  esac
-+
-+  case $ac_option in
-+  # Handling of the options.
-+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-+    ac_cs_recheck=: ;;
-+  --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)
-+    # 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: error: unrecognized option: $1
-+Try \`$0 --help' for more information." >&2
-+   { (exit 1); exit 1; }; } ;;
-+
-+  *) ac_config_targets="$ac_config_targets $1"
-+     ac_need_defaults=false ;;
-+
-+  esac
-+  shift
-+done
-+
-+ac_configure_extra_args=
-+
-+if $ac_cs_silent; then
-+  exec 6>/dev/null
-+  ac_configure_extra_args="$ac_configure_extra_args --silent"
-+fi
-+
-+_ACEOF
-+cat >>$CONFIG_STATUS <<_ACEOF
-+if \$ac_cs_recheck; then
-+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
-+  CONFIG_SHELL=$SHELL
-+  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
-+#
-+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
-+    "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/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/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/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/scripts/version_tag.pl") CONFIG_FILES="$CONFIG_FILES lustre/scripts/version_tag.pl" ;;
-+    "lustre/tests/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/tests/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
-+# bizarre bug on SunOS 4.1.3.
-+if $ac_need_defaults; then
-+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
-+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
-+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-+fi
-+
-+# Have a temporary directory for convenience.  Make it in the build tree
-+# simply because there is no reason against having it here, and in addition,
-+# creating and moving files from /tmp can sometimes cause problems.
-+# 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 ||
-+{
-+  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 "./confXXXXXX") 2>/dev/null` &&
-+  test -n "$tmp" && test -d "$tmp"
-+}  ||
-+{
-+  tmp=./conf$$-$RANDOM
-+  (umask 077 && mkdir "$tmp")
-+} ||
-+{
-+   echo "$me: cannot create a temporary directory in ." >&2
-+   { (exit 1); exit 1; }
-+}
-+
-+#
-+# Set up the sed scripts for CONFIG_FILES section.
-+#
-+
-+# 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
-+
-+_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
-+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
-+LUSTRE!$LUSTRE$ac_delim
-+rootsbindir!$rootsbindir$ac_delim
-+demodir!$demodir$ac_delim
-+pkgexampledir!$pkgexampledir$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-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
-+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_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
-+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
-+subdirs!$subdirs$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
-+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
-+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
-+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
-+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
-+_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
-+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
-+LIB@&t at OBJS!$LIB@&t at OBJS$ac_delim
-+LTLIBOBJS!$LTLIBOBJS$ac_delim
-+_ACEOF
-+
-+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 35; 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
-+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
-+
-+  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 ||
-+echo X"$ac_file" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-+  { as_dir="$ac_dir"
-+  case $as_dir in #(
-+  -*) as_dir=./$as_dir;;
-+  esac
-+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-+    as_dirs=
-+    while :; do
-+      case $as_dir in #(
-+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
-+      *) as_qdir=$as_dir;;
-+      esac
-+      as_dirs="'$as_qdir' $as_dirs"
-+      as_dir=`$as_dirname -- "$as_dir" ||
-+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+	 X"$as_dir" : 'X\(//\)[^/]' \| \
-+	 X"$as_dir" : 'X\(//\)$' \| \
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X"$as_dir" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-+      test -d "$as_dir" && break
-+    done
-+    test -z "$as_dirs" || eval "mkdir $as_dirs"
-+  } || test -d "$as_dir" || { { 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=.
-+
-+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_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
-+  .)  # We are building in place.
-+    ac_srcdir=.
-+    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
-+    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
-+
-+
-+  case $ac_mode in
-+  :F)
-+  #
-+  # CONFIG_FILE
-+  #
-+
-+  case $INSTALL in
-+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
-+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
-+  esac
-+_ACEOF
-+
-+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&@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
-+  -) cat "$tmp/out"; rm -f "$tmp/out";;
-+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
-+  esac
-+ ;;
-+  :H)
-+  #
-+  # CONFIG_HEADER
-+  #
-+_ACEOF
-+
-+# Transform confdefs.h into a sed script `conftest.defines', that
-+# substitutes the proper values into config.h.in to produce config.h.
-+rm -f conftest.defines conftest.tail
-+# First, append a space to every undef/define line, to ease matching.
-+echo 's/$/ /' >conftest.defines
-+# Then, protect against being on the right side of a sed subst, or in
-+# an unquoted here document, in config.status.  If some macros were
-+# called several times there might be several #defines for the same
-+# symbol, which is useless.  But do not sort them, since the last
-+# AC_DEFINE must be honored.
-+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-+# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
-+# NAME is the cpp macro being defined, VALUE is the value it is being given.
-+# PARAMS is the parameter list in the macro definition--in most cases, it's
-+# just an empty string.
-+ac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
-+ac_dB='\\)[	 (].*,\\1define\\2'
-+ac_dC=' '
-+ac_dD=' ,'
-+
-+uniq confdefs.h |
-+  sed -n '
-+	t rset
-+	:rset
-+	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
-+	t ok
-+	d
-+	:ok
-+	s/[\\&,]/\\&/g
-+	s/^\('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
-+	s/^\('"$ac_word_re"'\)[	 ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
-+  ' >>conftest.defines
-+
-+# Remove the space that was appended to ease matching.
-+# Then replace #undef with comments.  This is necessary, for
-+# example, in the case of _POSIX_SOURCE, which is predefined and required
-+# on some systems where configure will not decide to define it.
-+# (The regexp can be short, since the line contains either #define or #undef.)
-+echo 's/ $//
-+s,^[	 #]*u.*,/* & */,' >>conftest.defines
-+
-+# Break up conftest.defines:
-+ac_max_sed_lines=50
-+
-+# First sed command is:	 sed -f defines.sed $ac_file_inputs >"$tmp/out1"
-+# Second one is:	 sed -f defines.sed "$tmp/out1" >"$tmp/out2"
-+# Third one will be:	 sed -f defines.sed "$tmp/out2" >"$tmp/out1"
-+# et cetera.
-+ac_in='$ac_file_inputs'
-+ac_out='"$tmp/out1"'
-+ac_nxt='"$tmp/out2"'
-+
-+while :
-+do
-+  # Write a here document:
-+    cat >>$CONFIG_STATUS <<_ACEOF
-+    # First, check the format of the line:
-+    cat >"\$tmp/defines.sed" <<\\CEOF
-+/^[	 ]*#[	 ]*undef[	 ][	 ]*$ac_word_re[	 ]*\$/b def
-+/^[	 ]*#[	 ]*define[	 ][	 ]*$ac_word_re[(	 ]/b def
-+b
-+:def
-+_ACEOF
-+  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
-+  echo 'CEOF
-+    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
-+  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
-+  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
-+  grep . conftest.tail >/dev/null || break
-+  rm -f conftest.defines
-+  mv conftest.tail conftest.defines
-+done
-+rm -f conftest.defines conftest.tail
-+
-+echo "ac_result=$ac_in" >>$CONFIG_STATUS
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+  if test x"$ac_file" != x-; then
-+    echo "/* $configure_input  */" >"$tmp/config.h"
-+    cat "$ac_result" >>"$tmp/config.h"
-+    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
-+      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
-+echo "$as_me: $ac_file is unchanged" >&6;}
-+    else
-+      rm -f $ac_file
-+      mv "$tmp/config.h" $ac_file
-+    fi
-+  else
-+    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
-+  case $_am_header in
-+    $ac_file | $ac_file:* )
-+      break ;;
-+    * )
-+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-+  esac
-+done
-+echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
-+$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+	 X$ac_file : 'X\(//\)[^/]' \| \
-+	 X$ac_file : 'X\(//\)$' \| \
-+	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
-+echo X$ac_file |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`/stamp-h$_am_stamp_count
-+ ;;
-+  
-+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
-+echo "$as_me: executing $ac_file commands" >&6;}
-+ ;;
-+  esac
-+
-+
-+  case $ac_file$ac_mode in
-+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
-+  # Strip MF so we end up with the name of the file.
-+  mf=`echo "$mf" | sed -e 's/:.*$//'`
-+  # Check whether this is an Automake generated Makefile or not.
-+  # We used to match only the files named `Makefile.in', but
-+  # some people rename them; so instead we look at the file content.
-+  # Grep'ing the first line is not enough: some people post-process
-+  # each Makefile.in and add a new line on top of each file to say so.
-+  # So let's grep whole file.
-+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
-+    dirpart=`$as_dirname -- "$mf" ||
-+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+	 X"$mf" : 'X\(//\)[^/]' \| \
-+	 X"$mf" : 'X\(//\)$' \| \
-+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X"$mf" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-+  else
-+    continue
-+  fi
-+  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
-+  # When using ansi2knr, U may be empty or an underscore; expand it
-+  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=`$as_dirname -- "$file" ||
-+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+	 X"$file" : 'X\(//\)[^/]' \| \
-+	 X"$file" : 'X\(//\)$' \| \
-+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X"$file" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-+    { as_dir=$dirpart/$fdir
-+  case $as_dir in #(
-+  -*) as_dir=./$as_dir;;
-+  esac
-+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-+    as_dirs=
-+    while :; do
-+      case $as_dir in #(
-+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
-+      *) as_qdir=$as_dir;;
-+      esac
-+      as_dirs="'$as_qdir' $as_dirs"
-+      as_dir=`$as_dirname -- "$as_dir" ||
-+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+	 X"$as_dir" : 'X\(//\)[^/]' \| \
-+	 X"$as_dir" : 'X\(//\)$' \| \
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X"$as_dir" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-+      test -d "$as_dir" && break
-+    done
-+    test -z "$as_dirs" || eval "mkdir $as_dirs"
-+  } || test -d "$as_dir" || { { 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 # for ac_tag
-+
-+
-+{ (exit 0); exit 0; }
-+_ACEOF
-+chmod +x $CONFIG_STATUS
-+ac_clean_files=$ac_clean_files_save
-+
-+
-+# configure is writing to config.log, and then calls config.status.
-+# config.status does its own redirection, appending to config.log.
-+# Unfortunately, on DOS this fails, as config.log is still kept open
-+# by configure, so config.status won't be able to write to it; its
-+# output is simply discarded.  So we exec the FD to /dev/null,
-+# effectively closing config.log, so it can be properly (re)opened and
-+# appended to by config.status.  When coming back to configure, we
-+# need to make the FD available again.
-+if test "$no_create" != yes; then
-+  ac_cs_success=:
-+  ac_config_status_args=
-+  test "$silent" = yes &&
-+    ac_config_status_args="$ac_config_status_args --quiet"
-+  exec 5>/dev/null
-+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
-+  exec 5>>config.log
-+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
-+  # would make configure fail if this is the last instruction.
-+  $ac_cs_success || { (exit 1); exit 1; }
-+fi
-+
-+#
-+# CONFIG_SUBDIRS section.
-+#
-+if test "$no_recursion" != yes; then
-+
-+  # Remove --cache-file and --srcdir arguments so they do not pile up.
-+  ac_sub_configure_args=
-+  ac_prev=
-+  eval "set x $ac_configure_args"
-+  shift
-+  for ac_arg
-+  do
-+    if test -n "$ac_prev"; then
-+      ac_prev=
-+      continue
-+    fi
-+    case $ac_arg in
-+    -cache-file | --cache-file | --cache-fil | --cache-fi \
-+    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
-+      ac_prev=cache_file ;;
-+    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
-+    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
-+    | --c=*)
-+      ;;
-+    --config-cache | -C)
-+      ;;
-+    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-+      ac_prev=srcdir ;;
-+    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-+      ;;
-+    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-+      ac_prev=prefix ;;
-+    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-+      ;;
-+    *)
-+      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_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
-+
-+    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 :; do
-+      case $as_dir in #(
-+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
-+      *) as_qdir=$as_dir;;
-+      esac
-+      as_dirs="'$as_qdir' $as_dirs"
-+      as_dir=`$as_dirname -- "$as_dir" ||
-+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+	 X"$as_dir" : 'X\(//\)[^/]' \| \
-+	 X"$as_dir" : 'X\(//\)$' \| \
-+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X"$as_dir" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  s/.*/./; q'`
-+      test -d "$as_dir" && break
-+    done
-+    test -z "$as_dirs" || eval "mkdir $as_dirs"
-+  } || test -d "$as_dir" || { { 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=.
-+
-+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_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
-+  .)  # We are building in place.
-+    ac_srcdir=.
-+    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
-+    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"
-+
-+    # Check for guested configure; otherwise get Cygnus style 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;}
-+      ac_sub_configure=
-+    fi
-+
-+    # The recursion is here.
-+    if test -n "$ac_sub_configure"; then
-+      # Make the cache file name correct relative to the subdirectory.
-+      case $cache_file in
-+      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
-+      *) # Relative name.
-+	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
-+      esac
-+
-+      { 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 "\$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"
-+  done
-+fi
-+
-+
-+cat <<_ACEOF
-+
-+CC:            $CC
-+LD:            $LD
-+CPPFLAGS:      $CPPFLAGS
-+LLCPPFLAGS:    $LLCPPFLAGS
-+CFLAGS:        $CFLAGS
-+EXTRA_KCFLAGS: $EXTRA_KCFLAGS
-+LLCFLAGS:      $LLCFLAGS
-+
-+Type 'make' to build Lustre.
-+_ACEOF
-+
-diff -Nurwd orig/lustre-1.6.2/autom4te.cache/requests lustre-1.6.2/autom4te.cache/requests
---- orig/lustre-1.6.2/autom4te.cache/requests	1970-01-01 00:00:00.000000000 +0000
-+++ lustre-1.6.2/autom4te.cache/requests	2007-09-14 13:58:37.000000000 +0200
-@@ -0,0 +1,64 @@
-+# This file was generated by Autom4te Wed Jan 17 19:57:31 PST 2007.
-+# It contains the lists of macros which have been traced.
-+# It can be safely removed.
-+
-+ at request = (
-+             bless( [
-+                      '0',
-+                      1,
-+                      [
-+                        '/usr/share/autoconf'
-+                      ],
-+                      [
-+                        '/usr/share/autoconf/autoconf/autoconf.m4f',
-+                        'aclocal.m4',
-+                        'configure.ac'
-+                      ],
-+                      {
-+                        'AM_PROG_F77_C_O' => 1,
-+                        '_LT_AC_TAGCONFIG' => 1,
-+                        'm4_pattern_forbid' => 1,
-+                        'AC_INIT' => 1,
-+                        'AC_CANONICAL_TARGET' => 1,
-+                        'AC_CONFIG_LIBOBJ_DIR' => 1,
-+                        'AC_SUBST' => 1,
-+                        'AC_CANONICAL_HOST' => 1,
-+                        'AC_FC_SRCEXT' => 1,
-+                        'AC_PROG_LIBTOOL' => 1,
-+                        'AM_INIT_AUTOMAKE' => 1,
-+                        'AC_CONFIG_SUBDIRS' => 1,
-+                        'AM_AUTOMAKE_VERSION' => 1,
-+                        'LT_CONFIG_LTDL_DIR' => 1,
-+                        'AC_REQUIRE_AUX_FILE' => 1,
-+                        'AC_CONFIG_LINKS' => 1,
-+                        'LT_SUPPORTED_TAG' => 1,
-+                        'm4_sinclude' => 1,
-+                        'AM_MAINTAINER_MODE' => 1,
-+                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
-+                        '_m4_warn' => 1,
-+                        'AM_PROG_CXX_C_O' => 1,
-+                        'AM_ENABLE_MULTILIB' => 1,
-+                        'AC_CONFIG_FILES' => 1,
-+                        'include' => 1,
-+                        'LT_INIT' => 1,
-+                        'AM_GNU_GETTEXT' => 1,
-+                        'AC_LIBSOURCE' => 1,
-+                        'AM_PROG_FC_C_O' => 1,
-+                        'AC_CANONICAL_BUILD' => 1,
-+                        'AC_FC_FREEFORM' => 1,
-+                        'AH_OUTPUT' => 1,
-+                        '_AM_SUBST_NOTMAKE' => 1,
-+                        'AC_CONFIG_AUX_DIR' => 1,
-+                        'm4_pattern_allow' => 1,
-+                        'AM_PROG_CC_C_O' => 1,
-+                        'sinclude' => 1,
-+                        'AM_CONDITIONAL' => 1,
-+                        'AC_CANONICAL_SYSTEM' => 1,
-+                        'AC_CONFIG_HEADERS' => 1,
-+                        'AC_DEFINE_TRACE_LITERAL' => 1,
-+                        'm4_include' => 1,
-+                        'AC_SUBST_TRACE' => 1
-+                      }
-+                    ], 'Autom4te::Request' )
-+           );
-+
-diff -Nurwd orig/lustre-1.6.2/autom4te.cache/traces.0 lustre-1.6.2/autom4te.cache/traces.0
---- orig/lustre-1.6.2/autom4te.cache/traces.0	1970-01-01 00:00:00.000000000 +0000
-+++ lustre-1.6.2/autom4te.cache/traces.0	2007-09-14 13:58:29.000000000 +0200
-@@ -0,0 +1,1777 @@
-+m4trace:aclocal.m4:4168: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
-+m4trace:configure.ac:2: -1- AC_INIT([Lustre], [LUSTRE_VERSION], [https://bugzilla.lustre.org/], [lustre])
-+m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
-+m4trace:configure.ac:2: -1- m4_pattern_forbid([_AC_])
-+m4trace:configure.ac:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^AS_FLAGS$])
-+m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?m4_])
-+m4trace:configure.ac:2: -1- m4_pattern_forbid([^dnl$])
-+m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?AS_])
-+m4trace:configure.ac:2: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([SHELL])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^SHELL$])
-+m4trace:configure.ac:2: -1- AC_SUBST([PATH_SEPARATOR])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
-+m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_NAME])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
-+m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-+m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-+m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_STRING])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
-+m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-+m4trace:configure.ac:2: -1- AC_SUBST([exec_prefix], [NONE])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([exec_prefix])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^exec_prefix$])
-+m4trace:configure.ac:2: -1- AC_SUBST([prefix], [NONE])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([prefix])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^prefix$])
-+m4trace:configure.ac:2: -1- AC_SUBST([program_transform_name], [s,x,x,])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([program_transform_name])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^program_transform_name$])
-+m4trace:configure.ac:2: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([bindir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^bindir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([sbindir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^sbindir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([libexecdir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^libexecdir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([datarootdir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^datarootdir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([datadir], ['${datarootdir}'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([datadir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^datadir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([sysconfdir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^sysconfdir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([sharedstatedir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^sharedstatedir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([localstatedir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^localstatedir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([includedir], ['${prefix}/include'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([includedir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^includedir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([oldincludedir], ['/usr/include'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([oldincludedir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^oldincludedir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
-+				     ['${datarootdir}/doc/${PACKAGE_TARNAME}'],
-+				     ['${datarootdir}/doc/${PACKAGE}'])])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([docdir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^docdir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([infodir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^infodir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([htmldir], ['${docdir}'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([htmldir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^htmldir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([dvidir], ['${docdir}'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([dvidir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^dvidir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([pdfdir], ['${docdir}'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([pdfdir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^pdfdir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([psdir], ['${docdir}'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([psdir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^psdir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([libdir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^libdir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([localedir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^localedir$])
-+m4trace:configure.ac:2: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([mandir])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^mandir$])
-+m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
-+m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
-+#undef PACKAGE_NAME])
-+m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-+m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
-+#undef PACKAGE_TARNAME])
-+m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-+m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
-+#undef PACKAGE_VERSION])
-+m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
-+m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
-+#undef PACKAGE_STRING])
-+m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-+m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
-+#undef PACKAGE_BUGREPORT])
-+m4trace:configure.ac:2: -1- AC_SUBST([DEFS])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([DEFS])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^DEFS$])
-+m4trace:configure.ac:2: -1- AC_SUBST([ECHO_C])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([ECHO_C])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_C$])
-+m4trace:configure.ac:2: -1- AC_SUBST([ECHO_N])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([ECHO_N])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_N$])
-+m4trace:configure.ac:2: -1- AC_SUBST([ECHO_T])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([ECHO_T])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_T$])
-+m4trace:configure.ac:2: -1- AC_SUBST([LIBS])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([LIBS])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^LIBS$])
-+m4trace:configure.ac:2: -1- AC_SUBST([build_alias])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([build_alias])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^build_alias$])
-+m4trace:configure.ac:2: -1- AC_SUBST([host_alias])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([host_alias])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^host_alias$])
-+m4trace:configure.ac:2: -1- AC_SUBST([target_alias])
-+m4trace:configure.ac:2: -1- AC_SUBST_TRACE([target_alias])
-+m4trace:configure.ac:2: -1- m4_pattern_allow([^target_alias$])
-+m4trace:configure.ac:3: -1- sinclude([lustre/autoconf/lustre-version.ac])
-+m4trace:lustre/autoconf/lustre-version.ac:16: -1- m4_pattern_allow([AC_LUSTRE])
-+m4trace:lustre/autoconf/lustre-version.ac:28: -1- AC_SUBST([AC_LUSTRE_MAJOR])
-+m4trace:lustre/autoconf/lustre-version.ac:28: -1- AC_SUBST_TRACE([AC_LUSTRE_MAJOR])
-+m4trace:lustre/autoconf/lustre-version.ac:28: -1- m4_pattern_allow([^AC_LUSTRE_MAJOR$])
-+m4trace:lustre/autoconf/lustre-version.ac:29: -1- AC_SUBST([AC_LUSTRE_MINOR])
-+m4trace:lustre/autoconf/lustre-version.ac:29: -1- AC_SUBST_TRACE([AC_LUSTRE_MINOR])
-+m4trace:lustre/autoconf/lustre-version.ac:29: -1- m4_pattern_allow([^AC_LUSTRE_MINOR$])
-+m4trace:lustre/autoconf/lustre-version.ac:30: -1- AC_SUBST([AC_LUSTRE_PATCH])
-+m4trace:lustre/autoconf/lustre-version.ac:30: -1- AC_SUBST_TRACE([AC_LUSTRE_PATCH])
-+m4trace:lustre/autoconf/lustre-version.ac:30: -1- m4_pattern_allow([^AC_LUSTRE_PATCH$])
-+m4trace:lustre/autoconf/lustre-version.ac:31: -1- AC_SUBST([AC_LUSTRE_FIX])
-+m4trace:lustre/autoconf/lustre-version.ac:31: -1- AC_SUBST_TRACE([AC_LUSTRE_FIX])
-+m4trace:lustre/autoconf/lustre-version.ac:31: -1- m4_pattern_allow([^AC_LUSTRE_FIX$])
-+m4trace:lustre/autoconf/lustre-version.ac:32: -1- AC_SUBST([AC_LUSTRE_VERSION_STRING])
-+m4trace:lustre/autoconf/lustre-version.ac:32: -1- AC_SUBST_TRACE([AC_LUSTRE_VERSION_STRING])
-+m4trace:lustre/autoconf/lustre-version.ac:32: -1- m4_pattern_allow([^AC_LUSTRE_VERSION_STRING$])
-+m4trace:lustre/autoconf/lustre-version.ac:33: -1- AC_SUBST([AC_LUSTRE_VER_ALLOWED_OFFSET])
-+m4trace:lustre/autoconf/lustre-version.ac:33: -1- AC_SUBST_TRACE([AC_LUSTRE_VER_ALLOWED_OFFSET])
-+m4trace:lustre/autoconf/lustre-version.ac:33: -1- m4_pattern_allow([^AC_LUSTRE_VER_ALLOWED_OFFSET$])
-+m4trace:lustre/autoconf/lustre-version.ac:34: -1- AC_SUBST([AC_LUSTRE_LIB_VER_OFFSET_WARN])
-+m4trace:lustre/autoconf/lustre-version.ac:34: -1- AC_SUBST_TRACE([AC_LUSTRE_LIB_VER_OFFSET_WARN])
-+m4trace:lustre/autoconf/lustre-version.ac:34: -1- m4_pattern_allow([^AC_LUSTRE_LIB_VER_OFFSET_WARN$])
-+m4trace:lustre/autoconf/lustre-version.ac:35: -1- AC_SUBST([AC_LUSTRE_CLI_VER_OFFSET_WARN])
-+m4trace:lustre/autoconf/lustre-version.ac:35: -1- AC_SUBST_TRACE([AC_LUSTRE_CLI_VER_OFFSET_WARN])
-+m4trace:lustre/autoconf/lustre-version.ac:35: -1- m4_pattern_allow([^AC_LUSTRE_CLI_VER_OFFSET_WARN$])
-+m4trace:configure.ac:9: -1- AC_CANONICAL_SYSTEM
-+m4trace:configure.ac:9: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:1747: AC_CANONICAL_SYSTEM is expanded from...
-+configure.ac:9: the top level])
-+m4trace:configure.ac:9: -1- AC_CANONICAL_TARGET
-+m4trace:configure.ac:9: -1- AC_CANONICAL_HOST
-+m4trace:configure.ac:9: -1- AC_CANONICAL_BUILD
-+m4trace:configure.ac:9: -1- AC_REQUIRE_AUX_FILE([config.sub])
-+m4trace:configure.ac:9: -1- AC_REQUIRE_AUX_FILE([config.guess])
-+m4trace:configure.ac:9: -1- AC_SUBST([build], [$ac_cv_build])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([build])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^build$])
-+m4trace:configure.ac:9: -1- AC_SUBST([build_cpu], [$[1]])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([build_cpu])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^build_cpu$])
-+m4trace:configure.ac:9: -1- AC_SUBST([build_vendor], [$[2]])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([build_vendor])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^build_vendor$])
-+m4trace:configure.ac:9: -1- AC_SUBST([build_os])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([build_os])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^build_os$])
-+m4trace:configure.ac:9: -1- AC_SUBST([host], [$ac_cv_host])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([host])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^host$])
-+m4trace:configure.ac:9: -1- AC_SUBST([host_cpu], [$[1]])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([host_cpu])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^host_cpu$])
-+m4trace:configure.ac:9: -1- AC_SUBST([host_vendor], [$[2]])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([host_vendor])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^host_vendor$])
-+m4trace:configure.ac:9: -1- AC_SUBST([host_os])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([host_os])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^host_os$])
-+m4trace:configure.ac:9: -1- AC_SUBST([target], [$ac_cv_target])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([target])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^target$])
-+m4trace:configure.ac:9: -1- AC_SUBST([target_cpu], [$[1]])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([target_cpu])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^target_cpu$])
-+m4trace:configure.ac:9: -1- AC_SUBST([target_vendor], [$[2]])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([target_vendor])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^target_vendor$])
-+m4trace:configure.ac:9: -1- AC_SUBST([target_os])
-+m4trace:configure.ac:9: -1- AC_SUBST_TRACE([target_os])
-+m4trace:configure.ac:9: -1- m4_pattern_allow([^target_os$])
-+m4trace:configure.ac:11: -1- AM_INIT_AUTOMAKE
-+m4trace:configure.ac:11: -1- AM_AUTOMAKE_VERSION([1.7.9])
-+m4trace:configure.ac:11: -1- AC_REQUIRE_AUX_FILE([install-sh])
-+m4trace:configure.ac:11: -1- AC_SUBST([INSTALL_PROGRAM])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
-+m4trace:configure.ac:11: -1- AC_SUBST([INSTALL_SCRIPT])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
-+m4trace:configure.ac:11: -1- AC_SUBST([INSTALL_DATA])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([INSTALL_DATA])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^INSTALL_DATA$])
-+m4trace:configure.ac:11: -1- AC_SUBST([CYGPATH_W])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CYGPATH_W])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^CYGPATH_W$])
-+m4trace:configure.ac:11: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
-+aclocal.m4:4328: _AM_SET_OPTIONS is expanded from...
-+aclocal.m4:4181: AM_INIT_AUTOMAKE is expanded from...
-+configure.ac:11: the top level])
-+m4trace:configure.ac:11: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([PACKAGE])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^PACKAGE$])
-+m4trace:configure.ac:11: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([VERSION])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^VERSION$])
-+m4trace:configure.ac:11: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^PACKAGE$])
-+m4trace:configure.ac:11: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
-+#undef PACKAGE])
-+m4trace:configure.ac:11: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^VERSION$])
-+m4trace:configure.ac:11: -1- AH_OUTPUT([VERSION], [/* Version number of package */
-+#undef VERSION])
-+m4trace:configure.ac:11: -1- AC_SUBST([ACLOCAL])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([ACLOCAL])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^ACLOCAL$])
-+m4trace:configure.ac:11: -1- AC_SUBST([AUTOCONF])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([AUTOCONF])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^AUTOCONF$])
-+m4trace:configure.ac:11: -1- AC_SUBST([AUTOMAKE])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([AUTOMAKE])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^AUTOMAKE$])
-+m4trace:configure.ac:11: -1- AC_SUBST([AUTOHEADER])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([AUTOHEADER])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^AUTOHEADER$])
-+m4trace:configure.ac:11: -1- AC_SUBST([MAKEINFO])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([MAKEINFO])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^MAKEINFO$])
-+m4trace:configure.ac:11: -1- AC_SUBST([AMTAR])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([AMTAR])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMTAR$])
-+m4trace:configure.ac:11: -1- AC_SUBST([install_sh])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([install_sh])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^install_sh$])
-+m4trace:configure.ac:11: -1- AC_SUBST([STRIP])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([STRIP])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^STRIP$])
-+m4trace:configure.ac:11: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
-+m4trace:configure.ac:11: -1- AC_SUBST([AWK])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([AWK])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^AWK$])
-+m4trace:configure.ac:11: -1- AC_SUBST([SET_MAKE])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([SET_MAKE])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^SET_MAKE$])
-+m4trace:configure.ac:11: -1- AC_SUBST([am__leading_dot])
-+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([am__leading_dot])
-+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__leading_dot$])
-+m4trace:configure.ac:14: -1- AC_SUBST([CC])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([CC])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
-+m4trace:configure.ac:14: -1- AC_SUBST([CFLAGS])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([CFLAGS])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^CFLAGS$])
-+m4trace:configure.ac:14: -1- AC_SUBST([LDFLAGS])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([LDFLAGS])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^LDFLAGS$])
-+m4trace:configure.ac:14: -1- AC_SUBST([LIBS])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([LIBS])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^LIBS$])
-+m4trace:configure.ac:14: -1- AC_SUBST([CPPFLAGS])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([CPPFLAGS])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^CPPFLAGS$])
-+m4trace:configure.ac:14: -1- AC_SUBST([CC])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([CC])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
-+m4trace:configure.ac:14: -1- AC_SUBST([CC])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([CC])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
-+m4trace:configure.ac:14: -1- AC_SUBST([CC])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([CC])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
-+m4trace:configure.ac:14: -1- AC_SUBST([CC])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([CC])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^CC$])
-+m4trace:configure.ac:14: -1- AC_SUBST([ac_ct_CC])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([ac_ct_CC])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^ac_ct_CC$])
-+m4trace:configure.ac:14: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([EXEEXT])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^EXEEXT$])
-+m4trace:configure.ac:14: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([OBJEXT])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^OBJEXT$])
-+m4trace:configure.ac:14: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([DEPDIR])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^DEPDIR$])
-+m4trace:configure.ac:14: -1- AC_SUBST([am__include])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([am__include])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^am__include$])
-+m4trace:configure.ac:14: -1- AC_SUBST([am__quote])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([am__quote])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^am__quote$])
-+m4trace:configure.ac:14: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-+m4trace:configure.ac:14: -1- AC_SUBST([AMDEP_TRUE])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([AMDEP_TRUE])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^AMDEP_TRUE$])
-+m4trace:configure.ac:14: -1- AC_SUBST([AMDEP_FALSE])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([AMDEP_FALSE])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^AMDEP_FALSE$])
-+m4trace:configure.ac:14: -1- AC_SUBST([AMDEPBACKSLASH])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
-+m4trace:configure.ac:14: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([CCDEPMODE])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^CCDEPMODE$])
-+m4trace:configure.ac:14: -1- AM_CONDITIONAL([am__fastdepCC], [
-+  test "x$enable_dependency_tracking" != xno \
-+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-+m4trace:configure.ac:14: -1- AC_SUBST([am__fastdepCC_TRUE])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-+m4trace:configure.ac:14: -1- AC_SUBST([am__fastdepCC_FALSE])
-+m4trace:configure.ac:14: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
-+m4trace:configure.ac:14: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([lb_target_os])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([lb_target_os])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^lb_target_os$])
-+m4trace:configure.ac:16: -1- AC_SUBST([INCLUDE_RULES])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([INCLUDE_RULES])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^INCLUDE_RULES$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:236: LB_CONFIG_CRAY_XT3 is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CRAY_XT3])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CRAY_XT3$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CRAY_XT3], [/* Enable Cray XT3 Features */
-+#undef CRAY_XT3])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:253: LB_CONFIG_BGL is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([BGL_SUPPORT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BGL_SUPPORT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([BGL_SUPPORT], [/* Enable BGL Features */
-+#undef BGL_SUPPORT])
-+m4trace:configure.ac:16: -1- AC_SUBST([sysconfdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([sysconfdir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^sysconfdir$])
-+m4trace:configure.ac:16: -1- AC_SUBST([docdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([docdir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^docdir$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LUSTRE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LUSTRE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LUSTRE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([rootsbindir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([rootsbindir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^rootsbindir$])
-+m4trace:configure.ac:16: -1- AC_SUBST([demodir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([demodir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^demodir$])
-+m4trace:configure.ac:16: -1- AC_SUBST([pkgexampledir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([pkgexampledir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^pkgexampledir$])
-+m4trace:configure.ac:16: -1- AC_SUBST([RANLIB])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([RANLIB])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^RANLIB$])
-+m4trace:configure.ac:16: -1- AC_SUBST([CPP])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CPP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CPP$])
-+m4trace:configure.ac:16: -1- AC_SUBST([CPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([CPP])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CPP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CPP$])
-+m4trace:configure.ac:16: -1- AC_SUBST([GREP])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([GREP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^GREP$])
-+m4trace:configure.ac:16: -1- AC_SUBST([GREP])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([GREP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^GREP$])
-+m4trace:configure.ac:16: -1- AC_SUBST([EGREP])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([EGREP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^EGREP$])
-+m4trace:configure.ac:16: -1- AC_SUBST([EGREP])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([EGREP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^EGREP$])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^STDC_HEADERS$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
-+#undef STDC_HEADERS])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
-+#undef HAVE_SYS_TYPES_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
-+#undef HAVE_SYS_STAT_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
-+#undef HAVE_STDLIB_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
-+#undef HAVE_STRING_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
-+#undef HAVE_MEMORY_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
-+#undef HAVE_STRINGS_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
-+#undef HAVE_INTTYPES_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
-+#undef HAVE_STDINT_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
-+#undef HAVE_UNISTD_H])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_UNSIGNED_LONG_LONG])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_LONG_LONG$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([SIZEOF_UNSIGNED_LONG_LONG], [/* The size of `unsigned long long\', as computed by sizeof. */
-+#undef SIZEOF_UNSIGNED_LONG_LONG])
-+m4trace:configure.ac:16: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
-+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
-+../../lib/autoconf/general.m4:2530: AC_CHECK_DECL is expanded from...
-+aclocal.m4:444: LB_PROG_CC is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([LLCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LLCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LLCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LLCFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LLCFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LLCFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([EXTRA_KCFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([EXTRA_KCFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^EXTRA_KCFLAGS$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:357: LB_CONFIG_DOCS is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([ENABLE_DOC])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([ENABLE_DOC])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ENABLE_DOC$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:323: LB_CONFIG_UTILS is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([ENABLE_INIT_SCRIPTS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([ENABLE_INIT_SCRIPTS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ENABLE_INIT_SCRIPTS$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:340: LB_CONFIG_TESTS is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1823: LC_CONFIG_CLIENT_SERVER is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1823: LC_CONFIG_CLIENT_SERVER is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2678: LN_CONFIG_CDEBUG is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CDEBUG_ENABLED])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CDEBUG_ENABLED$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CDEBUG_ENABLED], [/* enable libcfs CDEBUG, CWARN */
-+#undef CDEBUG_ENABLED])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CDEBUG_ENABLED])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CDEBUG_ENABLED$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CDEBUG_ENABLED], [/* disable libcfs CDEBUG, CWARN */
-+#undef CDEBUG_ENABLED])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2678: LN_CONFIG_CDEBUG is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CDEBUG_ENTRY_EXIT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CDEBUG_ENTRY_EXIT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CDEBUG_ENTRY_EXIT], [/* enable libcfs ENTRY/EXIT */
-+#undef CDEBUG_ENTRY_EXIT])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CDEBUG_ENTRY_EXIT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CDEBUG_ENTRY_EXIT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CDEBUG_ENTRY_EXIT], [/* disable libcfs ENTRY/EXIT */
-+#undef CDEBUG_ENTRY_EXIT])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2678: LN_CONFIG_CDEBUG is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([LIBCFS_DEBUG])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBCFS_DEBUG$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([LIBCFS_DEBUG], [/* enable libcfs LASSERT, LASSERTF */
-+#undef LIBCFS_DEBUG])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2218: LB_LINUX_PATH is expanded from...
-+aclocal.m4:2510: LB_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([LINUX])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LINUX])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LINUX$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2218: LB_LINUX_PATH is expanded from...
-+aclocal.m4:2510: LB_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([LINUX_OBJ])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LINUX_OBJ])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LINUX_OBJ$])
-+m4trace:configure.ac:16: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
-+aclocal.m4:2218: LB_LINUX_PATH is expanded from...
-+aclocal.m4:2510: LB_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([LINUX_CONFIG])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LINUX_CONFIG])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LINUX_CONFIG$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2218: LB_LINUX_PATH is expanded from...
-+aclocal.m4:2510: LB_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
-+aclocal.m4:64: LB_CHECK_FILES is expanded from...
-+aclocal.m4:2218: LB_LINUX_PATH is expanded from...
-+aclocal.m4:2510: LB_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([ARCH_UM])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([ARCH_UM])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ARCH_UM$])
-+m4trace:configure.ac:16: -1- AC_SUBST([UML_CFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([UML_CFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^UML_CFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([MODULE_TARGET])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([MODULE_TARGET])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MODULE_TARGET$])
-+m4trace:configure.ac:16: -1- AC_SUBST([linux25])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([linux25])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^linux25$])
-+m4trace:configure.ac:16: -1- AC_SUBST([KMODEXT])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([KMODEXT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^KMODEXT$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LINUXRELEASE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LINUXRELEASE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LINUXRELEASE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([moduledir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([moduledir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^moduledir$])
-+m4trace:configure.ac:16: -1- AC_SUBST([modulefsdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([modulefsdir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^modulefsdir$])
-+m4trace:configure.ac:16: -1- AC_SUBST([modulenetdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([modulenetdir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^modulenetdir$])
-+m4trace:configure.ac:16: -1- AC_SUBST([RELEASE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([RELEASE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^RELEASE$])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CPU_ONLINE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_CPU_ONLINE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_CPU_ONLINE], [/* cpu_online found */
-+#undef HAVE_CPU_ONLINE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GFP_T])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_GFP_T$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_GFP_T], [/* gfp_t found */
-+#undef HAVE_GFP_T])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CPUMASK_T])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_CPUMASK_T$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_CPUMASK_T], [/* cpumask_t found */
-+#undef HAVE_CPUMASK_T])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2720: LN_CONFIG_AFFINITY is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CPU_AFFINITY])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CPU_AFFINITY$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CPU_AFFINITY], [/* kernel has cpu affinity support */
-+#undef CPU_AFFINITY])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2789: LN_CONFIG_BACKOFF is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([SOCKNAL_BACKOFF])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^SOCKNAL_BACKOFF$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([SOCKNAL_BACKOFF], [/* use tunable backoff TCP */
-+#undef SOCKNAL_BACKOFF])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2813: LN_CONFIG_PANIC_DUMPLOG is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([LNET_DUMP_ON_PANIC])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LNET_DUMP_ON_PANIC$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([LNET_DUMP_ON_PANIC], [/* use dumplog on panic */
-+#undef LNET_DUMP_ON_PANIC])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2905: LN_CONFIG_QUADRICS is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([QSWCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([QSWCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^QSWCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([QSWLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([QSWLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^QSWLND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2950: LN_CONFIG_GM is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2950: LN_CONFIG_GM is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([GMCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([GMCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^GMCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([GMLIBS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([GMLIBS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^GMLIBS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([GMLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([GMLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^GMLND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3222: LN_CONFIG_OPENIB is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([OPENIBCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([OPENIBCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^OPENIBCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([OPENIBLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([OPENIBLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^OPENIBLND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3300: LN_CONFIG_CIB is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([CIBCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CIBCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CIBCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([CIBLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CIBLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CIBLND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3430: LN_CONFIG_VIB is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([VIBCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([VIBCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^VIBCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([VIBLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([VIBLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^VIBLND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3357: LN_CONFIG_IIB is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([IIBCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([IIBCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^IIBCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([IIBLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([IIBLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^IIBLND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3128: LN_CONFIG_O2IB is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([IBLND_OFED_VERSION])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^IBLND_OFED_VERSION$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([IBLND_OFED_VERSION], [/* OFED version */
-+#undef IBLND_OFED_VERSION])
-+m4trace:configure.ac:16: -1- AC_SUBST([EXTRA_LNET_INCLUDE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([EXTRA_LNET_INCLUDE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^EXTRA_LNET_INCLUDE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([O2IBCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([O2IBCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^O2IBCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([O2IBLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([O2IBLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^O2IBLND$])
-+m4trace:configure.ac:16: -1- AC_SUBST([RACPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([RACPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^RACPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([RALND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([RALND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^RALND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2754: LN_CONFIG_PORTALS is expanded from...
-+aclocal.m4:2832: LN_CONFIG_PTLLND is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([PTLLNDCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([PTLLNDCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^PTLLNDCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([PTLLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([PTLLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^PTLLND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3049: LN_CONFIG_MX is expanded from...
-+aclocal.m4:3782: LN_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([MXCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([MXCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MXCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([MXLIBS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([MXLIBS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MXLIBS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([MXLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([MXLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MXLND$])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PAGE_LIST])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_PAGE_LIST$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_PAGE_LIST], [/* struct page has a list field */
-+#undef HAVE_PAGE_LIST])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CONFIG_RH_2_4_20])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CONFIG_RH_2_4_20$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CONFIG_RH_2_4_20], [/* this kernel contains Red Hat 2.4.20 patches */
-+#undef CONFIG_RH_2_4_20])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SHOW_TASK])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_SHOW_TASK$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SHOW_TASK], [/* show_task is exported */
-+#undef HAVE_SHOW_TASK])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SHOW_TASK])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_SHOW_TASK$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SHOW_TASK], [/* show_task is exported */
-+#undef HAVE_SHOW_TASK])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TASKLIST_LOCK])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_TASKLIST_LOCK$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_TASKLIST_LOCK], [/* tasklist_lock exported */
-+#undef HAVE_TASKLIST_LOCK])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TASKLIST_LOCK])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_TASKLIST_LOCK$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_TASKLIST_LOCK], [/* tasklist_lock exported */
-+#undef HAVE_TASKLIST_LOCK])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_KMEM_CACHE_DESTROY_INT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_KMEM_CACHE_DESTROY_INT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_KMEM_CACHE_DESTROY_INT], [/* kmem_cache_destroy(cachep) return int */
-+#undef HAVE_KMEM_CACHE_DESTROY_INT])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ATOMIC_PANIC_NOTIFIER])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_ATOMIC_PANIC_NOTIFIER$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_ATOMIC_PANIC_NOTIFIER], [/* panic_notifier_list is atomic_notifier_head */
-+#undef HAVE_ATOMIC_PANIC_NOTIFIER])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_3ARGS_INIT_WORK])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_3ARGS_INIT_WORK$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_3ARGS_INIT_WORK], [/* INIT_WORK use 3 args and store data inside */
-+#undef HAVE_3ARGS_INIT_WORK])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_2ARGS_REGISTER_SYSCTL])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_2ARGS_REGISTER_SYSCTL$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_2ARGS_REGISTER_SYSCTL], [/* register_sysctl_table want 2 args */
-+#undef HAVE_2ARGS_REGISTER_SYSCTL])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_KMEM_CACHE_S])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_KMEM_CACHE_S$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_KMEM_CACHE_S], [/* kernel has struct kmem_cache_s */
-+#undef HAVE_KMEM_CACHE_S])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CONFIG_LDISKFS_FS_MODULE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CONFIG_LDISKFS_FS_MODULE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CONFIG_LDISKFS_FS_MODULE], [/* build ldiskfs as a module */
-+#undef CONFIG_LDISKFS_FS_MODULE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CONFIG_LDISKFS_FS_XATTR])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CONFIG_LDISKFS_FS_XATTR$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CONFIG_LDISKFS_FS_XATTR], [/* enable extended attributes for ldiskfs */
-+#undef CONFIG_LDISKFS_FS_XATTR])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CONFIG_LDISKFS_FS_POSIX_ACL])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CONFIG_LDISKFS_FS_POSIX_ACL$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CONFIG_LDISKFS_FS_POSIX_ACL], [/* enable posix acls for ldiskfs */
-+#undef CONFIG_LDISKFS_FS_POSIX_ACL])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([CONFIG_LDISKFS_FS_SECURITY])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CONFIG_LDISKFS_FS_SECURITY$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([CONFIG_LDISKFS_FS_SECURITY], [/* enable fs security for ldiskfs */
-+#undef CONFIG_LDISKFS_FS_SECURITY])
-+m4trace:configure.ac:16: -1- AC_SUBST([BACKINGFS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BACKINGFS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BACKINGFS$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:976: LC_CONFIG_PINGER is expanded from...
-+aclocal.m4:1741: LC_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_PINGER])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ENABLE_PINGER$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([ENABLE_PINGER], [/* Use the Pinger */
-+#undef ENABLE_PINGER])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1008: LC_CONFIG_LIBLUSTRE_RECOVERY is expanded from...
-+aclocal.m4:1741: LC_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_LIBLUSTRE_RECOVERY])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ENABLE_LIBLUSTRE_RECOVERY$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([ENABLE_LIBLUSTRE_RECOVERY], [/* Liblustre Can Recover */
-+#undef ENABLE_LIBLUSTRE_RECOVERY])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1882: LC_CONFIG_QUOTA is expanded from...
-+aclocal.m4:1741: LC_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_QUOTA_SUPPORT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_QUOTA_SUPPORT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_QUOTA_SUPPORT], [/* Enable quota support */
-+#undef HAVE_QUOTA_SUPPORT])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:993: LC_CONFIG_HEALTH_CHECK_WRITE is expanded from...
-+aclocal.m4:1741: LC_PROG_LINUX is expanded from...
-+aclocal.m4:286: LB_CONFIG_MODULES is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([USE_HEALTH_CHECK_WRITE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^USE_HEALTH_CHECK_WRITE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([USE_HEALTH_CHECK_WRITE], [/* Write when Checking Health */
-+#undef USE_HEALTH_CHECK_WRITE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TASK_PPTR])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_TASK_PPTR$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_TASK_PPTR], [/* task p_pptr found */
-+#undef HAVE_TASK_PPTR])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TRUNCATE_COMPLETE_PAGE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_TRUNCATE_COMPLETE_PAGE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_TRUNCATE_COMPLETE_PAGE], [/* kernel export truncate_complete_page */
-+#undef HAVE_TRUNCATE_COMPLETE_PAGE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TRUNCATE_COMPLETE_PAGE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_TRUNCATE_COMPLETE_PAGE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_TRUNCATE_COMPLETE_PAGE], [/* kernel export truncate_complete_page */
-+#undef HAVE_TRUNCATE_COMPLETE_PAGE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_D_REHASH_COND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_D_REHASH_COND$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_D_REHASH_COND], [/* d_rehash_cond is exported by the kernel */
-+#undef HAVE_D_REHASH_COND])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_D_REHASH_COND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_D_REHASH_COND$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_D_REHASH_COND], [/* d_rehash_cond is exported by the kernel */
-+#undef HAVE_D_REHASH_COND])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE___D_REHASH])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE___D_REHASH$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE___D_REHASH], [/* __d_rehash is exported by the kernel */
-+#undef HAVE___D_REHASH])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE___D_REHASH])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE___D_REHASH$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE___D_REHASH], [/* __d_rehash is exported by the kernel */
-+#undef HAVE___D_REHASH])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_KIOBUF_DOVARY])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_KIOBUF_DOVARY$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_KIOBUF_DOVARY], [/* struct kiobuf has a dovary field */
-+#undef HAVE_KIOBUF_DOVARY])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_COND_RESCHED])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_COND_RESCHED$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_COND_RESCHED], [/* cond_resched found */
-+#undef HAVE_COND_RESCHED])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([ZAP_PAGE_RANGE_VMA])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ZAP_PAGE_RANGE_VMA$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([ZAP_PAGE_RANGE_VMA], [/* zap_page_range with vma parameter */
-+#undef ZAP_PAGE_RANGE_VMA])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PDE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_PDE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_PDE], [/* the kernel defines PDE */
-+#undef HAVE_PDE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DIO_FILE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_DIO_FILE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_DIO_FILE], [/* the kernel passes struct file to direct_IO */
-+#undef HAVE_DIO_FILE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MM_INLINE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_MM_INLINE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_MM_INLINE], [/* mm_inline found */
-+#undef HAVE_MM_INLINE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_I_ALLOC_SEM])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_I_ALLOC_SEM$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_I_ALLOC_SEM], [/* struct inode has i_alloc_sem */
-+#undef HAVE_I_ALLOC_SEM])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REGISTER_CACHE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_REGISTER_CACHE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_REGISTER_CACHE], [/* register_cache found */
-+#undef HAVE_REGISTER_CACHE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CACHE_RETURN_INT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_CACHE_RETURN_INT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_CACHE_RETURN_INT], [/* kernel expects return from shrink_cache */
-+#undef HAVE_CACHE_RETURN_INT])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GRAB_CACHE_PAGE_NOWAIT_GFP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_GRAB_CACHE_PAGE_NOWAIT_GFP$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_GRAB_CACHE_PAGE_NOWAIT_GFP], [/* kernel has grab_cache_page_nowait_gfp() */
-+#undef HAVE_GRAB_CACHE_PAGE_NOWAIT_GFP])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_SET_RDONLY])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_DEV_SET_RDONLY$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_DEV_SET_RDONLY], [/* kernel has new dev_set_rdonly */
-+#undef HAVE_DEV_SET_RDONLY])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FILEMAP_FDATAWRITE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_FILEMAP_FDATAWRITE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_FILEMAP_FDATAWRITE], [/* filemap_fdatawrite() found */
-+#undef HAVE_FILEMAP_FDATAWRITE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STATFS_NAMELEN])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_STATFS_NAMELEN$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_STATFS_NAMELEN], [/* struct statfs has a namelen field */
-+#undef HAVE_STATFS_NAMELEN])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PAGE_MAPPED])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_PAGE_MAPPED$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_PAGE_MAPPED], [/* page_mapped found */
-+#undef HAVE_PAGE_MAPPED])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNLOCKED_IOCTL])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_UNLOCKED_IOCTL$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_UNLOCKED_IOCTL], [/* struct file_operations has an unlock ed_ioctl field */
-+#undef HAVE_UNLOCKED_IOCTL])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FILEMAP_POPULATE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_FILEMAP_POPULATE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_FILEMAP_POPULATE], [/* Kernel exports filemap_populate */
-+#undef HAVE_FILEMAP_POPULATE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_D_ADD_UNIQUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_D_ADD_UNIQUE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_D_ADD_UNIQUE], [/* Kernel has d_add_unique */
-+#undef HAVE_D_ADD_UNIQUE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BIT_SPINLOCK_H])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_BIT_SPINLOCK_H$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_BIT_SPINLOCK_H], [/* Kernel has bit_spinlock.h */
-+#undef HAVE_BIT_SPINLOCK_H])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_XATTR_ACL])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_XATTR_ACL$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_XATTR_ACL], [/* Kernel has xattr_acl */
-+#undef HAVE_XATTR_ACL])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_FILE_IN_STRUCT_INTENT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_FILE_IN_STRUCT_INTENT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_FILE_IN_STRUCT_INTENT], [/* struct open_intent has a file field */
-+#undef HAVE_FILE_IN_STRUCT_INTENT])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LINUX_POSIX_ACL_XATTR_H])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_LINUX_POSIX_ACL_XATTR_H$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LINUX_POSIX_ACL_XATTR_H], [/* linux/posix_acl_xattr.h found */
-+#undef HAVE_LINUX_POSIX_ACL_XATTR_H])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_EXPORT___IGET])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_EXPORT___IGET$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_EXPORT___IGET], [/* kernel exports __iget */
-+#undef HAVE_EXPORT___IGET])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_EXPORT___IGET])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_EXPORT___IGET$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_EXPORT___IGET], [/* kernel exports __iget */
-+#undef HAVE_EXPORT___IGET])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SET_FS_PWD])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_SET_FS_PWD$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SET_FS_PWD], [/* set_fs_pwd is exported */
-+#undef HAVE_SET_FS_PWD])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SET_FS_PWD])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_SET_FS_PWD$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SET_FS_PWD], [/* set_fs_pwd is exported */
-+#undef HAVE_SET_FS_PWD])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MS_FLOCK_LOCK])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_MS_FLOCK_LOCK$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_MS_FLOCK_LOCK], [/* kernel has MS_FLOCK_LOCK flag */
-+#undef HAVE_MS_FLOCK_LOCK])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CAN_SLEEP_ARG])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_CAN_SLEEP_ARG$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_CAN_SLEEP_ARG], [/* kernel has third arg can_sleep in fs/locks.c: flock_lock_file_wait() */
-+#undef HAVE_CAN_SLEEP_ARG])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_F_OP_FLOCK])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_F_OP_FLOCK$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_F_OP_FLOCK], [/* struct file_operations has flock field */
-+#undef HAVE_F_OP_FLOCK])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([KERNEL_SUPPORTS_QUOTA_READ])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^KERNEL_SUPPORTS_QUOTA_READ$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([KERNEL_SUPPORTS_QUOTA_READ], [/* quota_read found */
-+#undef KERNEL_SUPPORTS_QUOTA_READ])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_COOKIE_FOLLOW_LINK])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_COOKIE_FOLLOW_LINK$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_COOKIE_FOLLOW_LINK], [/* inode_operations->follow_link returns a cookie */
-+#undef HAVE_COOKIE_FOLLOW_LINK])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_RCU])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_RCU$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_RCU], [/* have RCU defined */
-+#undef HAVE_RCU])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CALL_RCU_PARAM])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_CALL_RCU_PARAM$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_CALL_RCU_PARAM], [/* call_rcu takes three parameters */
-+#undef HAVE_CALL_RCU_PARAM])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VFS_INTENT_PATCHES])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_VFS_INTENT_PATCHES$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_VFS_INTENT_PATCHES], [/* VFS intent patches are applied */
-+#undef HAVE_VFS_INTENT_PATCHES])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INODE_I_MUTEX])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_INODE_I_MUTEX$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_INODE_I_MUTEX], [/* after 2.6.15 inode have i_mutex intead of i_sem */
-+#undef HAVE_INODE_I_MUTEX])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DQUOTOFF_MUTEX])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_DQUOTOFF_MUTEX$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_DQUOTOFF_MUTEX], [/* after 2.6.17 dquote use mutex instead if semaphore */
-+#undef HAVE_DQUOTOFF_MUTEX])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_NR_PAGECACHE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_NR_PAGECACHE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_NR_PAGECACHE], [/* is kernel export nr_pagecache */
-+#undef HAVE_NR_PAGECACHE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STATFS_DENTRY_PARAM])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_STATFS_DENTRY_PARAM$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_STATFS_DENTRY_PARAM], [/* first parameter of vfs_statfs is dentry */
-+#undef HAVE_STATFS_DENTRY_PARAM])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VFS_KERN_MOUNT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_VFS_KERN_MOUNT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_VFS_KERN_MOUNT], [/* vfs_kern_mount exist in kernel */
-+#undef HAVE_VFS_KERN_MOUNT])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INVALIDATEPAGE_RETURN_INT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_INVALIDATEPAGE_RETURN_INT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_INVALIDATEPAGE_RETURN_INT], [/* Define if return type of invalidatepage should be int */
-+#undef HAVE_INVALIDATEPAGE_RETURN_INT])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UMOUNTBEGIN_VFSMOUNT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_UMOUNTBEGIN_VFSMOUNT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_UMOUNTBEGIN_VFSMOUNT], [/* Define umount_begin need second argument */
-+#undef HAVE_UMOUNTBEGIN_VFSMOUNT])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PG_FS_MISC])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_PG_FS_MISC$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_PG_FS_MISC], [/* is kernel have PG_fs_misc */
-+#undef HAVE_PG_FS_MISC])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INODE_BLKSIZE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_INODE_BLKSIZE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_INODE_BLKSIZE], [/* struct inode has i_blksize field */
-+#undef HAVE_INODE_BLKSIZE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VFS_READDIR_U64_INO])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_VFS_READDIR_U64_INO$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_VFS_READDIR_U64_INO], [/* if vfs_readdir need 64bit inode number */
-+#undef HAVE_VFS_READDIR_U64_INO])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GENERIC_FILE_READ])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_GENERIC_FILE_READ$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_GENERIC_FILE_READ], [/* use generic_file_read */
-+#undef HAVE_GENERIC_FILE_READ])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GENERIC_FILE_WRITE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_GENERIC_FILE_WRITE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_GENERIC_FILE_WRITE], [/* use generic_file_write */
-+#undef HAVE_GENERIC_FILE_WRITE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CANCEL_DIRTY_PAGE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_CANCEL_DIRTY_PAGE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_CANCEL_DIRTY_PAGE], [/* kernel has cancel_dirty_page instead of clear_page_dirty */
-+#undef HAVE_CANCEL_DIRTY_PAGE])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PAGE_CONSTANT])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_PAGE_CONSTANT$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_PAGE_CONSTANT], [/* kernel have PageConstant supported */
-+#undef HAVE_PAGE_CONSTANT])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:131: LB_PATH_LIBSYSIO is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_CONFIG_SUBDIRS([libsysio])
-+m4trace:configure.ac:16: -1- AC_SUBST([subdirs], ["$subdirs m4_normalize([libsysio])"])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([subdirs])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^subdirs$])
-+m4trace:configure.ac:16: -1- AC_SUBST([SNMP_DIST_SUBDIR])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([SNMP_DIST_SUBDIR])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^SNMP_DIST_SUBDIR$])
-+m4trace:configure.ac:16: -1- AC_SUBST([SNMP_SUBDIR])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([SNMP_SUBDIR])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^SNMP_SUBDIR$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:178: LB_PATH_LDISKFS is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([LDISKFS_DIR])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LDISKFS_DIR])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LDISKFS_DIR$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LDISKFS_SUBDIR])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LDISKFS_SUBDIR])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LDISKFS_SUBDIR$])
-+m4trace:configure.ac:16: -1- AC_CONFIG_SUBDIRS([ldiskfs])
-+m4trace:configure.ac:16: -1- AC_SUBST([subdirs], ["$subdirs m4_normalize([ldiskfs])"])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([subdirs])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^subdirs$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1843: LC_CONFIG_LIBLUSTRE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1843: LC_CONFIG_LIBLUSTRE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1843: LC_CONFIG_LIBLUSTRE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:976: LC_CONFIG_PINGER is expanded from...
-+aclocal.m4:1843: LC_CONFIG_LIBLUSTRE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_PINGER])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ENABLE_PINGER$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([ENABLE_PINGER], [/* Use the Pinger */
-+#undef ENABLE_PINGER])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1008: LC_CONFIG_LIBLUSTRE_RECOVERY is expanded from...
-+aclocal.m4:1843: LC_CONFIG_LIBLUSTRE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_LIBLUSTRE_RECOVERY])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ENABLE_LIBLUSTRE_RECOVERY$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([ENABLE_LIBLUSTRE_RECOVERY], [/* Liblustre Can Recover */
-+#undef ENABLE_LIBLUSTRE_RECOVERY])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_NETDB_H], [/* Define to 1 if you have the <netdb.h> header file. */
-+#undef HAVE_NETDB_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_NETINET_TCP_H], [/* Define to 1 if you have the <netinet/tcp.h> header file. */
-+#undef HAVE_NETINET_TCP_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_ASM_TYPES_H], [/* Define to 1 if you have the <asm/types.h> header file. */
-+#undef HAVE_ASM_TYPES_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_ENDIAN_H], [/* Define to 1 if you have the <endian.h> header file. */
-+#undef HAVE_ENDIAN_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SYS_IOCTL_H], [/* Define to 1 if you have the <sys/ioctl.h> header file. */
-+#undef HAVE_SYS_IOCTL_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_GETHOSTBYNAME], [/* Define to 1 if you have the `gethostbyname\' function. */
-+#undef HAVE_GETHOSTBYNAME])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SOCKET], [/* Define to 1 if you have the `socket\' function. */
-+#undef HAVE_SOCKET])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_CONNECT], [/* Define to 1 if you have the `connect\' function. */
-+#undef HAVE_CONNECT])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LINUX_VERSION_H], [/* Define to 1 if you have the <linux/version.h> header file. */
-+#undef HAVE_LINUX_VERSION_H])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SPINLOCK_T])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_SPINLOCK_T$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SPINLOCK_T], [/* spinlock_t is defined */
-+#undef HAVE_SPINLOCK_T])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_STRNLEN], [/* Define to 1 if you have the `strnlen\' function. */
-+#undef HAVE_STRNLEN])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3839: LN_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBREADLINE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_LIBREADLINE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LIBREADLINE], [/* readline library is available */
-+#undef HAVE_LIBREADLINE])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBREADLINE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBREADLINE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBREADLINE$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3839: LN_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBEFENCE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_LIBEFENCE$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LIBEFENCE], [/* libefence support is requested */
-+#undef HAVE_LIBEFENCE])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBEFENCE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBEFENCE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBEFENCE$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3839: LN_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBWRAP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_LIBWRAP$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LIBWRAP], [/* libwrap support is requested */
-+#undef HAVE_LIBWRAP])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBWRAP])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBWRAP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBWRAP$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3839: LN_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPTHREAD])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LIBPTHREAD], [/* use libpthread */
-+#undef HAVE_LIBPTHREAD])
-+m4trace:configure.ac:16: -1- AC_SUBST([PTHREAD_LIBS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([PTHREAD_LIBS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^PTHREAD_LIBS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([ENABLE_LIBPTHREAD])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([ENABLE_LIBPTHREAD])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ENABLE_LIBPTHREAD$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3839: LN_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([INIT_SYSIO])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^INIT_SYSIO$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([INIT_SYSIO], [/* call sysio init functions */
-+#undef INIT_SYSIO])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:3839: LN_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([LIBLUSTRE_USE_URANDOM])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBLUSTRE_USE_URANDOM$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([LIBLUSTRE_USE_URANDOM], [/* use /dev/urandom for random data */
-+#undef LIBLUSTRE_USE_URANDOM])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBCAP])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_LIBCAP$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LIBCAP], [/* use libcap */
-+#undef HAVE_LIBCAP])
-+m4trace:configure.ac:16: -1- AC_SUBST([CAP_LIBS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CAP_LIBS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CAP_LIBS$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2635: LN_CONFIG_MAX_PAYLOAD is expanded from...
-+aclocal.m4:3839: LN_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([LNET_MAX_PAYLOAD])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LNET_MAX_PAYLOAD$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([LNET_MAX_PAYLOAD], [/* Max LNET payload */
-+#undef LNET_MAX_PAYLOAD])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2754: LN_CONFIG_PORTALS is expanded from...
-+aclocal.m4:2855: LN_CONFIG_UPTLLND is expanded from...
-+aclocal.m4:3839: LN_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([PTLLNDCPPFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([PTLLNDCPPFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^PTLLNDCPPFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([UPTLLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([UPTLLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^UPTLLND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:2878: LN_CONFIG_USOCKLND is expanded from...
-+aclocal.m4:3839: LN_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([USOCKLND])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([USOCKLND])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^USOCKLND$])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1025: LC_CONFIG_OBD_BUFFER_SIZE is expanded from...
-+aclocal.m4:1972: LC_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([OBD_MAX_IOCTL_BUFFER])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^OBD_MAX_IOCTL_BUFFER$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([OBD_MAX_IOCTL_BUFFER], [/* IOCTL Buffer Size */
-+#undef OBD_MAX_IOCTL_BUFFER])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_ASM_PAGE_H], [/* Define to 1 if you have the <asm/page.h> header file. */
-+#undef HAVE_ASM_PAGE_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SYS_USER_H], [/* Define to 1 if you have the <sys/user.h> header file. */
-+#undef HAVE_SYS_USER_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SYS_VFS_H], [/* Define to 1 if you have the <sys/vfs.h> header file. */
-+#undef HAVE_SYS_VFS_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
-+#undef HAVE_STDINT_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_BLKID_BLKID_H], [/* Define to 1 if you have the <blkid/blkid.h> header file. */
-+#undef HAVE_BLKID_BLKID_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LINUX_QUOTA_H], [/* Define to 1 if you have the <linux/quota.h> header file. */
-+#undef HAVE_LINUX_QUOTA_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_XTIO_H], [/* Define to 1 if you have the <xtio.h> header file. */
-+#undef HAVE_XTIO_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_FILE_H], [/* Define to 1 if you have the <file.h> header file. */
-+#undef HAVE_FILE_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LINUX_TYPES_H], [/* Define to 1 if you have the <linux/types.h> header file. */
-+#undef HAVE_LINUX_TYPES_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
-+#undef HAVE_SYS_TYPES_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_LINUX_UNISTD_H], [/* Define to 1 if you have the <linux/unistd.h> header file. */
-+#undef HAVE_LINUX_UNISTD_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
-+#undef HAVE_UNISTD_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the <netinet/in.h> header file. */
-+#undef HAVE_NETINET_IN_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_ARPA_INET_H], [/* Define to 1 if you have the <arpa/inet.h> header file. */
-+#undef HAVE_ARPA_INET_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_CATAMOUNT_DATA_H], [/* Define to 1 if you have the <catamount/data.h> header file. */
-+#undef HAVE_CATAMOUNT_DATA_H])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_INET_NTOA], [/* Define to 1 if you have the `inet_ntoa\' function. */
-+#undef HAVE_INET_NTOA])
-+m4trace:configure.ac:16: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
-+aclocal.m4:1062: LC_READLINK_SSIZE_T is expanded from...
-+aclocal.m4:1972: LC_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_1003_READLINK])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^HAVE_POSIX_1003_READLINK$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_POSIX_1003_READLINK], [/* readlink returns ssize_t */
-+#undef HAVE_POSIX_1003_READLINK])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([HAVE_EXT2FS_EXT2FS_H], [/* Define to 1 if you have the <ext2fs/ext2fs.h> header file. */
-+#undef HAVE_EXT2FS_EXT2FS_H])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1972: LC_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([MIN_DF])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MIN_DF$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([MIN_DF], [/* Report minimum OST free space */
-+#undef MIN_DF])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:1972: LC_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_DEFINE_TRACE_LITERAL([RANDOM_FAIL_ALLOC])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^RANDOM_FAIL_ALLOC$])
-+m4trace:configure.ac:16: -1- AH_OUTPUT([RANDOM_FAIL_ALLOC], [/* enable randomly alloc failure */
-+#undef RANDOM_FAIL_ALLOC])
-+m4trace:configure.ac:16: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
-+aclocal.m4:4074: LS_CONFIGURE is expanded from...
-+aclocal.m4:568: LB_CONFIGURE is expanded from...
-+configure.ac:16: the top level])
-+m4trace:configure.ac:16: -1- AC_SUBST([NET_SNMP_CONFIG])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([NET_SNMP_CONFIG])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^NET_SNMP_CONFIG$])
-+m4trace:configure.ac:16: -1- AC_SUBST([NET_SNMP_CFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([NET_SNMP_CFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^NET_SNMP_CFLAGS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([NET_SNMP_LIBS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([NET_SNMP_LIBS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^NET_SNMP_LIBS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([agentdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([agentdir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^agentdir$])
-+m4trace:configure.ac:16: -1- AC_SUBST([mibdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([mibdir])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^mibdir$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([MODULES], [test x$enable_modules = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([MODULES_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([MODULES_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MODULES_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([MODULES_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([MODULES_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MODULES_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([UTILS], [test x$enable_utils = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([UTILS_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([UTILS_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^UTILS_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([UTILS_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([UTILS_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^UTILS_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([TESTS], [test x$enable_tests = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([TESTS_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([TESTS_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^TESTS_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([TESTS_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([TESTS_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^TESTS_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([DOC], [test x$ENABLE_DOC = x1])
-+m4trace:configure.ac:16: -1- AC_SUBST([DOC_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([DOC_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^DOC_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([DOC_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([DOC_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^DOC_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([INIT_SCRIPTS], [test x$ENABLE_INIT_SCRIPTS = "x1"])
-+m4trace:configure.ac:16: -1- AC_SUBST([INIT_SCRIPTS_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([INIT_SCRIPTS_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^INIT_SCRIPTS_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([INIT_SCRIPTS_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([INIT_SCRIPTS_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^INIT_SCRIPTS_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([LINUX], [test x$lb_target_os = "xlinux"])
-+m4trace:configure.ac:16: -1- AC_SUBST([LINUX_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LINUX_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LINUX_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LINUX_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LINUX_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LINUX_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([DARWIN], [test x$lb_target_os = "xdarwin"])
-+m4trace:configure.ac:16: -1- AC_SUBST([DARWIN_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([DARWIN_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^DARWIN_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([DARWIN_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([DARWIN_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^DARWIN_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([CRAY_XT3], [test x$enable_cray_xt3 = "xyes"])
-+m4trace:configure.ac:16: -1- AC_SUBST([CRAY_XT3_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CRAY_XT3_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CRAY_XT3_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([CRAY_XT3_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CRAY_XT3_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CRAY_XT3_FALSE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBSYSIO_SUBDIR])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBSYSIO_SUBDIR])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBSYSIO_SUBDIR$])
-+m4trace:configure.ac:16: -1- AC_SUBST([SYSIO])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([SYSIO])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^SYSIO$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([LINUX25], [test x$linux25 = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([LINUX25_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LINUX25_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LINUX25_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LINUX25_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LINUX25_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LINUX25_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_QSWLND], [test x$QSWLND = "xqswlnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_QSWLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_QSWLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_QSWLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_QSWLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_QSWLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_QSWLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_GMLND], [test x$GMLND = "xgmlnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_GMLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_GMLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_GMLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_GMLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_GMLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_GMLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_MXLND], [test x$MXLND = "xmxlnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_MXLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_MXLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_MXLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_MXLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_MXLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_MXLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_O2IBLND], [test x$O2IBLND = "xo2iblnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_O2IBLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_O2IBLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_O2IBLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_O2IBLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_O2IBLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_O2IBLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_OPENIBLND], [test x$OPENIBLND = "xopeniblnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_OPENIBLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_OPENIBLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_OPENIBLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_OPENIBLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_OPENIBLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_OPENIBLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_CIBLND], [test x$CIBLND = "xciblnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_CIBLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_CIBLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_CIBLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_CIBLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_CIBLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_CIBLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_IIBLND], [test x$IIBLND = "xiiblnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_IIBLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_IIBLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_IIBLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_IIBLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_IIBLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_IIBLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_VIBLND], [test x$VIBLND = "xviblnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_VIBLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_VIBLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_VIBLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_VIBLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_VIBLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_VIBLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_RALND], [test x$RALND = "xralnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_RALND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_RALND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_RALND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_RALND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_RALND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_RALND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_PTLLND], [test x$PTLLND = "xptllnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_PTLLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_PTLLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_PTLLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_PTLLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_PTLLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_PTLLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_UPTLLND], [test x$UPTLLND = "xptllnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_UPTLLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_UPTLLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_UPTLLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_UPTLLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_UPTLLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_UPTLLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BUILD_USOCKLND], [test x$USOCKLND = "xusocklnd"])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_USOCKLND_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_USOCKLND_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_USOCKLND_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BUILD_USOCKLND_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BUILD_USOCKLND_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BUILD_USOCKLND_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([LIBLUSTRE], [test x$enable_liblustre = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBLUSTRE_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBLUSTRE_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBLUSTRE_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBLUSTRE_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBLUSTRE_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBLUSTRE_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([USE_QUILT], [test x$QUILT != xno])
-+m4trace:configure.ac:16: -1- AC_SUBST([USE_QUILT_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([USE_QUILT_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^USE_QUILT_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([USE_QUILT_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([USE_QUILT_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^USE_QUILT_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([LIBLUSTRE_TESTS], [test x$enable_liblustre_tests = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBLUSTRE_TESTS_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBLUSTRE_TESTS_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBLUSTRE_TESTS_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBLUSTRE_TESTS_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBLUSTRE_TESTS_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBLUSTRE_TESTS_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([MPITESTS], [test x$enable_mpitests = xyes], [Build MPI Tests])
-+m4trace:configure.ac:16: -1- AC_SUBST([MPITESTS_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([MPITESTS_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MPITESTS_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([MPITESTS_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([MPITESTS_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MPITESTS_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([CLIENT], [test x$enable_client = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([CLIENT_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CLIENT_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CLIENT_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([CLIENT_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([CLIENT_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^CLIENT_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([SERVER], [test x$enable_server = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([SERVER_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([SERVER_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^SERVER_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([SERVER_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([SERVER_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^SERVER_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([QUOTA], [test x$enable_quota = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([QUOTA_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([QUOTA_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^QUOTA_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([QUOTA_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([QUOTA_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^QUOTA_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([BLKID], [test x$ac_cv_header_blkid_blkid_h = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([BLKID_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BLKID_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BLKID_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([BLKID_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([BLKID_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^BLKID_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([EXT2FS_DEVEL], [test x$ac_cv_header_ext2fs_ext2fs_h = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([EXT2FS_DEVEL_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([EXT2FS_DEVEL_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^EXT2FS_DEVEL_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([EXT2FS_DEVEL_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([EXT2FS_DEVEL_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^EXT2FS_DEVEL_FALSE$])
-+m4trace:configure.ac:16: -1- AM_CONDITIONAL([LIBPTHREAD], [test x$enable_libpthread = xyes])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBPTHREAD_TRUE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBPTHREAD_TRUE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBPTHREAD_TRUE$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIBPTHREAD_FALSE])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIBPTHREAD_FALSE])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIBPTHREAD_FALSE$])
-+m4trace:configure.ac:16: -1- AC_CONFIG_HEADERS([config.h])
-+m4trace:configure.ac:16: -1- AC_SUBST([EXTRA_KCFLAGS])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([EXTRA_KCFLAGS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^EXTRA_KCFLAGS$])
-+m4trace:configure.ac:16: -1- AC_CONFIG_FILES([Makefile
-+autoMakefile
-+
-+Rules:build/Rules.in
-+lustre.spec
-+])
-+m4trace:configure.ac:16: -1- 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
-+])
-+m4trace:configure.ac:16: -1- AC_CONFIG_FILES([
-+lnet/include/libcfs/darwin/Makefile
-+lnet/include/lnet/darwin/Makefile
-+lnet/libcfs/darwin/Makefile
-+])
-+m4trace:configure.ac:16: -1- 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/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/ldlm/Makefile
-+lustre/liblustre/Makefile
-+lustre/liblustre/tests/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/scripts/version_tag.pl
-+lustre/tests/Makefile
-+lustre/utils/Makefile
-+])
-+m4trace:configure.ac:16: -1- AC_CONFIG_FILES([ lustre/obdclass/darwin/Makefile ])
-+m4trace:configure.ac:16: -1- AC_CONFIG_FILES([
-+snmp/Makefile
-+snmp/autoconf/Makefile
-+])
-+m4trace:configure.ac:16: -1- AC_SUBST([ac_configure_args])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([ac_configure_args])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^ac_configure_args$])
-+m4trace:configure.ac:16: -1- AC_SUBST([MOSTLYCLEANFILES])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([MOSTLYCLEANFILES])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^MOSTLYCLEANFILES$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LIB@&t at OBJS], [$ac_libobjs])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LIB@&t at OBJS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-+m4trace:configure.ac:16: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LTLIBOBJS])
-+m4trace:configure.ac:16: -1- m4_pattern_allow([^LTLIBOBJS$])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([top_builddir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([srcdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([abs_srcdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([top_srcdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([abs_top_srcdir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([builddir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([abs_builddir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([abs_top_builddir])
-+m4trace:configure.ac:16: -1- AC_SUBST_TRACE([INSTALL])
-diff -Nurwd orig/lustre-1.6.2/autoMakefile.in lustre-1.6.2/autoMakefile.in
---- orig/lustre-1.6.2/autoMakefile.in	2007-08-30 00:29:50.000000000 +0200
-+++ lustre-1.6.2/autoMakefile.in	2007-09-14 13:58:30.000000000 +0200
+diff -urNad lustre-1.6.2~/autoMakefile.in lustre-1.6.2/autoMakefile.in
+--- lustre-1.6.2~/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/autoMakefile.in	2007-09-27 10:14:33.151391597 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -18448,9 +318,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/config.h.in lustre-1.6.2/config.h.in
---- orig/lustre-1.6.2/config.h.in	2007-08-30 00:29:37.000000000 +0200
-+++ lustre-1.6.2/config.h.in	2007-09-14 13:50:45.000000000 +0200
+diff -urNad lustre-1.6.2~/config.h.in lustre-1.6.2/config.h.in
+--- lustre-1.6.2~/config.h.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/config.h.in	2007-09-27 10:14:33.169388851 +0200
 @@ -138,9 +138,6 @@
  /* Define to 1 if you have the `gethostbyname' function. */
  #undef HAVE_GETHOSTBYNAME
@@ -18470,9 +340,9 @@
  #undef SIZEOF_UNSIGNED_LONG_LONG
  
  /* use tunable backoff TCP */
-diff -Nurwd orig/lustre-1.6.2/configure lustre-1.6.2/configure
---- orig/lustre-1.6.2/configure	2007-08-30 00:30:00.000000000 +0200
-+++ lustre-1.6.2/configure	2007-09-14 13:58:37.000000000 +0200
+diff -urNad lustre-1.6.2~/configure lustre-1.6.2/configure
+--- lustre-1.6.2~/configure	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/configure	2007-09-27 10:14:33.188385953 +0200
 @@ -1,27 +1,56 @@
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
@@ -18619,6 +489,7 @@
 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 -  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\/\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
 +	    s//\1/
 +	    q
@@ -18631,7 +502,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
  
 +# CDPATH.
 +$as_unset CDPATH
@@ -18651,15 +522,17 @@
 -  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
--    PATH_SEPARATOR=:
++else
 +  as_have_required=no
-   fi
--  rm -f conf$$.sh
-+
+ fi
+ 
 +  if test $as_have_required = yes && 	 (eval ":
 +(as_func_return () {
 +  (exit \$1)
@@ -18676,19 +549,6 @@
 +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
  
 -  as_lineno_1=$LINENO
 -  as_lineno_2=$LINENO
@@ -18706,11 +566,12 @@
 -  test -z "$as_dir" && as_dir=.
 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 -done
-+if as_func_ret_success; then
++exitcode=0
++if as_func_success; then
 +  :
 +else
 +  exitcode=1
-+  echo as_func_ret_success failed.
++  echo as_func_success failed.
 +fi
  
 -       ;;
@@ -18719,22 +580,36 @@
 -  # 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 test ! -f "$as_myself"; then
--    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
--   { (exit 1); exit 1; }; }
++fi
 +
 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 +  :
 +else
 +  exitcode=1
 +  echo positional parameters were not saved.
-   fi
--  case $CONFIG_SHELL in
--  '')
++fi
 +
 +test \$exitcode = 0) || { (exit 1); exit 1; }
 +
@@ -18753,7 +628,8 @@
    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
++  case $as_dir in
  	 /*)
 -	   if ("$as_dir/$as_base" -c '
 +	   for as_base in sh bash ksh sh5; do
@@ -18868,6 +744,10 @@
 -	     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
@@ -18877,14 +757,12 @@
 +
 +fi
 +
-        done
++      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
--;;
--  esac
++        done
 +        export CONFIG_SHELL
 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 +fi
@@ -18994,8 +872,9 @@
 +      :lineno
        N
 -      s,$,-,
-       : loop
+-      : 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,-$,,
@@ -19061,16 +940,16 @@
 -  # 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='cp -p'
--  else
-     as_ln_s='ln -s'
--  fi
++  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'
+     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
@@ -19195,11 +1074,12 @@
 -#else
 -# if HAVE_STDINT_H
 -#  include <stdint.h>
- # endif
+-# endif
+ #endif
+-#if HAVE_UNISTD_H
 +#ifdef HAVE_STDINT_H
 +# include <stdint.h>
- #endif
--#if HAVE_UNISTD_H
++#endif
 +#ifdef HAVE_UNISTD_H
  # include <unistd.h>
  #endif"
@@ -19728,6 +1608,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 +	    s//\1/
 +	    q
@@ -19744,7 +1625,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
    srcdir=$ac_confdir
 -  if test ! -r $srcdir/$ac_unique_file; then
 +  if test ! -r "$srcdir/$ac_unique_file"; then
@@ -19758,12 +1639,13 @@
 -    { 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
++  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     { (exit 1); exit 1; }; }
-   fi
--fi
+-  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"
@@ -20174,7 +2056,7 @@
        done | sort
        echo
      fi
-@@ -1219,15 +1783,15 @@
+@@ -1219,26 +1783,24 @@
  ## ----------- ##
  _ASBOX
        echo
@@ -20191,9 +2073,11 @@
 +  rm -f core *.core core.conftest.* &&
 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
      exit $exit_status
-      ' 0
+-     ' 0
++' 0
  for ac_signal in 1 2 13 15; do
-@@ -1236,9 +1800,7 @@
+   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.
@@ -20211,13 +2095,14 @@
 -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
--    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
--  fi
++else
 +  set x "$ac_default_prefix/share/config.site" \
 +	"$ac_default_prefix/etc/config.site"
  fi
@@ -20755,6 +2640,7 @@
 +echo "${ECHO_T}no" >&6; }
  fi
  
+-  STRIP=$ac_ct_STRIP
 +  if test "x$ac_ct_STRIP" = x; then
 +    STRIP=":"
 +  else
@@ -20768,7 +2654,7 @@
 +configuration is useful to you, please write to autoconf at gnu.org." >&2;}
 +ac_tool_warned=yes ;;
 +esac
-   STRIP=$ac_ct_STRIP
++    STRIP=$ac_ct_STRIP
 +  fi
  else
    STRIP="$ac_cv_prog_STRIP"
@@ -20826,7 +2712,7 @@
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1974,26 +2608,41 @@
+@@ -1974,36 +2608,51 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -20855,6 +2741,7 @@
 +echo "${ECHO_T}no" >&6; }
  fi
  
+-  CC=$ac_ct_CC
 +  if test "x$ac_ct_CC" = x; then
 +    CC=""
 +  else
@@ -20868,14 +2755,17 @@
 +configuration is useful to you, please write to autoconf at gnu.org." >&2;}
 +ac_tool_warned=yes ;;
 +esac
-   CC=$ac_ct_CC
++    CC=$ac_ct_CC
 +  fi
  else
    CC="$ac_cv_prog_CC"
  fi
-@@ -2002,8 +2651,8 @@
-   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 -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
@@ -20909,11 +2799,11 @@
  else
 -  echo "$as_me:$LINENO: result: no" >&5
 -echo "${ECHO_T}no" >&6
+-fi
+-
 +  { 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.
@@ -20940,8 +2830,8 @@
 -done
 -done
  
- fi
- fi
+-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
@@ -20955,8 +2845,9 @@
 -else
 -  CC="$ac_cv_prog_CC"
 -fi
--
--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
@@ -21062,7 +2953,7 @@
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2195,30 +2808,46 @@
+@@ -2195,29 +2808,45 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -21095,6 +2986,7 @@
    test -n "$ac_ct_CC" && break
  done
  
+-  CC=$ac_ct_CC
 +  if test "x$ac_ct_CC" = x; then
 +    CC=""
 +  else
@@ -21108,12 +3000,11 @@
 +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
- 
++    CC=$ac_ct_CC
++  fi
+ fi
+ 
+ fi
 @@ -2230,21 +2859,35 @@
     { (exit 1); exit 1; }; }
  
@@ -21227,13 +3118,14 @@
  	# certainly right.
  	break;;
      *.* )
-+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
-+	then :; else
- 	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+-	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'
@@ -21397,7 +3289,7 @@
  if test "${ac_cv_c_compiler_gnu+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2474,27 +3159,22 @@
+@@ -2474,50 +3159,49 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -21436,9 +3328,10 @@
    ac_compiler_gnu=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -2502,21 +3182,25 @@
- 
- ac_compiler_gnu=no
+ 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
 +
@@ -21461,13 +3354,15 @@
  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
++   cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
 @@ -2533,38 +3217,118 @@
  }
  _ACEOF
@@ -21876,6 +3771,15 @@
  ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -2845,7 +3466,7 @@
+ 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}
 @@ -2855,8 +3476,8 @@
  .PHONY: am__doit
  END
@@ -22205,25 +4109,25 @@
 +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
- 
++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
+-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
-+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; }
@@ -22318,7 +4222,7 @@
  if test "${ac_cv_header_stdc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3288,27 +4052,22 @@
+@@ -3288,35 +4052,31 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -22357,9 +4261,10 @@
    ac_cv_header_stdc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -3316,7 +4075,8 @@
- 
- ac_cv_header_stdc=no
+ 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
 +
@@ -22440,7 +4345,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -3459,27 +4231,22 @@
+@@ -3459,38 +4231,35 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -22479,9 +4384,10 @@
    eval "$as_ac_Header=yes"
  else
    echo "$as_me: failed program was:" >&5
-@@ -3487,10 +4254,12 @@
- 
- eval "$as_ac_Header=no"
+ 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
 +
@@ -22630,6 +4536,7 @@
 +echo "${ECHO_T}no" >&6; }
  fi
  
+-  RANLIB=$ac_ct_RANLIB
 +  if test "x$ac_ct_RANLIB" = x; then
 +    RANLIB=":"
 +  else
@@ -22643,7 +4550,7 @@
 +configuration is useful to you, please write to autoconf at gnu.org." >&2;}
 +ac_tool_warned=yes ;;
 +esac
-   RANLIB=$ac_ct_RANLIB
++    RANLIB=$ac_ct_RANLIB
 +  fi
  else
    RANLIB="$ac_cv_prog_RANLIB"
@@ -22681,7 +4588,7 @@
  if test "${ac_cv_type_unsigned_long_long+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3716,39 +4501,35 @@
+@@ -3716,61 +4501,57 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -22735,9 +4642,10 @@
    ac_cv_type_unsigned_long_long=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -3756,21 +4537,21 @@
- 
- ac_cv_type_unsigned_long_long=no
+ 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
 +
@@ -22750,20 +4658,20 @@
  
 -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
++# 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
-+# 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
+-  # 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
@@ -22832,7 +4740,7 @@
  test_array [0] = 0
  
    ;
-@@ -3832,27 +4610,22 @@
+@@ -3832,56 +4610,53 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -22871,9 +4779,20 @@
    ac_hi=$ac_mid; break
  else
    echo "$as_me: failed program was:" >&5
-@@ -3865,7 +4638,8 @@
- 		    fi
- 		    ac_mid=`expr 2 '*' $ac_mid + 1`
+ 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
 +
@@ -22881,7 +4800,13 @@
    done
  else
    echo "$as_me: failed program was:" >&5
-@@ -3878,10 +4652,11 @@
+ 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
@@ -22946,7 +4871,7 @@
  test_array [0] = 0
  
    ;
-@@ -3930,27 +4701,22 @@
+@@ -3930,50 +4701,48 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -22985,9 +4910,20 @@
    ac_lo=$ac_mid; break
  else
    echo "$as_me: failed program was:" >&5
-@@ -3963,7 +4729,8 @@
- 		       fi
- 		       ac_mid=`expr 2 '*' $ac_mid`
+ 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
 +
@@ -22995,9 +4931,10 @@
    done
  else
    echo "$as_me: failed program was:" >&5
-@@ -3971,9 +4738,11 @@
- 
- ac_lo= ac_hi=
+ 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
 +
@@ -23022,7 +4959,7 @@
  test_array [0] = 0
  
    ;
-@@ -3995,27 +4765,22 @@
+@@ -3995,52 +4765,45 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -23061,9 +4998,10 @@
    ac_hi=$ac_mid
  else
    echo "$as_me: failed program was:" >&5
-@@ -4023,23 +4788,21 @@
- 
- ac_lo=`expr '(' $ac_mid ')' + 1`
+ 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
 +
@@ -23079,8 +5017,11 @@
 +echo "$as_me: error: cannot compute sizeof (unsigned long long)
  See \`config.log' for more details." >&2;}
 -   { (exit 1); exit 1; }; } ;;
--esac
 +   { (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
@@ -23088,12 +5029,10 @@
 -echo "$as_me: error: cannot run test program while cross compiling
 -See \`config.log' for more details." >&2;}
 -   { (exit 1); exit 1; }; }
-+     ac_cv_sizeof_unsigned_long_long=0
-+   fi ;;
-+esac
- else
+-else
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
+ _ACEOF
 @@ -4048,8 +4811,9 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -23176,19 +5115,20 @@
 +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
--rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++   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
+ 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
@@ -23199,44 +5139,41 @@
  cat >>confdefs.h <<_ACEOF
  #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
  _ACEOF
-@@ -4127,8 +4903,8 @@
+@@ -4127,129 +4903,21 @@
  fi
  
  # FIXME
 -echo "$as_me:$LINENO: checking whether __i386__ is declared" >&5
 -echo $ECHO_N "checking whether __i386__ is declared... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether __i386__ is declared" >&5
-+echo $ECHO_N "checking whether __i386__ is declared... $ECHO_C" >&6; }
- if test "${ac_cv_have_decl___i386__+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -4143,7 +4919,7 @@
- main ()
- {
- #ifndef __i386__
+-if test "${ac_cv_have_decl___i386__+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-int
+-main ()
+-{
+-#ifndef __i386__
 -  char *p = (char *) __i386__;
-+  (void) __i386__;
- #endif
- 
-   ;
-@@ -4151,27 +4927,22 @@
- }
- _ACEOF
- rm -f conftest.$ac_objext
+-#endif
+-
+-  ;
+-  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
+-  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'
@@ -23251,56 +5188,50 @@
 -  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_have_decl___i386__=yes
- else
-   echo "$as_me: failed program was:" >&5
-@@ -4179,18 +4950,19 @@
- 
- ac_cv_have_decl___i386__=no
- fi
+-  ac_cv_have_decl___i386__=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_have_decl___i386__=no
+-fi
 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
+-fi
 -echo "$as_me:$LINENO: result: $ac_cv_have_decl___i386__" >&5
 -echo "${ECHO_T}$ac_cv_have_decl___i386__" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl___i386__" >&5
-+echo "${ECHO_T}$ac_cv_have_decl___i386__" >&6; }
- if test $ac_cv_have_decl___i386__ = yes; then
-   :
- else
- 
- 
- if test x$enable_bgl != xyes; then
+-if test $ac_cv_have_decl___i386__ = yes; then
+-  :
+-else
+-
+-
+-if test x$enable_bgl != xyes; then
 -echo "$as_me:$LINENO: checking if $CC accepts -m64" >&5
 -echo $ECHO_N "checking if $CC accepts -m64... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if $CC accepts -m64" >&5
-+echo $ECHO_N "checking if $CC accepts -m64... $ECHO_C" >&6; }
- CC_save="$CC"
- CC="$CC -m64"
- cat >conftest.$ac_ext <<_ACEOF
-@@ -4209,42 +4981,38 @@
- }
- _ACEOF
- rm -f conftest.$ac_objext
+-CC_save="$CC"
+-CC="$CC -m64"
+-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 { (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
+-  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'
@@ -23315,35 +5246,45 @@
 -  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; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
+-
+-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; }
- 	CC="$CC_save"
- 
- fi
+-	CC="$CC_save"
+-
+-fi
 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
- 
- 
-@@ -4264,12 +5032,11 @@
+-fi
+-
+-
+-fi
+-
++#AC_CHECK_DECL([__i386__], [], [
++#
++#if test x$enable_bgl != xyes; then
++#AC_MSG_CHECKING([if $CC accepts -m64])
++#CC_save="$CC"
++#CC="$CC -m64"
++#AC_TRY_COMPILE([],[],[
++#	AC_MSG_RESULT([yes])
++#],[
++#	AC_MSG_RESULT([no])
++#	CC="$CC_save"
++#])
++#fi
++#
++#])
+ 
+ CPPFLAGS="-I\$(top_builddir)/lnet/include -I\$(top_srcdir)/lnet/include -I\$(top_builddir)/lustre/include -I\$(top_srcdir)/lustre/include $CPPFLAGS"
+ 
+@@ -4264,12 +4932,11 @@
  
  
  
@@ -23360,7 +5301,7 @@
  		if test x$enable_doc = xyes ; then
  		    ENABLE_DOC=1
  		else
-@@ -4281,94 +5048,95 @@
+@@ -4281,94 +4948,95 @@
  		ENABLE_DOC=0
  		enable_doc='no'
  
@@ -23505,7 +5446,7 @@
  if test x$enable_libcfs_cdebug = xyes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -4383,17 +5151,17 @@
+@@ -4383,17 +5051,17 @@
  
  fi
  
@@ -23531,7 +5472,7 @@
  if test x$enable_libcfs_trace = xyes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -4408,17 +5176,17 @@
+@@ -4408,17 +5076,17 @@
  
  fi
  
@@ -23557,7 +5498,7 @@
  if test x$enable_libcfs_assert = xyes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -4428,12 +5196,11 @@
+@@ -4428,12 +5096,11 @@
  fi
  
  
@@ -23574,7 +5515,7 @@
  else
  
  		case $target_os in
-@@ -4450,32 +5217,33 @@
+@@ -4450,32 +5117,33 @@
  esac
  
  
@@ -23622,7 +5563,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX"; then
-@@ -4484,8 +5252,9 @@
+@@ -4484,8 +5152,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -23634,7 +5575,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
    :
  else
-@@ -4496,33 +5265,33 @@
+@@ -4496,33 +5165,33 @@
  
  
  # -------- linux objects (for 2.6) --
@@ -23682,7 +5623,7 @@
  if test "${lb_cv_file__boot_kernel_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4532,13 +5301,13 @@
+@@ -4532,13 +5201,13 @@
    lb_cv_file__boot_kernel_h=no
  fi
  fi
@@ -23700,7 +5641,7 @@
  if test "${lb_cv_file__var_adm_running_kernel_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4548,8 +5317,8 @@
+@@ -4548,8 +5217,8 @@
    lb_cv_file__var_adm_running_kernel_h=no
  fi
  fi
@@ -23711,7 +5652,7 @@
  if test $lb_cv_file__var_adm_running_kernel_h = yes; then
    KERNEL_SOURCE_HEADER='/var/adm/running-kernel.h'
  fi
-@@ -4558,17 +5327,17 @@
+@@ -4558,17 +5227,17 @@
  
  
  
@@ -23736,7 +5677,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX_CONFIG"; then
-@@ -4577,8 +5346,9 @@
+@@ -4577,8 +5246,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -23748,7 +5689,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
    :
  else
-@@ -4593,9 +5363,9 @@
+@@ -4593,9 +5263,9 @@
  # 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`
@@ -23761,7 +5702,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX_OBJ/include/linux/autoconf.h"; then
-@@ -4604,8 +5374,9 @@
+@@ -4604,8 +5274,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -23773,7 +5714,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -4619,9 +5390,9 @@
+@@ -4619,9 +5290,9 @@
     { (exit 1); exit 1; }; }
  fi
  as_lb_File=`echo "lb_cv_file_$LINUX_OBJ/include/linux/version.h" | $as_tr_sh`
@@ -23786,7 +5727,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX_OBJ/include/linux/version.h"; then
-@@ -4630,8 +5401,9 @@
+@@ -4630,8 +5301,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -23798,7 +5739,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -4658,9 +5430,9 @@
+@@ -4658,9 +5330,9 @@
  	# enable extensive workarounds to get this to build
  	# modules
  	as_lb_File=`echo "lb_cv_file_$KERNEL_SOURCE_HEADER" | $as_tr_sh`
@@ -23811,7 +5752,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$KERNEL_SOURCE_HEADER"; then
-@@ -4669,8 +5441,9 @@
+@@ -4669,8 +5341,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -23823,7 +5764,7 @@
  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
-@@ -4693,30 +5466,30 @@
+@@ -4693,30 +5366,30 @@
  ARCH_UM=
  UML_CFLAGS=
  
@@ -23865,7 +5806,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX/include/linux/namei.h"; then
-@@ -4725,8 +5498,9 @@
+@@ -4725,8 +5398,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -23877,7 +5818,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
  
          	linux25="yes"
-@@ -4739,16 +5513,16 @@
+@@ -4739,16 +5413,16 @@
  
  fi
  
@@ -23900,7 +5841,7 @@
  	rm -f build/conftest.i
  	cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
-@@ -4779,8 +5553,8 @@
+@@ -4779,8 +5453,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -23911,7 +5852,7 @@
  
  else
    echo "$as_me: failed program was:" >&5
-@@ -4818,8 +5592,8 @@
+@@ -4818,8 +5492,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -23922,7 +5863,7 @@
  
  else
    echo "$as_me: failed program was:" >&5
-@@ -4845,8 +5619,8 @@
+@@ -4845,8 +5519,8 @@
  
  
  # --- check that we can build modules at all
@@ -23933,7 +5874,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -4876,16 +5650,16 @@
+@@ -4876,16 +5550,16 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -23954,7 +5895,7 @@
  	{ 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
-@@ -4899,8 +5673,8 @@
+@@ -4899,8 +5573,8 @@
  
  LINUXRELEASE=
  rm -f build/conftest.i
@@ -23965,7 +5906,7 @@
  if test -s $LINUX_OBJ/include/linux/utsrelease.h ; then
  	LINUXRELEASEHEADER=utsrelease.h
  else
-@@ -4952,8 +5726,8 @@
+@@ -4952,8 +5626,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -23976,7 +5917,7 @@
  	{ { 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; }; }
-@@ -4962,14 +5736,14 @@
+@@ -4962,14 +5636,14 @@
  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
@@ -23995,7 +5936,7 @@
  
  
  moduledir='/lib/modules/'$LINUXRELEASE/kernel
-@@ -4982,17 +5756,17 @@
+@@ -4982,17 +5656,17 @@
  
  
  # ------------ RELEASE --------------------------------
@@ -24019,7 +5960,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5030,8 +5804,8 @@
+@@ -5030,8 +5704,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24030,7 +5971,7 @@
  
  
  else
-@@ -5039,8 +5813,8 @@
+@@ -5039,8 +5713,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24041,7 +5982,7 @@
  
  	{ { 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;}
-@@ -5051,8 +5825,8 @@
+@@ -5051,8 +5725,8 @@
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
  
  
@@ -24052,7 +5993,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5090,8 +5864,8 @@
+@@ -5090,8 +5764,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24063,7 +6004,7 @@
  
  
  else
-@@ -5099,16 +5873,16 @@
+@@ -5099,16 +5773,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24084,7 +6025,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5146,8 +5920,8 @@
+@@ -5146,8 +5820,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24095,7 +6036,7 @@
  
  	{ { echo "$as_me:$LINENO: error: Lustre does not support kernels with preempt enabled." >&5
  echo "$as_me: error: Lustre does not support kernels with preempt enabled." >&2;}
-@@ -5159,16 +5933,16 @@
+@@ -5159,16 +5833,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24116,7 +6057,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5206,8 +5980,8 @@
+@@ -5206,8 +5880,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24127,7 +6068,7 @@
  
  
  else
-@@ -5215,8 +5989,8 @@
+@@ -5215,8 +5889,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24138,7 +6079,7 @@
  
  if test "x$ARCH_UM" = "x" ; then
  	{ { echo "$as_me:$LINENO: error: Lustre requires that CONFIG_KALLSYMS is enabled in your kernel." >&5
-@@ -5229,8 +6003,8 @@
+@@ -5229,8 +5903,8 @@
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
  
  
@@ -24149,7 +6090,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5268,8 +6042,8 @@
+@@ -5268,8 +5942,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24160,7 +6101,7 @@
  
  
  else
-@@ -5277,8 +6051,8 @@
+@@ -5277,8 +5951,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24171,7 +6112,7 @@
  
  	{ echo "$as_me:$LINENO: WARNING: " >&5
  echo "$as_me: WARNING: " >&2;}
-@@ -5296,8 +6070,8 @@
+@@ -5296,8 +5970,8 @@
  
  
  
@@ -24182,7 +6123,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5331,8 +6105,8 @@
+@@ -5331,8 +6005,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24193,7 +6134,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_CPU_ONLINE 1
-@@ -5344,14 +6118,14 @@
+@@ -5344,14 +6018,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24212,7 +6153,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5385,8 +6159,8 @@
+@@ -5385,8 +6059,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24223,7 +6164,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_GFP_T 1
-@@ -5398,14 +6172,14 @@
+@@ -5398,14 +6072,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24242,7 +6183,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5439,8 +6213,8 @@
+@@ -5439,8 +6113,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24253,7 +6194,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_CPUMASK_T 1
-@@ -5452,25 +6226,25 @@
+@@ -5452,25 +6126,25 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24289,7 +6230,7 @@
  else
  	cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
-@@ -5516,33 +6290,33 @@
+@@ -5516,33 +6190,33 @@
  #define CPU_AFFINITY 1
  _ACEOF
  
@@ -24335,7 +6276,7 @@
  else
         BOCD="`grep -c TCP_BACKOFF $LINUX/include/linux/tcp.h`"
         if test "$BOCD" != 0 ; then
-@@ -5551,72 +6325,72 @@
+@@ -5551,72 +6225,72 @@
  #define SOCKNAL_BACKOFF 1
  _ACEOF
  
@@ -24442,7 +6383,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5654,8 +6428,8 @@
+@@ -5654,8 +6328,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24453,7 +6394,7 @@
  
  
  else
-@@ -5663,11 +6437,11 @@
+@@ -5663,11 +6337,11 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24469,7 +6410,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5705,8 +6479,8 @@
+@@ -5705,8 +6379,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24480,7 +6421,7 @@
  
  
  else
-@@ -5714,8 +6488,8 @@
+@@ -5714,8 +6388,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24491,7 +6432,7 @@
  
  				{ 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;}
-@@ -5733,8 +6507,8 @@
+@@ -5733,8 +6407,8 @@
  
  	fi
  else
@@ -24502,7 +6443,7 @@
  	QSWLND=""
  	QSWCPPFLAGS=""
  fi
-@@ -5742,13 +6516,12 @@
+@@ -5742,13 +6416,12 @@
  
  
  
@@ -24520,7 +6461,7 @@
  	        case $with_gm in
                  no)    ENABLE_GM=0
  	               ;;
-@@ -5761,25 +6534,26 @@
+@@ -5761,25 +6434,26 @@
  
                  ENABLE_GM=0
  
@@ -24556,7 +6497,7 @@
  
  	GMLND="gmlnd"
          GMCPPFLAGS="-I$GM_SRC/include -I$GM_SRC/drivers -I$GM_SRC/drivers/linux/gm"
-@@ -5796,8 +6570,8 @@
+@@ -5796,8 +6470,8 @@
  	EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
  	EXTRA_KCFLAGS="$GMCPPFLAGS -DGM_KERNEL $EXTRA_KCFLAGS"
  
@@ -24567,7 +6508,7 @@
  	cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5838,16 +6612,16 @@
+@@ -5838,16 +6512,16 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24588,7 +6529,7 @@
  		{ { echo "$as_me:$LINENO: error: Bad --with-gm path" >&5
  echo "$as_me: error: Bad --with-gm path" >&2;}
     { (exit 1); exit 1; }; }
-@@ -5855,8 +6629,8 @@
+@@ -5855,8 +6529,8 @@
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
  
@@ -24599,7 +6540,7 @@
  	cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -5901,15 +6675,15 @@
+@@ -5901,15 +6575,15 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24618,7 +6559,7 @@
  Please patch the GM sources as follows...
      cd $GM_SRC
      patch -p0 < $PWD/lnet/klnds/gmlnd/gm-reg-phys.patch
-@@ -5918,7 +6692,7 @@
+@@ -5918,7 +6592,7 @@
  Please patch the GM sources as follows...
      cd $GM_SRC
      patch -p0 < $PWD/lnet/klnds/gmlnd/gm-reg-phys.patch
@@ -24627,7 +6568,7 @@
                  { { 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; }; }
-@@ -5933,15 +6707,14 @@
+@@ -5933,15 +6607,14 @@
  
  
  
@@ -24647,7 +6588,7 @@
  		case $with_openib in
  		yes)    ENABLEOPENIB=2
  			;;
-@@ -5956,15 +6729,16 @@
+@@ -5956,15 +6629,16 @@
  
  		ENABLEOPENIB=1
  
@@ -24669,7 +6610,7 @@
  	case $ENABLEOPENIB in
  	1) ;;
  	2) { { echo "$as_me:$LINENO: error: kernel OpenIB headers not present" >&5
-@@ -5981,8 +6755,8 @@
+@@ -5981,8 +6655,8 @@
      	case $ENABLEOPENIB in
  	1|2) OPENIBCPPFLAGS="-I$OPENIBPATH/include -DIN_TREE_BUILD";;
  	3)   OPENIBCPPFLAGS="-I$OPENIBPATH/include";;
@@ -24680,7 +6621,7 @@
  	     { { echo "$as_me:$LINENO: error: internal error" >&5
  echo "$as_me: error: internal error" >&2;}
     { (exit 1); exit 1; }; };;
-@@ -6032,8 +6806,8 @@
+@@ -6032,8 +6706,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24691,7 +6632,7 @@
  		OPENIBLND="openiblnd"
  
  else
-@@ -6041,8 +6815,8 @@
+@@ -6041,8 +6715,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24702,7 +6643,7 @@
  		case $ENABLEOPENIB in
  		1) ;;
  		2) { { echo "$as_me:$LINENO: error: can't compile with kernel OpenIB headers" >&5
-@@ -6066,26 +6840,25 @@
+@@ -6066,26 +6740,25 @@
  
  
  
@@ -24739,7 +6680,7 @@
  				{ { echo "$as_me:$LINENO: error: No directory $CIBPATH" >&5
  echo "$as_me: error: No directory $CIBPATH" >&2;}
     { (exit 1); exit 1; }; }
-@@ -6094,10 +6867,11 @@
+@@ -6094,10 +6767,11 @@
  
  else
  
@@ -24754,7 +6695,7 @@
  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"
-@@ -6164,24 +6938,23 @@
+@@ -6164,24 +6838,23 @@
  
  
  
@@ -24789,7 +6730,7 @@
  				{ { echo "$as_me:$LINENO: error: No directory $VIBPATH" >&5
  echo "$as_me: error: No directory $VIBPATH" >&2;}
     { (exit 1); exit 1; }; }
-@@ -6190,10 +6963,11 @@
+@@ -6190,10 +6863,11 @@
  
  else
  
@@ -24804,7 +6745,7 @@
  if test -z "$VIBPATH"; then
  	VIBLND=""
  else
-@@ -6275,8 +7049,8 @@
+@@ -6275,8 +6949,8 @@
  if test -n "$VIBLND"; then
  	EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
  	EXTRA_KCFLAGS="$EXTRA_KCFLAGS $VIBCPPFLAGS"
@@ -24815,7 +6756,7 @@
  	cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -6324,8 +7098,8 @@
+@@ -6324,8 +6998,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24826,7 +6767,7 @@
  	        VIBCPPFLAGS="$VIBCPPFLAGS -DIBNAL_VOIDSTAR_SGADDR=1"
  
  else
-@@ -6333,8 +7107,8 @@
+@@ -6333,8 +7007,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24837,7 +6778,7 @@
  
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -6344,15 +7118,14 @@
+@@ -6344,15 +7018,14 @@
  
  
  
@@ -24857,7 +6798,7 @@
  		case $with_iib in
  		yes)    ENABLEIIB=2
  			;;
-@@ -6367,13 +7140,14 @@
+@@ -6367,13 +7040,14 @@
  
  		ENABLEIIB=1
  
@@ -24877,7 +6818,7 @@
  	case $ENABLEIIB in
  	1) ;;
  	2) { { echo "$as_me:$LINENO: error: default Infinicon headers not present" >&5
-@@ -6433,8 +7207,8 @@
+@@ -6433,8 +7107,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24888,7 +6829,7 @@
  		IIBLND="iiblnd"
  
  else
-@@ -6442,8 +7216,8 @@
+@@ -6442,8 +7116,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24899,7 +6840,7 @@
  		case $ENABLEIIB in
  		1) ;;
  		2) { { echo "$as_me:$LINENO: error: can't compile with default Infinicon headers" >&5
-@@ -6467,15 +7241,14 @@
+@@ -6467,15 +7141,14 @@
  
  
  
@@ -24919,7 +6860,7 @@
  		case $with_o2ib in
  		yes)    ENABLEO2IB=2
  			;;
-@@ -6490,16 +7263,17 @@
+@@ -6490,16 +7163,17 @@
  
  		ENABLEO2IB=1
  
@@ -24942,7 +6883,7 @@
  	case $ENABLEO2IB in
  	1) ;;
  	2) { { echo "$as_me:$LINENO: error: kernel OpenIB gen2 headers not present" >&5
-@@ -6565,8 +7339,8 @@
+@@ -6565,8 +7239,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24953,7 +6894,7 @@
  		O2IBLND="o2iblnd"
  
  else
-@@ -6574,8 +7348,8 @@
+@@ -6574,8 +7248,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24964,7 +6905,7 @@
  		case $ENABLEO2IB in
  		1) ;;
  		2) { { echo "$as_me:$LINENO: error: can't compile with kernel OpenIB gen2 headers" >&5
-@@ -6615,8 +7389,8 @@
+@@ -6615,8 +7289,8 @@
  
  
  #### Rapid Array
@@ -24975,7 +6916,7 @@
  # placeholder
  RACPPFLAGS="-I${LINUX}/drivers/xd1/include"
  EXTRA_KCFLAGS_save="$EXTRA_KCFLAGS"
-@@ -6660,8 +7434,8 @@
+@@ -6660,8 +7334,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -24986,7 +6927,7 @@
  	RALND="ralnd"
  
  else
-@@ -6669,8 +7443,8 @@
+@@ -6669,8 +7343,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -24997,7 +6938,7 @@
  	RALND=""
  	RACPPFLAGS=""
  
-@@ -6682,13 +7456,12 @@
+@@ -6682,13 +7356,12 @@
  
  
  if test -z "$ENABLEPORTALS"; then
@@ -25015,7 +6956,7 @@
  		case $with_portals in
  			no)     ENABLEPORTALS=0
  				;;
-@@ -6702,49 +7475,49 @@
+@@ -6702,49 +7375,49 @@
  
  		ENABLEPORTALS=0
  
@@ -25083,7 +7024,7 @@
                 case $with_mx in
                 yes)    ENABLEMX=2
                         ;;
-@@ -6759,15 +7532,16 @@
+@@ -6759,15 +7432,16 @@
  
                 ENABLEMX=1
  
@@ -25105,7 +7046,7 @@
         case $ENABLEMX in
         1) ;;
         2) { { echo "$as_me:$LINENO: error: Myrinet MX kernel headers not present" >&5
-@@ -6830,8 +7604,8 @@
+@@ -6830,8 +7504,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25116,7 +7057,7 @@
                 MXLND="mxlnd"
  
  else
-@@ -6839,8 +7613,8 @@
+@@ -6839,8 +7513,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25127,7 +7068,7 @@
                 case $ENABLEMX in
                 1) ;;
                 2) { { echo "$as_me:$LINENO: error: can't compile with Myrinet MX kernel headers" >&5
-@@ -6865,8 +7639,8 @@
+@@ -6865,8 +7539,8 @@
  
  
  
@@ -25138,7 +7079,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -6901,8 +7675,8 @@
+@@ -6901,8 +7575,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25149,7 +7090,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_PAGE_LIST 1
-@@ -6914,14 +7688,14 @@
+@@ -6914,14 +7588,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25168,7 +7109,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -6961,22 +7735,22 @@
+@@ -6961,22 +7635,22 @@
  #define CONFIG_RH_2_4_20 1
  _ACEOF
  
@@ -25197,7 +7138,7 @@
  grep -q -E '[[:space:]]show_task[[:space:]]' $LINUX/Module.symvers 2>/dev/null
  rc=$?
  if test $rc -ne 0; then
-@@ -6990,13 +7764,13 @@
+@@ -6990,13 +7664,13 @@
  	fi
      done
      if test $export -eq 0; then
@@ -25215,7 +7156,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7006,8 +7780,8 @@
+@@ -7006,8 +7680,8 @@
  
      fi
  else
@@ -25226,7 +7167,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7019,8 +7793,8 @@
+@@ -7019,8 +7693,8 @@
  
  
  # 2.6.18
@@ -25237,7 +7178,7 @@
  grep -q -E '[[:space:]]tasklist_lock[[:space:]]' $LINUX/Module.symvers 2>/dev/null
  rc=$?
  if test $rc -ne 0; then
-@@ -7034,13 +7808,13 @@
+@@ -7034,13 +7708,13 @@
  	fi
      done
      if test $export -eq 0; then
@@ -25255,7 +7196,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7050,8 +7824,8 @@
+@@ -7050,8 +7724,8 @@
  
      fi
  else
@@ -25266,7 +7207,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7063,8 +7837,8 @@
+@@ -7063,8 +7737,8 @@
  
  
  # 2.6.19
@@ -25277,7 +7218,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7098,8 +7872,8 @@
+@@ -7098,8 +7772,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25288,7 +7229,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_KMEM_CACHE_DESTROY_INT 1
-@@ -7111,14 +7885,14 @@
+@@ -7111,14 +7785,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25307,7 +7248,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7153,8 +7927,8 @@
+@@ -7153,8 +7827,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25318,7 +7259,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_ATOMIC_PANIC_NOTIFIER 1
-@@ -7166,15 +7940,15 @@
+@@ -7166,15 +7840,15 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25338,7 +7279,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7210,8 +7984,8 @@
+@@ -7210,8 +7884,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25349,7 +7290,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_3ARGS_INIT_WORK 1
-@@ -7223,15 +7997,15 @@
+@@ -7223,15 +7897,15 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25369,7 +7310,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7265,8 +8039,8 @@
+@@ -7265,8 +7939,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25380,7 +7321,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_2ARGS_REGISTER_SYSCTL 1
-@@ -7278,14 +8052,14 @@
+@@ -7278,14 +7952,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25399,7 +7340,7 @@
  tmp_flags="$EXTRA_KCFLAGS"
  EXTRA_KCFLAGS="-Werror"
  cat >conftest.c <<_ACEOF
-@@ -7324,8 +8098,8 @@
+@@ -7324,8 +7998,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25410,7 +7351,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_KMEM_CACHE_S 1
-@@ -7337,8 +8111,8 @@
+@@ -7337,8 +8011,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25421,7 +7362,7 @@
  
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -7346,9 +8120,9 @@
+@@ -7346,9 +8020,9 @@
  
  
  			 as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/lustre_version.h" | $as_tr_sh`
@@ -25434,7 +7375,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX/include/linux/lustre_version.h"; then
-@@ -7357,8 +8131,9 @@
+@@ -7357,8 +8031,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -25446,7 +7387,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
  
  	rm -f "$LUSTRE/include/linux/lustre_version.h"
-@@ -7393,8 +8168,8 @@
+@@ -7393,8 +8068,8 @@
  	fi
  
  	# --- Check that ext3 and ext3 xattr are enabled in the kernel
@@ -25457,7 +7398,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7432,8 +8207,8 @@
+@@ -7432,8 +8107,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25468,7 +7409,7 @@
  
  
  else
-@@ -7441,11 +8216,11 @@
+@@ -7441,11 +8116,11 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25484,7 +7425,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7483,8 +8258,8 @@
+@@ -7483,8 +8158,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25495,7 +7436,7 @@
  
  
  else
-@@ -7492,8 +8267,8 @@
+@@ -7492,8 +8167,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25506,7 +7447,7 @@
  
  		{ { echo "$as_me:$LINENO: error: Lustre requires that ext3 is enabled in the kernel" >&5
  echo "$as_me: error: Lustre requires that ext3 is enabled in the kernel" >&2;}
-@@ -7508,8 +8283,8 @@
+@@ -7508,8 +8183,8 @@
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
  
@@ -25517,7 +7458,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7547,8 +8322,8 @@
+@@ -7547,8 +8222,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25528,7 +7469,7 @@
  
  
  else
-@@ -7556,8 +8331,8 @@
+@@ -7556,8 +8231,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25539,7 +7480,7 @@
  
  		{ echo "$as_me:$LINENO: WARNING: Lustre requires that extended attributes for ext3 are enabled in the kernel" >&5
  echo "$as_me: WARNING: Lustre requires that extended attributes for ext3 are enabled in the kernel" >&2;}
-@@ -7595,24 +8370,24 @@
+@@ -7595,24 +8270,24 @@
  
  fi #ldiskfs
  
@@ -25576,7 +7517,7 @@
  if test x$enable_pinger != xno ; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7621,17 +8396,17 @@
+@@ -7621,17 +8296,17 @@
  
  fi
  
@@ -25602,7 +7543,7 @@
  if test x$enable_liblustre_recovery != xno ; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7640,17 +8415,17 @@
+@@ -7640,17 +8315,17 @@
  
  fi
  
@@ -25628,7 +7569,7 @@
  if test x$linux25 != xyes; then
     enable_quota='no'
  fi
-@@ -7662,17 +8437,17 @@
+@@ -7662,17 +8337,17 @@
  
  fi
  
@@ -25654,7 +7595,7 @@
  if test x$enable_health_write == xyes ; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7682,8 +8457,8 @@
+@@ -7682,8 +8357,8 @@
  fi
  
  
@@ -25665,7 +7606,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7719,8 +8494,8 @@
+@@ -7719,8 +8394,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25676,7 +7617,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_TASK_PPTR 1
-@@ -7732,15 +8507,15 @@
+@@ -7732,15 +8407,15 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25696,7 +7637,7 @@
  grep -q -E '[[:space:]]truncate_complete_page[[:space:]]' $LINUX/Module.symvers 2>/dev/null
  rc=$?
  if test $rc -ne 0; then
-@@ -7754,13 +8529,13 @@
+@@ -7754,13 +8429,13 @@
  	fi
      done
      if test $export -eq 0; then
@@ -25714,7 +7655,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7770,8 +8545,8 @@
+@@ -7770,8 +8445,8 @@
  
      fi
  else
@@ -25725,7 +7666,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7782,8 +8557,8 @@
+@@ -7782,8 +8457,8 @@
  fi
  
  
@@ -25736,7 +7677,7 @@
  grep -q -E '[[:space:]]d_rehash_cond[[:space:]]' $LINUX/Module.symvers 2>/dev/null
  rc=$?
  if test $rc -ne 0; then
-@@ -7797,13 +8572,13 @@
+@@ -7797,13 +8472,13 @@
  	fi
      done
      if test $export -eq 0; then
@@ -25754,7 +7695,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7813,8 +8588,8 @@
+@@ -7813,8 +8488,8 @@
  
      fi
  else
@@ -25765,7 +7706,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7825,8 +8600,8 @@
+@@ -7825,8 +8500,8 @@
  fi
  
  
@@ -25776,7 +7717,7 @@
  grep -q -E '[[:space:]]__d_rehash[[:space:]]' $LINUX/Module.symvers 2>/dev/null
  rc=$?
  if test $rc -ne 0; then
-@@ -7840,13 +8615,13 @@
+@@ -7840,13 +8515,13 @@
  	fi
      done
      if test $export -eq 0; then
@@ -25794,7 +7735,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7856,8 +8631,8 @@
+@@ -7856,8 +8531,8 @@
  
      fi
  else
@@ -25805,7 +7746,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -7869,8 +8644,8 @@
+@@ -7869,8 +8544,8 @@
  
  
  
@@ -25816,7 +7757,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7905,8 +8680,8 @@
+@@ -7905,8 +8580,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25827,7 +7768,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_KIOBUF_DOVARY 1
-@@ -7918,14 +8693,14 @@
+@@ -7918,14 +8593,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25846,7 +7787,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -7959,8 +8734,8 @@
+@@ -7959,8 +8634,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25857,7 +7798,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_COND_RESCHED 1
-@@ -7972,14 +8747,14 @@
+@@ -7972,14 +8647,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25876,7 +7817,7 @@
  ZAP_PAGE_RANGE_VMA="`grep -c 'zap_page_range.*struct vm_area_struct' $LINUX/include/linux/mm.h`"
  if test "$ZAP_PAGE_RANGE_VMA" != 0 ; then
  
-@@ -7987,15 +8762,15 @@
+@@ -7987,15 +8662,15 @@
  #define ZAP_PAGE_RANGE_VMA 1
  _ACEOF
  
@@ -25898,7 +7839,7 @@
  HAVE_PDE="`grep -c 'proc_dir_entry..PDE' $LINUX/include/linux/proc_fs.h`"
  if test "$HAVE_PDE" != 0 ; then
  
-@@ -8003,15 +8778,15 @@
+@@ -8003,15 +8678,15 @@
  #define HAVE_PDE 1
  _ACEOF
  
@@ -25920,7 +7861,7 @@
  HAVE_DIO_FILE="`grep -c 'direct_IO.*struct file' $LINUX/include/linux/fs.h`"
  if test "$HAVE_DIO_FILE" != 0 ; then
  
-@@ -8019,15 +8794,15 @@
+@@ -8019,15 +8694,15 @@
  #define HAVE_DIO_FILE 1
  _ACEOF
  
@@ -25942,7 +7883,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8063,8 +8838,8 @@
+@@ -8063,8 +8738,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25953,7 +7894,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_MM_INLINE 1
-@@ -8076,14 +8851,14 @@
+@@ -8076,14 +8751,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -25972,7 +7913,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8122,8 +8897,8 @@
+@@ -8122,8 +8797,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -25983,7 +7924,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_I_ALLOC_SEM 1
-@@ -8135,14 +8910,14 @@
+@@ -8135,14 +8810,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26002,7 +7943,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8177,15 +8952,15 @@
+@@ -8177,15 +8852,15 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26022,7 +7963,7 @@
  	HAVE_CACHE_RETURN_INT="`grep -c 'int.*shrink' $LINUX/include/linux/cache_def.h`"
  	if test "$HAVE_CACHE_RETURN_INT" != 0 ; then
  
-@@ -8193,11 +8968,11 @@
+@@ -8193,11 +8868,11 @@
  #define HAVE_CACHE_RETURN_INT 1
  _ACEOF
  
@@ -26038,7 +7979,7 @@
  	fi
  
  else
-@@ -8205,14 +8980,14 @@
+@@ -8205,14 +8880,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26057,7 +7998,7 @@
  HAVE_GCPN_GFP="`grep -c 'grab_cache_page_nowait_gfp' $LINUX/include/linux/pagemap.h`"
  if test "$HAVE_GCPN_GFP" != 0 ; then
  
-@@ -8220,15 +8995,15 @@
+@@ -8220,15 +8895,15 @@
  #define HAVE_GRAB_CACHE_PAGE_NOWAIT_GFP 1
  _ACEOF
  
@@ -26079,7 +8020,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8264,8 +9039,8 @@
+@@ -8264,8 +8939,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26090,7 +8031,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_DEV_SET_RDONLY 1
-@@ -8277,16 +9052,16 @@
+@@ -8277,16 +8952,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26111,7 +8052,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8320,8 +9095,8 @@
+@@ -8320,8 +8995,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26122,7 +8063,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_FILEMAP_FDATAWRITE 1
-@@ -8333,14 +9108,14 @@
+@@ -8333,14 +9008,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26141,7 +8082,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8375,8 +9150,8 @@
+@@ -8375,8 +9050,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26152,7 +8093,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_STATFS_NAMELEN 1
-@@ -8388,14 +9163,14 @@
+@@ -8388,14 +9063,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26171,7 +8112,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8429,8 +9204,8 @@
+@@ -8429,8 +9104,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26182,7 +8123,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_PAGE_MAPPED 1
-@@ -8442,14 +9217,14 @@
+@@ -8442,14 +9117,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26201,7 +8142,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8484,8 +9259,8 @@
+@@ -8484,8 +9159,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26212,7 +8153,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_UNLOCKED_IOCTL 1
-@@ -8497,14 +9272,14 @@
+@@ -8497,14 +9172,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26231,7 +8172,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8539,8 +9314,8 @@
+@@ -8539,8 +9214,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26242,7 +8183,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_FILEMAP_POPULATE 1
-@@ -8552,14 +9327,14 @@
+@@ -8552,14 +9227,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26261,7 +8202,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8593,8 +9368,8 @@
+@@ -8593,8 +9268,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26272,7 +8213,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_D_ADD_UNIQUE 1
-@@ -8606,16 +9381,16 @@
+@@ -8606,16 +9281,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26294,7 +8235,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX/include/linux/bit_spinlock.h"; then
-@@ -8624,12 +9399,13 @@
+@@ -8624,12 +9299,13 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -26312,7 +8253,7 @@
  	cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8663,8 +9439,8 @@
+@@ -8663,8 +9339,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26323,7 +8264,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_BIT_SPINLOCK_H 1
-@@ -8676,8 +9452,8 @@
+@@ -8676,8 +9352,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26334,7 +8275,7 @@
  
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -8686,9 +9462,9 @@
+@@ -8686,9 +9362,9 @@
  
  
  as_lb_File=`echo "lb_cv_file_$LINUX/include/linux/xattr_acl.h" | $as_tr_sh`
@@ -26347,7 +8288,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX/include/linux/xattr_acl.h"; then
-@@ -8697,12 +9473,13 @@
+@@ -8697,12 +9373,13 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -26365,7 +8306,7 @@
  	cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8734,8 +9511,8 @@
+@@ -8734,8 +9411,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26376,7 +8317,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_XATTR_ACL 1
-@@ -8747,8 +9524,8 @@
+@@ -8747,8 +9424,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26387,7 +8328,7 @@
  
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -8756,8 +9533,8 @@
+@@ -8756,8 +9433,8 @@
  fi
  
  
@@ -26398,7 +8339,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8793,8 +9570,8 @@
+@@ -8793,8 +9470,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26409,7 +8350,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_FILE_IN_STRUCT_INTENT 1
-@@ -8806,16 +9583,16 @@
+@@ -8806,16 +9483,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26431,7 +8372,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX/include/linux/posix_acl_xattr.h"; then
-@@ -8824,12 +9601,13 @@
+@@ -8824,12 +9501,13 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -26449,7 +8390,7 @@
          cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8861,8 +9639,8 @@
+@@ -8861,8 +9539,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26460,7 +8401,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_LINUX_POSIX_ACL_XATTR_H 1
-@@ -8875,8 +9653,8 @@
+@@ -8875,8 +9553,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26471,7 +8412,7 @@
  
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -8884,14 +9662,14 @@
+@@ -8884,14 +9562,14 @@
  
  else
  
@@ -26490,7 +8431,7 @@
  grep -q -E '[[:space:]]__iget[[:space:]]' $LINUX/Module.symvers 2>/dev/null
  rc=$?
  if test $rc -ne 0; then
-@@ -8905,13 +9683,13 @@
+@@ -8905,13 +9583,13 @@
  	fi
      done
      if test $export -eq 0; then
@@ -26508,7 +8449,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -8921,8 +9699,8 @@
+@@ -8921,8 +9599,8 @@
  
      fi
  else
@@ -26519,7 +8460,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -8933,8 +9711,8 @@
+@@ -8933,8 +9611,8 @@
  fi
  
  
@@ -26530,7 +8471,7 @@
  grep -q -E '[[:space:]]set_fs_pwd[[:space:]]' $LINUX/Module.symvers 2>/dev/null
  rc=$?
  if test $rc -ne 0; then
-@@ -8948,13 +9726,13 @@
+@@ -8948,13 +9626,13 @@
  	fi
      done
      if test $export -eq 0; then
@@ -26548,7 +8489,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -8964,8 +9742,8 @@
+@@ -8964,8 +9642,8 @@
  
      fi
  else
@@ -26559,7 +8500,7 @@
  
  
  cat >>confdefs.h <<\_ACEOF
-@@ -8976,8 +9754,8 @@
+@@ -8976,8 +9654,8 @@
  fi
  
  
@@ -26570,7 +8511,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9016,22 +9794,22 @@
+@@ -9016,22 +9694,22 @@
  #define HAVE_MS_FLOCK_LOCK 1
  _ACEOF
  
@@ -26599,7 +8540,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9073,22 +9851,22 @@
+@@ -9073,22 +9751,22 @@
  #define HAVE_CAN_SLEEP_ARG 1
  _ACEOF
  
@@ -26628,7 +8569,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9128,22 +9906,22 @@
+@@ -9128,22 +9806,22 @@
  #define HAVE_F_OP_FLOCK 1
  _ACEOF
  
@@ -26657,7 +8598,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9178,8 +9956,8 @@
+@@ -9178,8 +9856,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26668,7 +8609,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define KERNEL_SUPPORTS_QUOTA_READ 1
-@@ -9191,14 +9969,14 @@
+@@ -9191,14 +9869,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26687,7 +8628,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9241,22 +10019,22 @@
+@@ -9241,22 +9919,22 @@
  #define HAVE_COOKIE_FOLLOW_LINK 1
  _ACEOF
  
@@ -26716,7 +8657,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9293,11 +10071,11 @@
+@@ -9293,11 +9971,11 @@
  #define HAVE_RCU 1
  _ACEOF
  
@@ -26732,7 +8673,7 @@
          cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9337,16 +10115,16 @@
+@@ -9337,16 +10015,16 @@
  #define HAVE_CALL_RCU_PARAM 1
  _ACEOF
  
@@ -26753,7 +8694,7 @@
  
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -9356,16 +10134,16 @@
+@@ -9356,16 +10034,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26774,7 +8715,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9406,8 +10184,8 @@
+@@ -9406,8 +10084,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26785,7 +8726,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_VFS_INTENT_PATCHES 1
-@@ -9419,16 +10197,16 @@
+@@ -9419,16 +10097,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26806,7 +8747,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9465,8 +10243,8 @@
+@@ -9465,8 +10143,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26817,7 +8758,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_INODE_I_MUTEX 1
-@@ -9478,16 +10256,16 @@
+@@ -9478,16 +10156,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26838,7 +8779,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9525,8 +10303,8 @@
+@@ -9525,8 +10203,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26849,7 +8790,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_DQUOTOFF_MUTEX 1
-@@ -9538,16 +10316,16 @@
+@@ -9538,16 +10216,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26870,7 +8811,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9581,8 +10359,8 @@
+@@ -9581,8 +10259,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26881,7 +8822,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_NR_PAGECACHE 1
-@@ -9594,14 +10372,14 @@
+@@ -9594,14 +10272,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26900,7 +8841,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9640,22 +10418,22 @@
+@@ -9640,22 +10318,22 @@
  #define HAVE_STATFS_DENTRY_PARAM 1
  _ACEOF
  
@@ -26929,7 +8870,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9694,22 +10472,22 @@
+@@ -9694,22 +10372,22 @@
  #define HAVE_VFS_KERN_MOUNT 1
  _ACEOF
  
@@ -26958,7 +8899,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9743,8 +10521,8 @@
+@@ -9743,8 +10421,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26969,7 +8910,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_INVALIDATEPAGE_RETURN_INT 1
-@@ -9756,14 +10534,14 @@
+@@ -9756,14 +10434,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -26988,7 +8929,7 @@
  tmp_flags="$EXTRA_KCFLAGS"
  EXTRA_KCFLAGS="-Werror"
  cat >conftest.c <<_ACEOF
-@@ -9809,8 +10587,8 @@
+@@ -9809,8 +10487,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -26999,7 +8940,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_UMOUNTBEGIN_VFSMOUNT 1
-@@ -9822,8 +10600,8 @@
+@@ -9822,8 +10500,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -27010,7 +8951,7 @@
  
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -9831,8 +10609,8 @@
+@@ -9831,8 +10509,8 @@
  
  
  #2.6.18 + RHEL5 (fc6)
@@ -27021,7 +8962,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9868,8 +10646,8 @@
+@@ -9868,8 +10546,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -27032,7 +8973,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_PG_FS_MISC 1
-@@ -9881,16 +10659,16 @@
+@@ -9881,16 +10559,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -27053,7 +8994,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9925,8 +10703,8 @@
+@@ -9925,8 +10603,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -27064,7 +9005,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_INODE_BLKSIZE 1
-@@ -9938,14 +10716,14 @@
+@@ -9938,14 +10616,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -27083,7 +9024,7 @@
  tmp_flags="$EXTRA_KCFLAGS"
  EXTRA_KCFLAGS="-Werror"
  cat >conftest.c <<_ACEOF
-@@ -9989,8 +10767,8 @@
+@@ -9989,8 +10667,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -27094,7 +9035,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_VFS_READDIR_U64_INO 1
-@@ -10002,15 +10780,15 @@
+@@ -10002,15 +10680,15 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -27114,7 +9055,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -10044,8 +10822,8 @@
+@@ -10044,8 +10722,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -27125,7 +9066,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_GENERIC_FILE_READ 1
-@@ -10057,14 +10835,14 @@
+@@ -10057,14 +10735,14 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -27144,7 +9085,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -10098,8 +10876,8 @@
+@@ -10098,8 +10776,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -27155,7 +9096,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_GENERIC_FILE_WRITE 1
-@@ -10111,16 +10889,16 @@
+@@ -10111,16 +10789,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -27176,7 +9117,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -10154,8 +10932,8 @@
+@@ -10154,8 +10832,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -27187,7 +9128,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_CANCEL_DIRTY_PAGE 1
-@@ -10167,16 +10945,16 @@
+@@ -10167,16 +10845,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -27208,7 +9149,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -10212,8 +10990,8 @@
+@@ -10212,8 +10890,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -27219,7 +9160,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_PAGE_CONSTANT 1
-@@ -10225,8 +11003,8 @@
+@@ -10225,8 +10903,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -27230,7 +9171,7 @@
  
  fi
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
-@@ -10234,102 +11012,7 @@
+@@ -10234,102 +10912,7 @@
  
  			;;
  		darwin*)
@@ -27334,7 +9275,7 @@
  			;;
  		*)
  			# This is strange - Lustre supports a target we don't
-@@ -10342,10 +11025,9 @@
+@@ -10342,10 +10925,9 @@
  
  
  
@@ -27347,7 +9288,7 @@
  else
  
  		case $lb_target_os in
-@@ -10357,18 +11039,19 @@
+@@ -10357,18 +10939,19 @@
  				;;
  		esac
  
@@ -27375,7 +9316,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$srcdir/libsysio/src/rmdir.c"; then
-@@ -10377,8 +11060,9 @@
+@@ -10377,8 +10960,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -27387,7 +9328,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
    :
  else
-@@ -10393,16 +11077,16 @@
+@@ -10393,16 +10977,16 @@
  		SYSIO="$PWD/libsysio"
  		;;
  	xno)
@@ -27411,7 +9352,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$with_sysio/lib/libsysio.a"; then
-@@ -10411,8 +11095,9 @@
+@@ -10411,8 +10995,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -27423,7 +9364,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
    :
  else
-@@ -10429,15 +11114,13 @@
+@@ -10429,15 +11014,13 @@
  esac
  
  # We have to configure even if we don't build here for make dist to work
@@ -27442,7 +9383,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$srcdir/snmp/lustre-snmp.c"; then
-@@ -10446,8 +11129,9 @@
+@@ -10446,8 +11029,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -27454,7 +9395,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
    SNMP_DIST_SUBDIR="snmp"
  fi
-@@ -10456,10 +11140,9 @@
+@@ -10456,10 +11040,9 @@
  
  
  
@@ -27467,7 +9408,7 @@
  else
  
  		if test x$linux25$enable_server = xyesyes ; then
-@@ -10468,17 +11151,18 @@
+@@ -10468,17 +11051,18 @@
  			with_ldiskfs=no
  		fi
  
@@ -27494,7 +9435,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$srcdir/ldiskfs/lustre-ldiskfs.spec.in"; then
-@@ -10487,8 +11171,9 @@
+@@ -10487,8 +11071,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -27506,7 +9447,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
    :
  else
-@@ -10503,16 +11188,16 @@
+@@ -10503,16 +11088,16 @@
  		LDISKFS_DIR="$PWD/ldiskfs"
  		;;
  	xno)
@@ -27530,7 +9471,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$with_ldiskfs/ldiskfs/linux/ldiskfs_fs.h"; then
-@@ -10521,8 +11206,9 @@
+@@ -10521,8 +11106,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -27542,7 +9483,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
    :
  else
-@@ -10540,68 +11226,66 @@
+@@ -10540,68 +11126,66 @@
  
  
  # We have to configure even if we don't build here for make dist to work
@@ -27643,7 +9584,7 @@
  if test x$enable_pinger != xno ; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -10610,17 +11294,17 @@
+@@ -10610,17 +11194,17 @@
  
  fi
  
@@ -27669,7 +9610,7 @@
  if test x$enable_liblustre_recovery != xno ; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -10639,18 +11323,19 @@
+@@ -10639,18 +11223,19 @@
  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`
@@ -27697,7 +9638,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -10661,27 +11346,22 @@
+@@ -10661,41 +11246,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -27736,9 +9677,10 @@
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -10689,13 +11369,14 @@
- 
- ac_header_compiler=no
+ 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
@@ -27756,7 +9698,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -10704,24 +11385,22 @@
+@@ -10704,24 +11285,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -27792,7 +9734,7 @@
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -10729,9 +11408,10 @@
+@@ -10729,9 +11308,10 @@
  
    ac_header_preproc=no
  fi
@@ -27805,7 +9747,7 @@
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -10755,25 +11435,24 @@
+@@ -10755,25 +11335,24 @@
  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;}
@@ -27839,7 +9781,7 @@
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -10791,9 +11470,9 @@
+@@ -10791,9 +11370,9 @@
  for ac_func in gethostbyname socket connect
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -27852,7 +9794,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -10819,56 +11498,46 @@
+@@ -10819,68 +11398,60 @@
  
  #undef $ac_func
  
@@ -27926,9 +9868,10 @@
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
-@@ -10876,11 +11545,13 @@
- 
- eval "$as_ac_var=no"
+ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-eval "$as_ac_var=no"
++	eval "$as_ac_var=no"
  fi
 -rm -f conftest.err conftest.$ac_objext \
 +
@@ -27943,7 +9886,7 @@
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -10895,18 +11566,19 @@
+@@ -10895,18 +11466,19 @@
  for ac_header in linux/version.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -27971,7 +9914,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -10917,27 +11589,22 @@
+@@ -10917,41 +11489,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -28010,9 +9953,10 @@
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -10945,13 +11612,14 @@
- 
- ac_header_compiler=no
+ 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
@@ -28030,7 +9974,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -10960,24 +11628,22 @@
+@@ -10960,24 +11528,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -28066,7 +10010,7 @@
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -10985,9 +11651,10 @@
+@@ -10985,9 +11551,10 @@
  
    ac_header_preproc=no
  fi
@@ -28079,7 +10023,7 @@
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -11011,25 +11678,24 @@
+@@ -11011,25 +11578,24 @@
  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;}
@@ -28113,7 +10057,7 @@
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -11042,8 +11708,8 @@
+@@ -11042,8 +11608,8 @@
  done
  
  
@@ -28124,7 +10068,7 @@
  if test "${ac_cv_type_spinlock_t+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11055,39 +11721,35 @@
+@@ -11055,50 +11621,47 @@
  /* end confdefs.h.  */
  #include <linux/spinlock.h>
  
@@ -28178,9 +10122,10 @@
    ac_cv_type_spinlock_t=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -11095,10 +11757,11 @@
- 
- ac_cv_type_spinlock_t=no
+ 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
 +
@@ -28193,7 +10138,7 @@
  if test $ac_cv_type_spinlock_t = yes; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -11113,9 +11776,9 @@
+@@ -11113,9 +11676,9 @@
  for ac_func in strnlen
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -28206,7 +10151,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -11141,56 +11804,46 @@
+@@ -11141,68 +11704,60 @@
  
  #undef $ac_func
  
@@ -28280,9 +10225,10 @@
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
-@@ -11198,11 +11851,13 @@
- 
- eval "$as_ac_var=no"
+ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-eval "$as_ac_var=no"
++	eval "$as_ac_var=no"
  fi
 -rm -f conftest.err conftest.$ac_objext \
 +
@@ -28297,7 +10243,7 @@
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -11219,24 +11874,24 @@
+@@ -11219,24 +11774,24 @@
  #
  # Build with readline
  #
@@ -28332,7 +10278,7 @@
  if test "${ac_cv_lib_readline_readline+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11249,43 +11904,39 @@
+@@ -11249,56 +11804,53 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  
@@ -28392,9 +10338,10 @@
    ac_cv_lib_readline_readline=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -11293,12 +11944,13 @@
- 
- ac_cv_lib_readline_readline=no
+ 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 \
 +
@@ -28409,7 +10356,7 @@
  if test $ac_cv_lib_readline_readline = yes; then
  
  	LIBREADLINE="-lreadline -lncurses"
-@@ -11320,17 +11972,17 @@
+@@ -11320,17 +11872,17 @@
  fi
  
  
@@ -28435,7 +10382,7 @@
  if test "$enable_efence" = "yes" ; then
  	LIBEFENCE="-lefence"
  
-@@ -11344,12 +11996,11 @@
+@@ -11344,12 +11896,11 @@
  
  
  # -------- enable acceptor libwrap (TCP wrappers) support? -------
@@ -28452,7 +10399,7 @@
  		yes) enable_libwrap=yes ;;
  		no) enable_libwrap=no ;;
  		*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-libwrap" >&5
-@@ -11358,9 +12009,10 @@
+@@ -11358,9 +11909,10 @@
  	esac
  else
    enable_libwrap=no
@@ -28466,7 +10413,7 @@
  if test x$enable_libwrap = xyes ; then
  	LIBWRAP="-lwrap"
  
-@@ -11374,18 +12026,18 @@
+@@ -11374,18 +11926,18 @@
  
  
  # -------- check for -lpthread support ----
@@ -28493,7 +10440,7 @@
  if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11398,43 +12050,39 @@
+@@ -11398,56 +11950,53 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  
@@ -28553,9 +10500,10 @@
    ac_cv_lib_pthread_pthread_create=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -11442,12 +12090,13 @@
- 
- ac_cv_lib_pthread_pthread_create=no
+ 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 \
 +
@@ -28570,7 +10518,7 @@
  if test $ac_cv_lib_pthread_pthread_create = yes; then
    ENABLE_LIBPTHREAD="yes"
  else
-@@ -11455,8 +12104,8 @@
+@@ -11455,8 +12004,8 @@
  fi
  
  	if test "$ENABLE_LIBPTHREAD" = "yes" ; then
@@ -28581,7 +10529,7 @@
  		PTHREAD_LIBS="-lpthread"
  
  cat >>confdefs.h <<\_ACEOF
-@@ -11465,13 +12114,13 @@
+@@ -11465,13 +12014,13 @@
  
  	else
  		PTHREAD_LIBS=""
@@ -28599,7 +10547,7 @@
  	ENABLE_LIBPTHREAD="no"
  fi
  
-@@ -11479,17 +12128,17 @@
+@@ -11479,17 +12028,17 @@
  # ----------------------------------------
  # some tests for catamount-like systems
  # ----------------------------------------
@@ -28625,7 +10573,7 @@
  if test x$enable_sysio_init != xno ; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -11498,17 +12147,17 @@
+@@ -11498,17 +12047,17 @@
  
  fi
  
@@ -28651,7 +10599,7 @@
  if test x$enable_urandom != xno ; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -11519,8 +12168,8 @@
+@@ -11519,8 +12068,8 @@
  
  # -------- check for -lcap support ----
  if test x$enable_liblustre = xyes ; then
@@ -28662,7 +10610,7 @@
  if test "${ac_cv_lib_cap_cap_get_proc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -11533,43 +12182,39 @@
+@@ -11533,56 +12082,53 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  
@@ -28722,9 +10670,10 @@
    ac_cv_lib_cap_cap_get_proc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -11577,12 +12222,13 @@
- 
- ac_cv_lib_cap_cap_get_proc=no
+ 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 \
 +
@@ -28739,7 +10688,7 @@
  if test $ac_cv_lib_cap_cap_get_proc = yes; then
  
  			CAP_LIBS="-lcap"
-@@ -11602,25 +12248,25 @@
+@@ -11602,25 +12148,25 @@
  
  fi
  
@@ -28775,7 +10724,7 @@
  
  cat >>confdefs.h <<_ACEOF
  #define LNET_MAX_PAYLOAD $LNET_MAX_PAYLOAD
-@@ -11629,13 +12275,12 @@
+@@ -11629,13 +12175,12 @@
  
  
  if test -z "$ENABLEPORTALS"; then
@@ -28793,7 +10742,7 @@
  		case $with_portals in
  			no)     ENABLEPORTALS=0
  				;;
-@@ -11649,85 +12294,86 @@
+@@ -11649,85 +12194,86 @@
  
  		ENABLEPORTALS=0
  
@@ -28913,7 +10862,7 @@
  
  cat >>confdefs.h <<_ACEOF
  #define OBD_MAX_IOCTL_BUFFER $OBD_BUFFER_SIZE
-@@ -11744,18 +12390,19 @@
+@@ -11744,18 +12290,19 @@
  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`
@@ -28941,7 +10890,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -11766,27 +12413,22 @@
+@@ -11766,41 +12313,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -28980,9 +10929,10 @@
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -11794,13 +12436,14 @@
- 
- ac_header_compiler=no
+ 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
@@ -29000,7 +10950,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -11809,24 +12452,22 @@
+@@ -11809,24 +12352,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -29036,7 +10986,7 @@
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -11834,9 +12475,10 @@
+@@ -11834,9 +12375,10 @@
  
    ac_header_preproc=no
  fi
@@ -29049,7 +10999,7 @@
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -11860,25 +12502,24 @@
+@@ -11860,25 +12402,24 @@
  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;}
@@ -29083,7 +11033,7 @@
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -11897,18 +12538,19 @@
+@@ -11897,18 +12438,19 @@
  for ac_header in linux/quota.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -29111,7 +11061,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -11919,27 +12561,22 @@
+@@ -11919,41 +12461,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -29150,9 +11100,10 @@
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -11947,13 +12584,14 @@
- 
- ac_header_compiler=no
+ 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
@@ -29170,7 +11121,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -11962,24 +12600,22 @@
+@@ -11962,24 +12500,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -29206,7 +11157,7 @@
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -11987,9 +12623,10 @@
+@@ -11987,9 +12523,10 @@
  
    ac_header_preproc=no
  fi
@@ -29219,7 +11170,7 @@
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -12013,25 +12650,24 @@
+@@ -12013,25 +12550,24 @@
  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;}
@@ -29253,7 +11204,7 @@
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -12050,18 +12686,19 @@
+@@ -12050,18 +12586,19 @@
  for ac_header in xtio.h file.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -29281,7 +11232,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12072,27 +12709,22 @@
+@@ -12072,41 +12609,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -29320,9 +11271,10 @@
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -12100,13 +12732,14 @@
- 
- ac_header_compiler=no
+ 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
@@ -29340,7 +11292,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12115,24 +12748,22 @@
+@@ -12115,24 +12648,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -29376,7 +11328,7 @@
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -12140,9 +12771,10 @@
+@@ -12140,9 +12671,10 @@
  
    ac_header_preproc=no
  fi
@@ -29389,7 +11341,7 @@
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -12166,25 +12798,24 @@
+@@ -12166,25 +12698,24 @@
  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;}
@@ -29423,7 +11375,7 @@
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -12205,18 +12836,19 @@
+@@ -12205,18 +12736,19 @@
  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`
@@ -29451,7 +11403,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12227,27 +12859,22 @@
+@@ -12227,41 +12759,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -29490,9 +11442,10 @@
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -12255,13 +12882,14 @@
- 
- ac_header_compiler=no
+ 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
@@ -29510,7 +11463,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12270,24 +12898,22 @@
+@@ -12270,24 +12798,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -29546,7 +11499,7 @@
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -12295,9 +12921,10 @@
+@@ -12295,9 +12821,10 @@
  
    ac_header_preproc=no
  fi
@@ -29559,7 +11512,7 @@
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -12321,25 +12948,24 @@
+@@ -12321,25 +12848,24 @@
  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;}
@@ -29593,7 +11546,7 @@
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -12359,18 +12985,19 @@
+@@ -12359,18 +12885,19 @@
  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`
@@ -29621,7 +11574,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12381,27 +13008,22 @@
+@@ -12381,41 +12908,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -29660,9 +11613,10 @@
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -12409,13 +13031,14 @@
- 
- ac_header_compiler=no
+ 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
@@ -29680,7 +11634,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12424,24 +13047,22 @@
+@@ -12424,24 +12947,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -29716,7 +11670,7 @@
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -12449,9 +13070,10 @@
+@@ -12449,9 +12970,10 @@
  
    ac_header_preproc=no
  fi
@@ -29729,7 +11683,7 @@
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -12475,25 +13097,24 @@
+@@ -12475,25 +12997,24 @@
  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;}
@@ -29763,7 +11717,7 @@
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -12509,9 +13130,9 @@
+@@ -12509,9 +13030,9 @@
  for ac_func in inet_ntoa
  do
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
@@ -29776,7 +11730,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -12537,56 +13158,46 @@
+@@ -12537,68 +13058,60 @@
  
  #undef $ac_func
  
@@ -29850,9 +11804,10 @@
    eval "$as_ac_var=yes"
  else
    echo "$as_me: failed program was:" >&5
-@@ -12594,11 +13205,13 @@
- 
- eval "$as_ac_var=no"
+ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-eval "$as_ac_var=no"
++	eval "$as_ac_var=no"
  fi
 -rm -f conftest.err conftest.$ac_objext \
 +
@@ -29867,7 +11822,7 @@
  if test `eval echo '${'$as_ac_var'}'` = yes; then
    cat >>confdefs.h <<_ACEOF
  #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-@@ -12609,8 +13222,8 @@
+@@ -12609,8 +13122,8 @@
  
  
  # libsysio/src/readlink.c
@@ -29878,7 +11833,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12631,30 +13244,25 @@
+@@ -12631,30 +13144,25 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -29922,7 +11877,7 @@
  
  cat >>confdefs.h <<\_ACEOF
  #define HAVE_POSIX_1003_READLINK 1
-@@ -12666,11 +13274,12 @@
+@@ -12666,11 +13174,12 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -29938,7 +11893,7 @@
  
  
  # utils/llverfs.c
-@@ -12678,18 +13287,19 @@
+@@ -12678,18 +13187,19 @@
  for ac_header in ext2fs/ext2fs.h
  do
  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -29966,7 +11921,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12700,27 +13310,22 @@
+@@ -12700,41 +13210,37 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -30005,9 +11960,10 @@
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -12728,13 +13333,14 @@
- 
- ac_header_compiler=no
+ 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
@@ -30025,7 +11981,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12743,24 +13349,22 @@
+@@ -12743,24 +13249,22 @@
  /* end confdefs.h.  */
  #include <$ac_header>
  _ACEOF
@@ -30061,7 +12017,7 @@
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -12768,9 +13372,10 @@
+@@ -12768,9 +13272,10 @@
  
    ac_header_preproc=no
  fi
@@ -30074,7 +12030,7 @@
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -12794,25 +13399,24 @@
+@@ -12794,25 +13299,24 @@
  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;}
@@ -30108,7 +12064,7 @@
  
  fi
  if test `eval echo '${'$as_ac_Header'}'` = yes; then
-@@ -12826,11 +13430,11 @@
+@@ -12826,11 +13330,11 @@
  
  
  # Super safe df
@@ -30123,7 +12079,7 @@
  if test "$enable_mindf" = "yes" ;  then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -12839,17 +13443,17 @@
+@@ -12839,17 +13343,17 @@
  
  fi
  
@@ -30149,7 +12105,7 @@
  if test x$enable_fail_alloc != xno ; then
  
  cat >>confdefs.h <<\_ACEOF
-@@ -12861,23 +13465,23 @@
+@@ -12861,23 +13365,23 @@
  
  
  if test "$SNMP_DIST_SUBDIR" ; then
@@ -30183,7 +12139,7 @@
  if test "${ac_cv_prog_NET_SNMP_CONFIG+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -12890,25 +13494,27 @@
+@@ -12890,25 +13394,27 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -30216,7 +12172,7 @@
  	if test "$NET_SNMP_CONFIG" ; then
  		NET_SNMP_CFLAGS=$($NET_SNMP_CONFIG --base-cflags)
  		NET_SNMP_LIBS=$($NET_SNMP_CONFIG --agent-libs)
-@@ -12920,17 +13526,17 @@
+@@ -12920,17 +13426,17 @@
  		LIBS="$LIBS $NET_SNMP_LIBS"
  
  		if test "${ac_cv_header_net_snmp_net_snmp_config_h+set}" = set; then
@@ -30240,7 +12196,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12941,27 +13547,22 @@
+@@ -12941,41 +13447,37 @@
  #include <net-snmp/net-snmp-config.h>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -30279,9 +12235,10 @@
    ac_header_compiler=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -12969,13 +13570,14 @@
- 
- ac_header_compiler=no
+ 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
@@ -30299,7 +12256,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -12984,24 +13586,22 @@
+@@ -12984,24 +13486,22 @@
  /* end confdefs.h.  */
  #include <net-snmp/net-snmp-config.h>
  _ACEOF
@@ -30335,7 +12292,7 @@
    ac_header_preproc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -13009,9 +13609,10 @@
+@@ -13009,9 +13509,10 @@
  
    ac_header_preproc=no
  fi
@@ -30348,7 +12305,7 @@
  
  # So?  What about this header?
  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-@@ -13035,31 +13636,29 @@
+@@ -13035,31 +13536,29 @@
  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;}
@@ -30388,7 +12345,7 @@
  if test "${ac_cv_func_register_mib+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -13086,56 +13685,46 @@
+@@ -13086,68 +13585,59 @@
  
  #undef register_mib
  
@@ -30462,9 +12419,10 @@
    ac_cv_func_register_mib=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -13143,11 +13732,12 @@
- 
- ac_cv_func_register_mib=no
+ 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 \
 +
@@ -30478,7 +12436,7 @@
  if test $ac_cv_func_register_mib = yes; then
    SNMP_SUBDIR="snmp"
  else
-@@ -13156,8 +13746,8 @@
+@@ -13156,8 +13646,8 @@
  				NET_SNMP_LISB="$NET_SNMP_LIBS -lwrap"
  				# fail autoconf's cache
  				unset ac_cv_func_register_mib
@@ -30489,7 +12447,7 @@
  if test "${ac_cv_func_register_mib+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -13184,56 +13774,46 @@
+@@ -13184,68 +13674,59 @@
  
  #undef register_mib
  
@@ -30563,9 +12521,10 @@
    ac_cv_func_register_mib=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -13241,11 +13821,12 @@
- 
- ac_cv_func_register_mib=no
+ 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 \
 +
@@ -30579,7 +12538,7 @@
  if test $ac_cv_func_register_mib = yes; then
    SNMP_SUBDIR="snmp"
  fi
-@@ -13261,14 +13842,14 @@
+@@ -13261,14 +13742,14 @@
  		LIBS="$LIBS_save"
  		CPPFLAGS="$CPPFLAGS_save"
  	fi
@@ -30600,7 +12559,7 @@
  		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;}
-@@ -13390,8 +13971,7 @@
+@@ -13390,8 +13871,7 @@
  fi
  
  
@@ -30610,7 +12569,53 @@
  
  
  
-@@ -13675,39 +14255,58 @@
+@@ -13616,7 +14096,7 @@
+ 
+ 
+ 
+-          ac_config_headers="$ac_config_headers config.h"
++ac_config_headers="$ac_config_headers config.h"
+ 
+ CPPFLAGS="-include \$(top_builddir)/config.h $CPPFLAGS"
+ EXTRA_KCFLAGS="-include $PWD/config.h $EXTRA_KCFLAGS"
+@@ -13624,30 +14104,30 @@
+ 
+ 
+ 
+-                                        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/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/ldlm/Makefile lustre/liblustre/Makefile lustre/liblustre/tests/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/scripts/version_tag.pl lustre/tests/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/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/ldlm/Makefile lustre/liblustre/Makefile lustre/liblustre/tests/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/scripts/version_tag.pl lustre/tests/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
+@@ -13675,39 +14155,58 @@
  
  # The following way of writing the cache mishandles newlines in values,
  # but we know of no workaround that is simple, portable, and efficient.
@@ -30661,15 +12666,17 @@
    sed '
 +     /^ac_cv_env_/b end
       t clear
-      : clear
+-     : clear
++     :clear
       s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
       t end
 -     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-      : end' >>confcache
+-     : 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" &&
@@ -30683,7 +12690,7 @@
    fi
  fi
  rm -f confcache
-@@ -13716,32 +14315,18 @@
+@@ -13716,32 +14215,18 @@
  # Let make expand exec_prefix.
  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  
@@ -30722,7 +12729,7 @@
  done
  LIBOBJS=$ac_libobjs
  
-@@ -14003,73 +14588,26 @@
+@@ -14003,17 +14488,45 @@
  ## M4sh Initialization.  ##
  ## --------------------- ##
  
@@ -30737,91 +12744,45 @@
    alias -g '${1+"$@"}'='"$@"'
 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 -  set -o posix
--fi
--DUALCASE=1; export DUALCASE # for MKS sh
--
--# Support unset when possible.
--if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
--  as_unset=unset
--else
--  as_unset=false
--fi
--
--
--# Work around bugs in pre-3.0 UWIN ksh.
--$as_unset ENV MAIL MAILPATH
--PS1='$ '
--PS2='> '
--PS4='+ '
--
--# NLS nuisances.
--for as_var in \
--  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
--  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
--  LC_TELEPHONE LC_TIME
--do
--  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
--    eval $as_var=C; export $as_var
--  else
--    $as_unset $as_var
--  fi
--done
--
--# Required to use basename.
--if expr a : '\(a\)' >/dev/null 2>&1; then
--  as_expr=expr
 +  setopt NO_GLOB_SUBST
- else
--  as_expr=false
--fi
++else
 +  case `(set -o) 2>/dev/null` in
 +  *posix*) set -o posix ;;
 +esac
- 
--if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
--  as_basename=basename
--else
--  as_basename=false
- fi
- 
- 
--# Name of the executable.
--as_me=`$as_basename "$0" ||
--$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
--	 X"$0" : 'X\(//\)$' \| \
--	 X"$0" : 'X\(/\)$' \| \
--	 .     : '\(.\)' 2>/dev/null ||
--echo X/"$0" |
--    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
--  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\/\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
- 
- 
--# PATH needs CR, and LINENO needs CR and PATH.
++
++fi
++
++
++
++
 +# PATH needs CR
- # Avoid depending upon Character Ranges.
- as_cr_letters='abcdefghijklmnopqrstuvwxyz'
- as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-@@ -14090,14 +14628,24 @@
-   rm -f conf$$.sh
- fi
- 
-+# Support unset when possible.
-+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-+  as_unset=unset
-+else
-+  as_unset=false
-+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.
-+
++# 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
+@@ -14023,8 +14536,43 @@
+ fi
+ 
+ 
 +# IFS
 +# We need space, tab and new line, in precisely that order.  Quoting is
 +# there to prevent editors from complaining about space-tab.
@@ -30832,80 +12793,76 @@
 +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
-@@ -14107,6 +14655,7 @@
-   test -z "$as_dir" && as_dir=.
-   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
- done
++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
-@@ -14116,100 +14665,161 @@
-     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; }; }
++
++     ;;
++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
--  case $CONFIG_SHELL in
--  '')
--    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-+
-+# Work around bugs in pre-3.0 UWIN ksh.
++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='+ '
-+
-+# NLS nuisances.
-+for as_var in \
-+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
-+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-+  LC_TELEPHONE LC_TIME
- do
--  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 '
-+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
-+    eval $as_var=C; export $as_var
-+  else
+ PS1='$ '
+ PS2='> '
+ PS4='+ '
+@@ -14038,18 +14586,19 @@
+   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.
+   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
-+
+   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
-+fi
-+
-+
-+# Name of the executable.
+   as_basename=basename
+ else
+   as_basename=false
+@@ -14057,159 +14606,120 @@
+ 
+ 
+ # Name of the executable.
+-as_me=`$as_basename "$0" ||
 +as_me=`$as_basename -- "$0" ||
-+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-+	 X"$0" : 'X\(//\)$' \| \
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ 	 X"$0" : 'X\(//\)$' \| \
+-	 X"$0" : 'X\(/\)$' \| \
+-	 .     : '\(.\)' 2>/dev/null ||
 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X/"$0" |
+ echo X/"$0" |
+-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
+-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
+-  	  /^X\/\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
 +	    s//\1/
 +	    q
@@ -30919,16 +12876,76 @@
 +	    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; }
@@ -30970,8 +12987,9 @@
 +      :lineno
        N
 -      s,$,-,
-       : loop
+-      : 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,-$,,
@@ -31039,16 +13057,16 @@
 -  # 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='cp -p'
--  else
-     as_ln_s='ln -s'
--  fi
++  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'
+     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
@@ -31060,7 +13078,7 @@
  
  if mkdir -p . 2>/dev/null; then
    as_mkdir_p=:
-@@ -14218,7 +14828,28 @@
+@@ -14218,7 +14728,28 @@
    as_mkdir_p=false
  fi
  
@@ -31090,7 +13108,7 @@
  
  # 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'"
-@@ -14227,31 +14858,14 @@
+@@ -14227,31 +14758,14 @@
  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  
  
@@ -31126,7 +13144,7 @@
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
-@@ -14259,30 +14873,20 @@
+@@ -14259,30 +14773,20 @@
    CONFIG_COMMANDS = $CONFIG_COMMANDS
    $ $0 $@
  
@@ -31165,7 +13183,7 @@
  ac_cs_usage="\
  \`$as_me' instantiates files from templates according to the
  current configuration.
-@@ -14290,7 +14894,7 @@
+@@ -14290,7 +14794,7 @@
  Usage: $0 [OPTIONS] [FILE]...
  
    -h, --help       print this help, then exit
@@ -31174,7 +13192,7 @@
    -q, --quiet      do not print progress messages
    -d, --debug      don't remove temporary files
        --recheck    update $as_me by reconfiguring in the same conditions
-@@ -14309,19 +14913,21 @@
+@@ -14309,19 +14813,21 @@
  $config_commands
  
  Report bugs to <bug-autoconf at gnu.org>."
@@ -31202,7 +13220,7 @@
  _ACEOF
  
  cat >>$CONFIG_STATUS <<\_ACEOF
-@@ -14332,39 +14938,24 @@
+@@ -14332,39 +14838,24 @@
  do
    case $1 in
    --*=*)
@@ -31248,7 +13266,7 @@
      debug=: ;;
    --file | --fil | --fi | --f )
      $ac_shift
-@@ -14374,18 +14965,24 @@
+@@ -14374,18 +14865,24 @@
      $ac_shift
      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
      ac_need_defaults=false;;
@@ -31278,7 +13296,7 @@
  
    esac
    shift
-@@ -14401,28 +14998,40 @@
+@@ -14401,149 +14898,161 @@
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF
  if \$ac_cs_recheck; then
@@ -31321,18 +13339,237 @@
  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/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/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/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/scripts/version_tag.pl" ) CONFIG_FILES="$CONFIG_FILES lustre/scripts/version_tag.pl" ;;
+-  "lustre/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES lustre/tests/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" ;;
-@@ -14536,14 +15145,14 @@
-   "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" ;;
++    "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/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/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/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/scripts/version_tag.pl") CONFIG_FILES="$CONFIG_FILES lustre/scripts/version_tag.pl" ;;
++    "lustre/tests/Makefile") CONFIG_FILES="$CONFIG_FILES lustre/tests/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;}
@@ -31344,7 +13581,7 @@
  # 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
-@@ -14555,483 +15164,625 @@
+@@ -14555,732 +15064,756 @@
  fi
  
  # Have a temporary directory for convenience.  Make it in the build tree
@@ -31644,6 +13881,30 @@
 -  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='%!_!# '
@@ -31754,23 +14015,12 @@
 +    { { 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
--      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
++  else
 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-     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"
+   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`
@@ -31793,7 +14043,7 @@
 +rm -f conf$$subs.sed
 +cat >>$CONFIG_STATUS <<_ACEOF
 +CEOF$ac_eof
-+_ACEOF
+ _ACEOF
 +
 +
 +ac_delim='%!_!# '
@@ -31904,13 +14154,9 @@
 +    { { 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_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
++  else
 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-       fi
--      ac_sed_frag=`expr $ac_sed_frag + 1`
--      ac_beg=$ac_end
--      ac_end=`expr $ac_end + $ac_max_sed_lines`
++  fi
 +done
 +
 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
@@ -31986,18 +14232,15 @@
 +   { (exit 1); exit 1; }; }
 +  else
 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-     fi
-   done
--  if test -z "$ac_sed_cmds"; then
--    ac_sed_cmds=cat
++  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
--fi # test -n "$CONFIG_FILES"
- 
++fi
++
 +cat >>$CONFIG_STATUS <<_ACEOF
 +cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
@@ -32016,7 +14259,7 @@
 +:end
 +s/|#_!!_#|//g
 +CEOF$ac_eof
- _ACEOF
++_ACEOF
 +
 +
 +# VPATH may cause trouble with some makes, so we remove $(srcdir),
@@ -32052,7 +14295,7 @@
 +do
 +  case $ac_tag in
 +  :[FHLC]) ac_mode=$ac_tag; continue;;
-+  esac
+   esac
 +  case $ac_mode$ac_tag in
 +  :[FHL]*:*);;
 +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
@@ -32060,7 +14303,7 @@
 +   { (exit 1); exit 1; }; };;
 +  :[FH]-) ac_tag=-:-;;
 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-   esac
++  esac
 +  ac_save_IFS=$IFS
 +  IFS=:
 +  set x $ac_tag
@@ -32123,6 +14366,11 @@
 -  	  /^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
@@ -32139,11 +14387,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
--  { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
++	  s/.*/./; q'`
 +  { as_dir="$ac_dir"
 +  case $as_dir in #(
 +  -*) as_dir=./$as_dir;;
@@ -32171,6 +14415,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 +	    s//\1/
 +	    q
@@ -32187,7 +14432,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
 +      test -d "$as_dir" && break
      done
 -    test ! -n "$as_dirs" || mkdir $as_dirs
@@ -32346,6 +14591,8 @@
 -echo "$as_me: error: cannot find input file: $f" >&2;}
 -   { (exit 1); exit 1; }; }
 -	 fi;;
+-      esac
+-    done` || { (exit 1); exit 1; }
 +case `sed -n '/datarootdir/ {
 +  p
 +  q
@@ -32360,8 +14607,8 @@
 +*@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
+ _ACEOF
+ cat >>$CONFIG_STATUS <<_ACEOF
 +  ac_datarootdir_hack='
 +  s&@datadir@&$datadir&g
 +  s&@docdir@&$docdir&g
@@ -32369,17 +14616,16 @@
 +  s&@localedir@&$localedir&g
 +  s&@mandir@&$mandir&g
 +    s&\\\${datarootdir}&$datarootdir&g' ;;
-       esac
--    done` || { (exit 1); exit 1; }
- _ACEOF
++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
++cat >>$CONFIG_STATUS <<_ACEOF
    sed "$ac_vpsub
  $extrasub
-@@ -15039,248 +15790,130 @@
+ _ACEOF
  cat >>$CONFIG_STATUS <<\_ACEOF
  :t
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
@@ -32401,6 +14647,14 @@
 -    cat $tmp/out
 -    rm -f $tmp/out
 -  fi
+-
+-done
+-_ACEOF
+-cat >>$CONFIG_STATUS <<\_ACEOF
+-
+-#
+-# CONFIG_HEADER section.
+-#
 +s&@configure_input@&$configure_input&;t t
 +s&@top_builddir@&$ac_top_builddir_sub&;t t
 +s&@srcdir@&$ac_srcdir&;t t
@@ -32414,9 +14668,19 @@
 +$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
  
--done
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
+-# 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'
 +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"; } &&
@@ -32425,53 +14689,10 @@
 +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
-+ ;;
-+  :H)
- #
--# CONFIG_HEADER section.
-+  # CONFIG_HEADER
- #
-+_ACEOF
- 
--# 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'
-+# 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=',;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".
--  case $ac_file in
++  rm -f "$tmp/stdin"
+   case $ac_file in
 -  - | *:- | *:-:* ) # input from stdin
 -	cat >$tmp/stdin
 -	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
@@ -32479,7 +14700,9 @@
 -  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 -  * )   ac_file_in=$ac_file.in ;;
--  esac
++  -) 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;}
@@ -32515,8 +14738,12 @@
 -  # Remove the trailing spaces.
 -  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
 -
--_ACEOF
-+ac_dD=' ,'
++ ;;
++  :H)
++  #
++  # CONFIG_HEADER
++  #
+ _ACEOF
  
 -# Transform confdefs.h into two sed scripts, `conftest.defines' and
 -# `conftest.undefs', that substitutes the proper values into
@@ -32533,15 +14760,7 @@
 -# 0-ary CPP macros) applies to n-ary macro definitions.
 -# See the Autoconf documentation for `clear'.
 -cat >confdef2sed.sed <<\_ACEOF
-+uniq confdefs.h |
-+  sed -n '
-+	t rset
-+	:rset
-+	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
-+	t ok
-+	d
-+	:ok
- s/[\\&,]/\\&/g
+-s/[\\&,]/\\&/g
 -s,[\\$`],\\&,g
 -t clear
 -: clear
@@ -32556,11 +14775,40 @@
 -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
++# 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=' ,'
+ 
+-# This sed command replaces #undef with comments.  This is necessary, for
++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
- 
--# This sed command replaces #undef with comments.  This is necessary, for
++
 +# 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
@@ -32725,7 +14973,7 @@
  # Compute $ac_file's index in $config_headers.
  _am_stamp_count=1
  for _am_header in $config_headers :; do
-@@ -15291,135 +15924,39 @@
+@@ -15291,135 +15824,39 @@
        _am_stamp_count=`expr $_am_stamp_count + 1` ;;
    esac
  done
@@ -32742,23 +14990,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-   	  s/.*/./; q'`/stamp-h$_am_stamp_count
+-  	  s/.*/./; q'`/stamp-h$_am_stamp_count
 -done
 -_ACEOF
 -cat >>$CONFIG_STATUS <<\_ACEOF
@@ -32831,6 +15063,23 @@
 -    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
@@ -32870,10 +15119,11 @@
 -  [\\/]* | ?:[\\/]* ) 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
++  esac
  
  
 -  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
@@ -32885,7 +15135,7 @@
    # 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.
-@@ -15429,17 +15966,28 @@
+@@ -15429,18 +15866,29 @@
    # 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
@@ -32902,6 +15152,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 +	    s//\1/
 +	    q
@@ -32918,10 +15169,11 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
    else
      continue
-@@ -15468,53 +16016,79 @@
+   fi
+@@ -15468,53 +15916,79 @@
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
      # Make sure the directory exists.
      test -f "$dirpart/$file" && continue
@@ -32938,6 +15190,11 @@
 -  	  /^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
@@ -32954,11 +15211,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
--    { if $as_mkdir_p; then
--    mkdir -p $dirpart/$fdir
--  else
--    as_dir=$dirpart/$fdir
++	  s/.*/./; q'`
 +    { as_dir=$dirpart/$fdir
 +  case $as_dir in #(
 +  -*) as_dir=./$as_dir;;
@@ -32986,6 +15239,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 +	    s//\1/
 +	    q
@@ -33002,7 +15256,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
 +      test -d "$as_dir" && break
      done
 -    test ! -n "$as_dirs" || mkdir $as_dirs
@@ -33028,7 +15282,7 @@
  
  { (exit 0); exit 0; }
  _ACEOF
-@@ -15551,7 +16125,10 @@
+@@ -15551,7 +16025,10 @@
    # Remove --cache-file and --srcdir arguments so they do not pile up.
    ac_sub_configure_args=
    ac_prev=
@@ -33040,7 +15294,7 @@
      if test -n "$ac_prev"; then
        ac_prev=
        continue
-@@ -15574,123 +16151,123 @@
+@@ -15574,123 +16051,123 @@
        ac_prev=prefix ;;
      -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
        ;;
@@ -33111,6 +15365,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 +	    s//\1/
 +	    q
@@ -33127,7 +15382,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
 +      test -d "$as_dir" && break
      done
 -    test ! -n "$as_dirs" || mkdir $as_dirs
@@ -33249,7 +15504,7 @@
      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;}
-@@ -15702,21 +16279,21 @@
+@@ -15702,21 +16179,21 @@
        # Make the cache file name correct relative to the subdirectory.
        case $cache_file in
        [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
@@ -33278,9 +15533,9 @@
    done
  fi
  
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/aclocal.m4 lustre-1.6.2/ldiskfs/aclocal.m4
---- orig/lustre-1.6.2/ldiskfs/aclocal.m4	2007-08-30 00:30:04.000000000 +0200
-+++ lustre-1.6.2/ldiskfs/aclocal.m4	2007-09-14 13:58:37.000000000 +0200
+diff -urNad lustre-1.6.2~/ldiskfs/aclocal.m4 lustre-1.6.2/ldiskfs/aclocal.m4
+--- lustre-1.6.2~/ldiskfs/aclocal.m4	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/ldiskfs/aclocal.m4	2007-09-27 10:14:33.191385495 +0200
 @@ -1,4 +1,4 @@
 -# generated automatically by aclocal 1.7.8 -*- Autoconf -*-
 +# generated automatically by aclocal 1.7.9 -*- Autoconf -*-
@@ -33295,6 +15550,43 @@
 +	 [AM_AUTOMAKE_VERSION([1.7.9])])
  
  # Helper functions for option handling.                    -*- Autoconf -*-
+ 
+@@ -1304,21 +1304,21 @@
+ fi
+ 
+ # FIXME
+-AC_CHECK_DECL([__i386__], [], [
+-
+-if test x$enable_bgl != xyes; then
+-AC_MSG_CHECKING([if $CC accepts -m64])
+-CC_save="$CC"
+-CC="$CC -m64"
+-AC_TRY_COMPILE([],[],[
+-	AC_MSG_RESULT([yes])
+-],[
+-	AC_MSG_RESULT([no])
+-	CC="$CC_save"
+-])
+-fi
+-
+-])
++#AC_CHECK_DECL([__i386__], [], [
++#
++#if test x$enable_bgl != xyes; then
++#AC_MSG_CHECKING([if $CC accepts -m64])
++#CC_save="$CC"
++#CC="$CC -m64"
++#AC_TRY_COMPILE([],[],[
++#	AC_MSG_RESULT([yes])
++#],[
++#	AC_MSG_RESULT([no])
++#	CC="$CC_save"
++#])
++#fi
++#
++#])
+ 
+ CPPFLAGS="-I\$(top_builddir)/lnet/include -I\$(top_srcdir)/lnet/include -I\$(top_builddir)/lustre/include -I\$(top_srcdir)/lustre/include $CPPFLAGS"
  
 @@ -1454,6 +1454,1481 @@
  _ACEOF
@@ -34904,31 +17196,24 @@
 +		set_cpus_allowed(&t, m);
 +	],[
 +		AC_DEFINE(CPU_AFFINITY, 1, [kernel has cpu affinity support])
- 	AC_MSG_RESULT([yes])
--	AC_DEFINE_UNQUOTED([AS_TR_CPP([HAVE_$ac_func])]) $2
- ],[
--	AC_MSG_RESULT([no]) $3
--])dnl
--done
++		AC_MSG_RESULT([yes])
++	],[
 +		AC_MSG_RESULT([no (no kernel support)])
 +	])
 +fi
- ])
- 
- #
--# LB_DARWIN_CONDITIONALS
++])
++
++#
 +# LN_CONFIG_PORTALS
- #
--# AM_CONDITIONALs for darwin
++#
 +# configure support for Portals
- #
--AC_DEFUN([LB_DARWIN_CONDITIONALS],
++#
 +AC_DEFUN([LN_CONFIG_PORTALS],
 +[AC_MSG_CHECKING([for portals])
 +AC_ARG_WITH([portals],
 +  	AC_HELP_STRING([--with-portals=path],
 +                       [set path to portals]),
- [
++        [
 +		case $with_portals in
 +			no)     ENABLEPORTALS=0
 +				;;
@@ -34951,17 +17236,13 @@
 +        PTLLNDCPPFLAGS="-I${PORTALS}/include"
 +fi
 +AC_SUBST(PTLLNDCPPFLAGS)
- ])
- 
- #
--# LB_PROG_DARWIN
++])
++
++#
 +# LN_CONFIG_BACKOFF
- #
--# darwin tests
++#
 +# check if tunable tcp backoff is available/wanted
- #
--AC_DEFUN([LB_PROG_DARWIN],
--[kernel_framework="/System/Library/Frameworks/Kernel.framework"
++#
 +AC_DEFUN([LN_CONFIG_BACKOFF],
 +[AC_MSG_CHECKING([for tunable backoff TCP support])
 +AC_ARG_ENABLE([backoff],
@@ -34981,14 +17262,9 @@
 +fi
 +])
 +
- #
--# FIXME: there should be a better way to get these than hard coding them
++#
 +# LN_CONFIG_PANIC_DUMPLOG
- #
--case $target_cpu in 
--	powerpc*)
--		EXTRA_KCFLAGS="$EXTRA_KCFLAGS -arch ppc -mtune=G4 -mlong-branch"
--		EXTRA_KLDFLAGS="-arch ppc"
++#
 +# check if tunable panic_dumplog is wanted
 +#
 +AC_DEFUN([LN_CONFIG_PANIC_DUMPLOG],
@@ -35020,7 +17296,8 @@
 +
 +PTLLND=""
 +if test $ENABLEPORTALS -ne 0; then
-+	AC_MSG_RESULT([yes])
+ 	AC_MSG_RESULT([yes])
+-	AC_DEFINE_UNQUOTED([AS_TR_CPP([HAVE_$ac_func])]) $2
 +	PTLLND="ptllnd"
 +else
 +	AC_MSG_RESULT([no])
@@ -35136,14 +17413,11 @@
 +	[
 +	        case $with_gm in
 +                no)    ENABLE_GM=0
- 		;;
--	i?86 | x86_64)
--		EXTRA_KCFLAGS="$EXTRA_KCFLAGS -arch i386"
--		EXTRA_KLDFLAGS="-arch i386"
++	               ;;
 +                *)     ENABLE_GM=1
 +                       GM_SRC="$with_gm"
- 		;;
- esac
++		       ;;
++                esac
 +        ],[
 +                ENABLE_GM=0
 +        ])
@@ -35226,31 +17500,10 @@
 +AC_SUBST(GMLND)
 +])
 +
- 
--# 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
++
++#
 +# LN_CONFIG_MX
- #
--case $target_os in
--        darwin8*)
--                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -D__DARWIN8__"
++#
 +AC_DEFUN([LN_CONFIG_MX],
 +[AC_MSG_CHECKING([whether to enable Myrinet MX support])
 +# set default
@@ -35261,15 +17514,13 @@
 +       [
 +               case $with_mx in
 +               yes)    ENABLEMX=2
- 	;;
--        darwin7*)
--                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -ffix-and-continue"
++                       ;;
 +               no)     ENABLEMX=0
 +                       ;;
 +               *)      MXPATH=$with_mx
 +                       ENABLEMX=3
-         ;;
- esac
++                       ;;
++               esac
 +       ],[
 +               ENABLEMX=1
 +       ])
@@ -35328,15 +17579,10 @@
 +])
 +
 +
- 
- #
--# Debugging flags. Remove!
++
++#
 +# LN_CONFIG_O2IB
- #
--EXTRA_KCFLAGS="$EXTRA_KCFLAGS -O0 -DMACH_ASSERT=1"
--EXTRA_KLDFLAGS="$EXTRA_KLDFLAGS -static -nostdlib -r"
--EXTRA_KLIBS="-lkmodc++ -lkmod -lcc_kext"
--KMODEXT=""
++#
 +AC_DEFUN([LN_CONFIG_O2IB],[
 +AC_MSG_CHECKING([whether to enable OpenIB gen2 support])
 +# set default
@@ -35391,9 +17637,7 @@
 +	        struct ib_qp_attr           qp_attr;
 +		struct ib_pool_fmr          pool_fmr;	        
 +		enum   ib_cm_rej_reason     rej_reason;
- 
--AC_SUBST(EXTRA_KLDFLAGS)
--AC_SUBST(EXTRA_KLIBS)
++
 +		cm_id = rdma_create_id(NULL, NULL, RDMA_PS_TCP);
 +		return PTR_ERR(cm_id);
 +	],[
@@ -35410,34 +17654,25 @@
 +		O2IBLND=""
 +		O2IBCPPFLAGS=""
 +	])
- 
--kextdir='/System/Library/Extensions/$(firstword $(macos_PROGRAMS)).kext'
--plistdir='$(kextdir)/Contents'
--macosdir='$(plistdir)/MacOS'
++
 +	IB_DMA_MAP="`grep -c ib_dma_map_single ${O2IBPATH}/include/rdma/ib_verbs.h`"
 +	if test "$IB_DMA_MAP" != 0 ; then
 +		IBLND_OFED_VERSION="102"
 +	else
 +		IBLND_OFED_VERSION="101"
 +	fi
- 
--AC_SUBST(kextdir)
--AC_SUBST(plistdir)
--AC_SUBST(macosdir)
++
 +        AC_DEFINE_UNQUOTED(IBLND_OFED_VERSION, $IBLND_OFED_VERSION,
 +			   [OFED version])
- 
--LN_PROG_DARWIN
++
 +	EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
 +fi
- 
--LP_PROG_DARWIN
++
 +AC_SUBST(EXTRA_LNET_INCLUDE)
 +AC_SUBST(O2IBCPPFLAGS)
 +AC_SUBST(O2IBLND)
 +])
- 
--LC_PROG_DARWIN
++
 +#
 +# LN_CONFIG_OPENIB
 +#
@@ -35760,7 +17995,10 @@
 +LB_LINUX_TRY_COMPILE([
 +	#include <linux/types.h>
 +	#include <rapl.h>
-+],[
+ ],[
+-	AC_MSG_RESULT([no]) $3
+-])dnl
+-done
 +        RAP_RETURN          rc;
 +	RAP_PVOID           dev_handle;
 +
@@ -35778,13 +18016,16 @@
 +EXTRA_KCFLAGS="$EXTRA_KCFLAGS_save"
 +AC_SUBST(RACPPFLAGS)
 +AC_SUBST(RALND)
-+])
-+
-+#
+ ])
+ 
+ #
+-# LB_DARWIN_CONDITIONALS
 +# LN_STRUCT_PAGE_LIST
-+#
+ #
+-# AM_CONDITIONALs for darwin
 +# 2.6.4 no longer has page->list
-+#
+ #
+-AC_DEFUN([LB_DARWIN_CONDITIONALS],
 +AC_DEFUN([LN_STRUCT_PAGE_LIST],
 +[AC_MSG_CHECKING([if struct page has a list field])
 +LB_LINUX_TRY_COMPILE([
@@ -36051,14 +18292,18 @@
 +# default paths for installed files
 +#
 +AC_DEFUN([LN_PATH_DEFAULTS],
-+[
-+])
-+
-+#
+ [
+ ])
+ 
+ #
+-# LB_PROG_DARWIN
 +# LN_CONFIGURE
-+#
+ #
+-# darwin tests
 +# other configure checks
-+#
+ #
+-AC_DEFUN([LB_PROG_DARWIN],
+-[kernel_framework="/System/Library/Frameworks/Kernel.framework"
 +AC_DEFUN([LN_CONFIGURE],
 +[# lnet/utils/portals.c
 +AC_CHECK_HEADERS([netdb.h netinet/tcp.h asm/types.h endian.h sys/ioctl.h])
@@ -36077,9 +18322,20 @@
 +
 +# --------  Check for required packages  --------------
 +
-+#
+ #
+-# FIXME: there should be a better way to get these than hard coding them
 +# LC_CONFIG_READLINE
-+#
+ #
+-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
 +# Build with readline
 +#
 +AC_MSG_CHECKING([whether to enable readline support])
@@ -36203,10 +18459,35 @@
 +LN_CONFIG_UPTLLND
 +LN_CONFIG_USOCKLND
 +])
-+
-+#
+ 
+-# 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
 +# LN_CONDITIONALS
-+#
+ #
+-case $target_os in
+-        darwin8*)
+-                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -D__DARWIN8__"
+-	;;
+-        darwin7*)
+-                EXTRA_KCFLAGS="$EXTRA_KCFLAGS -ffix-and-continue"
+-        ;;
 +# AM_CONDITOINAL defines for lnet
 +#
 +AC_DEFUN([LN_CONDITIONALS],
@@ -36286,12 +18567,17 @@
 +lnet/libcfs/darwin/Makefile
 +])
 +		;;
-+esac
+ esac
 +])
-+
-+#
+ 
+ #
+-# Debugging flags. Remove!
 +# LS_CONFIGURE
-+#
+ #
+-EXTRA_KCFLAGS="$EXTRA_KCFLAGS -O0 -DMACH_ASSERT=1"
+-EXTRA_KLDFLAGS="$EXTRA_KLDFLAGS -static -nostdlib -r"
+-EXTRA_KLIBS="-lkmodc++ -lkmod -lcc_kext"
+-KMODEXT=""
 +# configure bits for lustre-snmp
 +#
 +AC_DEFUN([LS_CONFIGURE],
@@ -36301,19 +18587,28 @@
 +		       [require SNMP support (default=auto)]),
 +	[],[enable_snmp='auto'])
 +AC_MSG_RESULT([$enable_snmp])
-+
+ 
+-AC_SUBST(EXTRA_KLDFLAGS)
+-AC_SUBST(EXTRA_KLIBS)
 +if test x$enable_snmp != xno ; then
 +	AC_CHECK_PROG([NET_SNMP_CONFIG], [net-snmp-config], [net-snmp-config])
 +	if test "$NET_SNMP_CONFIG" ; then
 +		NET_SNMP_CFLAGS=$($NET_SNMP_CONFIG --base-cflags)
 +		NET_SNMP_LIBS=$($NET_SNMP_CONFIG --agent-libs)
-+
+ 
+-kextdir='/System/Library/Extensions/$(firstword $(macos_PROGRAMS)).kext'
+-plistdir='$(kextdir)/Contents'
+-macosdir='$(plistdir)/MacOS'
 +		CPPFLAGS_save="$CPPFLAGS"
 +		CPPFLAGS="$CPPFLAGS $NET_SNMP_CFLAGS"
-+
+ 
+-AC_SUBST(kextdir)
+-AC_SUBST(plistdir)
+-AC_SUBST(macosdir)
 +		LIBS_save="$LIBS"
 +		LIBS="$LIBS $NET_SNMP_LIBS"
-+
+ 
+-LN_PROG_DARWIN
 +		AC_CHECK_HEADER([net-snmp/net-snmp-config.h],[
 +			AC_CHECK_FUNC([register_mib],[SNMP_SUBDIR="snmp"],[
 +				LIBS="$LIBS -lwrap"
@@ -36323,7 +18618,8 @@
 +				AC_CHECK_FUNC([register_mib],[SNMP_SUBDIR="snmp"])
 +			])
 +		])
-+
+ 
+-LP_PROG_DARWIN
 +		LIBS="$LIBS_save"
 +		CPPFLAGS="$CPPFLAGS_save"
 +	fi
@@ -36337,7 +18633,8 @@
 +		fi
 +	fi
 +fi
-+
+ 
+-LC_PROG_DARWIN
 +agentdir='${pkglibdir}/snmp'
 +mibdir='${pkgdatadir}/snmp/mibs'
 +
@@ -36359,10 +18656,91 @@
 +])
  ])
  
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/autom4te.cache/output.0 lustre-1.6.2/ldiskfs/autom4te.cache/output.0
---- orig/lustre-1.6.2/ldiskfs/autom4te.cache/output.0	1970-01-01 00:00:00.000000000 +0000
-+++ lustre-1.6.2/ldiskfs/autom4te.cache/output.0	2007-09-14 13:58:38.000000000 +0200
-@@ -0,0 +1,7382 @@
+diff -urNad lustre-1.6.2~/ldiskfs/autoMakefile.in lustre-1.6.2/ldiskfs/autoMakefile.in
+--- lustre-1.6.2~/ldiskfs/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/ldiskfs/autoMakefile.in	2007-09-27 10:14:33.192385343 +0200
+@@ -1,4 +1,4 @@
+-# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
++# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
+ # @configure_input@
+ 
+ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+@@ -66,6 +66,7 @@
+ EGREP = @EGREP@
+ EXEEXT = @EXEEXT@
+ EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
++GREP = @GREP@
+ INCLUDE_RULES = @INCLUDE_RULES@
+ INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+@@ -116,8 +117,6 @@
+ 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@
+@@ -130,12 +129,16 @@
+ 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@
+@@ -143,14 +146,17 @@
+ 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@
+@@ -197,8 +203,8 @@
+ 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
+ 
+@@ -486,7 +492,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+diff -urNad lustre-1.6.2~/ldiskfs/autom4te.cache/output.0 lustre-1.6.2/ldiskfs/autom4te.cache/output.0
+--- lustre-1.6.2~/ldiskfs/autom4te.cache/output.0	1970-01-01 01:00:00.000000000 +0100
++++ lustre-1.6.2/ldiskfs/autom4te.cache/output.0	2007-09-27 10:14:33.198384428 +0200
+@@ -0,0 +1,7282 @@
 +@%:@! /bin/sh
 +@%:@ Guess values for system-dependent variables and create Makefiles.
 +@%:@ Generated by GNU Autoconf 2.61 for Lustre ldiskfs 3.0.0.
@@ -40994,121 +23372,21 @@
 +fi
 +
 +# FIXME
-+{ echo "$as_me:$LINENO: checking whether __i386__ is declared" >&5
-+echo $ECHO_N "checking whether __i386__ is declared... $ECHO_C" >&6; }
-+if test "${ac_cv_have_decl___i386__+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+int
-+main ()
-+{
-+#ifndef __i386__
-+  (void) __i386__;
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+  (eval "$ac_compile") 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && {
-+	 test -z "$ac_c_werror_flag" ||
-+	 test ! -s conftest.err
-+       } && test -s conftest.$ac_objext; then
-+  ac_cv_have_decl___i386__=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+	ac_cv_have_decl___i386__=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl___i386__" >&5
-+echo "${ECHO_T}$ac_cv_have_decl___i386__" >&6; }
-+if test $ac_cv_have_decl___i386__ = yes; then
-+  :
-+else
-+  
-+
-+if test x$enable_bgl != xyes; then
-+{ echo "$as_me:$LINENO: checking if $CC accepts -m64" >&5
-+echo $ECHO_N "checking if $CC accepts -m64... $ECHO_C" >&6; }
-+CC_save="$CC"
-+CC="$CC -m64"
-+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); } && {
-+	 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; }
-+
-+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; }
-+	CC="$CC_save"
-+
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+
-+
-+fi
-+
++#AC_CHECK_DECL([__i386__], [], [
++#
++#if test x$enable_bgl != xyes; then
++#AC_MSG_CHECKING([if $CC accepts -m64])
++#CC_save="$CC"
++#CC="$CC -m64"
++#AC_TRY_COMPILE([],[],[
++#	AC_MSG_RESULT([yes])
++#],[
++#	AC_MSG_RESULT([no])
++#	CC="$CC_save"
++#])
++#fi
++#
++#])
 +
 +CPPFLAGS="-I\$(top_builddir)/lnet/include -I\$(top_srcdir)/lnet/include -I\$(top_builddir)/lustre/include -I\$(top_srcdir)/lustre/include $CPPFLAGS"
 +
@@ -43745,9 +26023,9 @@
 +  $ac_cs_success || { (exit 1); exit 1; }
 +fi
 +
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/autom4te.cache/requests lustre-1.6.2/ldiskfs/autom4te.cache/requests
---- orig/lustre-1.6.2/ldiskfs/autom4te.cache/requests	1970-01-01 00:00:00.000000000 +0000
-+++ lustre-1.6.2/ldiskfs/autom4te.cache/requests	2007-09-14 13:58:40.000000000 +0200
+diff -urNad lustre-1.6.2~/ldiskfs/autom4te.cache/requests lustre-1.6.2/ldiskfs/autom4te.cache/requests
+--- lustre-1.6.2~/ldiskfs/autom4te.cache/requests	1970-01-01 01:00:00.000000000 +0100
++++ lustre-1.6.2/ldiskfs/autom4te.cache/requests	2007-09-27 10:14:33.198384428 +0200
 @@ -0,0 +1,64 @@
 +# This file was generated by Autom4te Wed Jan 17 19:57:31 PST 2007.
 +# It contains the lists of macros which have been traced.
@@ -43766,15 +26044,15 @@
 +                        'configure.ac'
 +                      ],
 +                      {
++                        '_LT_AC_TAGCONFIG' => 1,
 +                        'AM_PROG_F77_C_O' => 1,
-+                        '_LT_AC_TAGCONFIG' => 1,
++                        'AC_INIT' => 1,
 +                        'm4_pattern_forbid' => 1,
-+                        'AC_INIT' => 1,
 +                        'AC_CANONICAL_TARGET' => 1,
++                        'AC_SUBST' => 1,
 +                        'AC_CONFIG_LIBOBJ_DIR' => 1,
-+                        'AC_SUBST' => 1,
++                        'AC_FC_SRCEXT' => 1,
 +                        'AC_CANONICAL_HOST' => 1,
-+                        'AC_FC_SRCEXT' => 1,
 +                        'AC_PROG_LIBTOOL' => 1,
 +                        'AM_INIT_AUTOMAKE' => 1,
 +                        'AC_CONFIG_SUBDIRS' => 1,
@@ -43782,8 +26060,8 @@
 +                        'LT_CONFIG_LTDL_DIR' => 1,
 +                        'AC_REQUIRE_AUX_FILE' => 1,
 +                        'AC_CONFIG_LINKS' => 1,
++                        'm4_sinclude' => 1,
 +                        'LT_SUPPORTED_TAG' => 1,
-+                        'm4_sinclude' => 1,
 +                        'AM_MAINTAINER_MODE' => 1,
 +                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
 +                        '_m4_warn' => 1,
@@ -43800,11 +26078,11 @@
 +                        'AH_OUTPUT' => 1,
 +                        '_AM_SUBST_NOTMAKE' => 1,
 +                        'AC_CONFIG_AUX_DIR' => 1,
++                        'sinclude' => 1,
++                        'AM_PROG_CC_C_O' => 1,
 +                        'm4_pattern_allow' => 1,
-+                        'AM_PROG_CC_C_O' => 1,
-+                        'sinclude' => 1,
++                        'AC_CANONICAL_SYSTEM' => 1,
 +                        'AM_CONDITIONAL' => 1,
-+                        'AC_CANONICAL_SYSTEM' => 1,
 +                        'AC_CONFIG_HEADERS' => 1,
 +                        'AC_DEFINE_TRACE_LITERAL' => 1,
 +                        'm4_include' => 1,
@@ -43813,10 +26091,10 @@
 +                    ], 'Autom4te::Request' )
 +           );
 +
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/autom4te.cache/traces.0 lustre-1.6.2/ldiskfs/autom4te.cache/traces.0
---- orig/lustre-1.6.2/ldiskfs/autom4te.cache/traces.0	1970-01-01 00:00:00.000000000 +0000
-+++ lustre-1.6.2/ldiskfs/autom4te.cache/traces.0	2007-09-14 13:58:38.000000000 +0200
-@@ -0,0 +1,577 @@
+diff -urNad lustre-1.6.2~/ldiskfs/autom4te.cache/traces.0 lustre-1.6.2/ldiskfs/autom4te.cache/traces.0
+--- lustre-1.6.2~/ldiskfs/autom4te.cache/traces.0	1970-01-01 01:00:00.000000000 +0100
++++ lustre-1.6.2/ldiskfs/autom4te.cache/traces.0	2007-09-27 10:14:33.199384275 +0200
+@@ -0,0 +1,571 @@
 +m4trace:aclocal.m4:43: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 +m4trace:configure.ac:3: -1- AC_INIT([Lustre ldiskfs], [3.0.0], [https://bugzilla.lustre.org/])
 +m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
@@ -44198,12 +26476,6 @@
 +m4trace:configure.ac:17: -1- m4_pattern_allow([^SIZEOF_UNSIGNED_LONG_LONG$])
 +m4trace:configure.ac:17: -1- AH_OUTPUT([SIZEOF_UNSIGNED_LONG_LONG], [/* The size of `unsigned long long\', as computed by sizeof. */
 +#undef SIZEOF_UNSIGNED_LONG_LONG])
-+m4trace:configure.ac:17: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
-+You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
-+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
-+../../lib/autoconf/general.m4:2530: AC_CHECK_DECL is expanded from...
-+aclocal.m4:1266: LB_PROG_CC is expanded from...
-+configure.ac:17: the top level])
 +m4trace:configure.ac:17: -1- AC_SUBST([LLCPPFLAGS])
 +m4trace:configure.ac:17: -1- AC_SUBST_TRACE([LLCPPFLAGS])
 +m4trace:configure.ac:17: -1- m4_pattern_allow([^LLCPPFLAGS$])
@@ -44394,90 +26666,9 @@
 +m4trace:configure.ac:99: -1- AC_SUBST_TRACE([abs_builddir])
 +m4trace:configure.ac:99: -1- AC_SUBST_TRACE([abs_top_builddir])
 +m4trace:configure.ac:99: -1- AC_SUBST_TRACE([INSTALL])
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/autoMakefile.in lustre-1.6.2/ldiskfs/autoMakefile.in
---- orig/lustre-1.6.2/ldiskfs/autoMakefile.in	2007-08-30 00:30:06.000000000 +0200
-+++ lustre-1.6.2/ldiskfs/autoMakefile.in	2007-09-14 13:58:39.000000000 +0200
-@@ -1,4 +1,4 @@
--# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
-+# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
- # @configure_input@
- 
- # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-@@ -66,6 +66,7 @@
- EGREP = @EGREP@
- EXEEXT = @EXEEXT@
- EXTRA_KCFLAGS = @EXTRA_KCFLAGS@
-+GREP = @GREP@
- INCLUDE_RULES = @INCLUDE_RULES@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -116,8 +117,6 @@
- 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@
-@@ -130,12 +129,16 @@
- 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@
-@@ -143,14 +146,17 @@
- 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@
-@@ -197,8 +203,8 @@
- 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
- 
-@@ -486,7 +492,7 @@
- installcheck: installcheck-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
--	  INSTALL_STRIP_FLAG=-s \
-+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- 	  `test -z '$(STRIP)' || \
- 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/config.h.in lustre-1.6.2/ldiskfs/config.h.in
---- orig/lustre-1.6.2/ldiskfs/config.h.in	2007-08-30 00:30:05.000000000 +0200
-+++ lustre-1.6.2/ldiskfs/config.h.in	2007-09-14 13:50:45.000000000 +0200
+diff -urNad lustre-1.6.2~/ldiskfs/config.h.in lustre-1.6.2/ldiskfs/config.h.in
+--- lustre-1.6.2~/ldiskfs/config.h.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/ldiskfs/config.h.in	2007-09-27 10:14:33.199384275 +0200
 @@ -57,7 +57,7 @@
  /* Define to the version of this package. */
  #undef PACKAGE_VERSION
@@ -44487,9 +26678,9 @@
  #undef SIZEOF_UNSIGNED_LONG_LONG
  
  /* Define to 1 if you have the ANSI C header files. */
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/configure lustre-1.6.2/ldiskfs/configure
---- orig/lustre-1.6.2/ldiskfs/configure	2007-08-30 00:30:07.000000000 +0200
-+++ lustre-1.6.2/ldiskfs/configure	2007-09-14 13:58:40.000000000 +0200
+diff -urNad lustre-1.6.2~/ldiskfs/configure lustre-1.6.2/ldiskfs/configure
+--- lustre-1.6.2~/ldiskfs/configure	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/ldiskfs/configure	2007-09-27 10:14:33.208382902 +0200
 @@ -1,27 +1,56 @@
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
@@ -44636,6 +26827,7 @@
 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 -  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\/\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
 +	    s//\1/
 +	    q
@@ -44648,7 +26840,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
  
 +# CDPATH.
 +$as_unset CDPATH
@@ -44668,15 +26860,17 @@
 -  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
--    PATH_SEPARATOR=:
++else
 +  as_have_required=no
-   fi
--  rm -f conf$$.sh
-+
+ fi
+ 
 +  if test $as_have_required = yes && 	 (eval ":
 +(as_func_return () {
 +  (exit \$1)
@@ -44693,19 +26887,6 @@
 +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
  
 -  as_lineno_1=$LINENO
 -  as_lineno_2=$LINENO
@@ -44723,11 +26904,12 @@
 -  test -z "$as_dir" && as_dir=.
 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 -done
-+if as_func_ret_success; then
++exitcode=0
++if as_func_success; then
 +  :
 +else
 +  exitcode=1
-+  echo as_func_ret_success failed.
++  echo as_func_success failed.
 +fi
  
 -       ;;
@@ -44736,22 +26918,36 @@
 -  # 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 test ! -f "$as_myself"; then
--    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
--   { (exit 1); exit 1; }; }
++fi
 +
 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 +  :
 +else
 +  exitcode=1
 +  echo positional parameters were not saved.
-   fi
--  case $CONFIG_SHELL in
--  '')
++fi
 +
 +test \$exitcode = 0) || { (exit 1); exit 1; }
 +
@@ -44770,7 +26966,8 @@
    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
++  case $as_dir in
  	 /*)
 -	   if ("$as_dir/$as_base" -c '
 +	   for as_base in sh bash ksh sh5; do
@@ -44885,6 +27082,10 @@
 -	     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
@@ -44894,14 +27095,12 @@
 +
 +fi
 +
-        done
++      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
--;;
--  esac
++        done
 +        export CONFIG_SHELL
 +        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 +fi
@@ -45011,8 +27210,9 @@
 +      :lineno
        N
 -      s,$,-,
-       : loop
+-      : 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,-$,,
@@ -45078,16 +27278,16 @@
 -  # 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='cp -p'
--  else
-     as_ln_s='ln -s'
--  fi
++  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'
+     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
@@ -45212,11 +27412,12 @@
 -#else
 -# if HAVE_STDINT_H
 -#  include <stdint.h>
- # endif
+-# endif
+ #endif
+-#if HAVE_UNISTD_H
 +#ifdef HAVE_STDINT_H
 +# include <stdint.h>
- #endif
--#if HAVE_UNISTD_H
++#endif
 +#ifdef HAVE_UNISTD_H
  # include <unistd.h>
  #endif"
@@ -45638,6 +27839,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 +	    s//\1/
 +	    q
@@ -45654,7 +27856,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
    srcdir=$ac_confdir
 -  if test ! -r $srcdir/$ac_unique_file; then
 +  if test ! -r "$srcdir/$ac_unique_file"; then
@@ -45668,12 +27870,13 @@
 -    { 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
++  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     { (exit 1); exit 1; }; }
-   fi
--fi
+-  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"
@@ -46084,7 +28287,7 @@
        done | sort
        echo
      fi
-@@ -1162,15 +1623,15 @@
+@@ -1162,26 +1623,24 @@
  ## ----------- ##
  _ASBOX
        echo
@@ -46101,9 +28304,11 @@
 +  rm -f core *.core core.conftest.* &&
 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
      exit $exit_status
-      ' 0
+-     ' 0
++' 0
  for ac_signal in 1 2 13 15; do
-@@ -1179,9 +1640,7 @@
+   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.
@@ -46121,13 +28326,14 @@
 -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
--    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
--  fi
++else
 +  set x "$ac_default_prefix/share/config.site" \
 +	"$ac_default_prefix/etc/config.site"
  fi
@@ -46665,6 +28871,7 @@
 +echo "${ECHO_T}no" >&6; }
  fi
  
+-  STRIP=$ac_ct_STRIP
 +  if test "x$ac_ct_STRIP" = x; then
 +    STRIP=":"
 +  else
@@ -46678,7 +28885,7 @@
 +configuration is useful to you, please write to autoconf at gnu.org." >&2;}
 +ac_tool_warned=yes ;;
 +esac
-   STRIP=$ac_ct_STRIP
++    STRIP=$ac_ct_STRIP
 +  fi
  else
    STRIP="$ac_cv_prog_STRIP"
@@ -46736,7 +28943,7 @@
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -1877,26 +2408,41 @@
+@@ -1877,36 +2408,51 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -46765,6 +28972,7 @@
 +echo "${ECHO_T}no" >&6; }
  fi
  
+-  CC=$ac_ct_CC
 +  if test "x$ac_ct_CC" = x; then
 +    CC=""
 +  else
@@ -46778,14 +28986,17 @@
 +configuration is useful to you, please write to autoconf at gnu.org." >&2;}
 +ac_tool_warned=yes ;;
 +esac
-   CC=$ac_ct_CC
++    CC=$ac_ct_CC
 +  fi
  else
    CC="$ac_cv_prog_CC"
  fi
-@@ -1905,8 +2451,8 @@
-   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 -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
@@ -46831,9 +29042,7 @@
 -else
 -  if test -n "$ac_ct_CC"; then
 -  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-+  { echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6; }
- else
+-else
 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 -for as_dir in $PATH
 -do
@@ -46844,28 +29053,31 @@
 -    ac_cv_prog_ac_ct_CC="cc"
 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 -    break 2
-+  { echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6; }
-   fi
+-  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: $CC" >&5
++echo "${ECHO_T}$CC" >&6; }
+ else
 -  echo "$as_me:$LINENO: result: no" >&5
 -echo "${ECHO_T}no" >&6
--fi
++  { 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
  fi
  if test -z "$CC"; then
    # Extract the first word of "cc", so it can be a program name with args.
@@ -46972,7 +29184,7 @@
  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2098,30 +2608,46 @@
+@@ -2098,29 +2608,45 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -47005,6 +29217,7 @@
    test -n "$ac_ct_CC" && break
  done
  
+-  CC=$ac_ct_CC
 +  if test "x$ac_ct_CC" = x; then
 +    CC=""
 +  else
@@ -47018,12 +29231,11 @@
 +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
- 
++    CC=$ac_ct_CC
++  fi
+ fi
+ 
+ fi
 @@ -2133,21 +2659,35 @@
     { (exit 1); exit 1; }; }
  
@@ -47137,13 +29349,14 @@
  	# certainly right.
  	break;;
      *.* )
-+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
-+	then :; else
- 	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+-	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'
@@ -47307,7 +29520,7 @@
  if test "${ac_cv_c_compiler_gnu+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -2377,27 +2959,22 @@
+@@ -2377,50 +2959,49 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -47346,9 +29559,10 @@
    ac_compiler_gnu=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -2405,21 +2982,25 @@
- 
- ac_compiler_gnu=no
+ 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
 +
@@ -47371,13 +29585,15 @@
  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
++   cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
 @@ -2436,38 +3017,118 @@
  }
  _ACEOF
@@ -47721,7 +29937,7 @@
 -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
@@ -47776,7 +29992,7 @@
 -  echo $ac_declaration      >>confdefs.h
 -  echo '#endif'             >>confdefs.h
 -fi
- 
+-
 -else
 -  echo "$as_me: failed program was:" >&5
 -sed 's/^/| /' conftest.$ac_ext >&5
@@ -47786,6 +30002,15 @@
  ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -2748,7 +3266,7 @@
+ 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}
 @@ -2758,8 +3276,8 @@
  .PHONY: am__doit
  END
@@ -48115,25 +30340,25 @@
 +IFS=$as_save_IFS
 +
 +
-+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
+ 
 +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
-+
+ 
+-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
+-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 +else
 +  ac_cv_path_GREP=$GREP
- 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_GREP" >&5
 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
@@ -48228,7 +30453,7 @@
  if test "${ac_cv_header_stdc+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3204,27 +3865,22 @@
+@@ -3204,35 +3865,31 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -48267,9 +30492,10 @@
    ac_cv_header_stdc=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -3232,7 +3888,8 @@
- 
- ac_cv_header_stdc=no
+ 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
 +
@@ -48350,7 +30576,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    cat >conftest.$ac_ext <<_ACEOF
-@@ -3375,27 +4044,22 @@
+@@ -3375,38 +4044,35 @@
  #include <$ac_header>
  _ACEOF
  rm -f conftest.$ac_objext
@@ -48389,9 +30615,10 @@
    eval "$as_ac_Header=yes"
  else
    echo "$as_me: failed program was:" >&5
-@@ -3403,10 +4067,12 @@
- 
- eval "$as_ac_Header=no"
+ 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
 +
@@ -48488,6 +30715,7 @@
 +echo "${ECHO_T}no" >&6; }
  fi
  
+-  RANLIB=$ac_ct_RANLIB
 +  if test "x$ac_ct_RANLIB" = x; then
 +    RANLIB=":"
 +  else
@@ -48501,7 +30729,7 @@
 +configuration is useful to you, please write to autoconf at gnu.org." >&2;}
 +ac_tool_warned=yes ;;
 +esac
-   RANLIB=$ac_ct_RANLIB
++    RANLIB=$ac_ct_RANLIB
 +  fi
  else
    RANLIB="$ac_cv_prog_RANLIB"
@@ -48539,7 +30767,7 @@
  if test "${ac_cv_type_unsigned_long_long+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -3545,39 +4227,35 @@
+@@ -3545,61 +4227,57 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
  $ac_includes_default
@@ -48593,9 +30821,10 @@
    ac_cv_type_unsigned_long_long=yes
  else
    echo "$as_me: failed program was:" >&5
-@@ -3585,21 +4263,21 @@
- 
- ac_cv_type_unsigned_long_long=no
+ 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
 +
@@ -48608,20 +30837,20 @@
  
 -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
++# 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
-+# 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
+-  # 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
@@ -48690,7 +30919,7 @@
  test_array [0] = 0
  
    ;
-@@ -3661,27 +4336,22 @@
+@@ -3661,56 +4336,53 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -48729,9 +30958,20 @@
    ac_hi=$ac_mid; break
  else
    echo "$as_me: failed program was:" >&5
-@@ -3694,7 +4364,8 @@
- 		    fi
- 		    ac_mid=`expr 2 '*' $ac_mid + 1`
+ 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
 +
@@ -48739,7 +30979,13 @@
    done
  else
    echo "$as_me: failed program was:" >&5
-@@ -3707,10 +4378,11 @@
+ 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
@@ -48804,7 +31050,7 @@
  test_array [0] = 0
  
    ;
-@@ -3759,27 +4427,22 @@
+@@ -3759,50 +4427,48 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -48843,9 +31089,20 @@
    ac_lo=$ac_mid; break
  else
    echo "$as_me: failed program was:" >&5
-@@ -3792,7 +4455,8 @@
- 		       fi
- 		       ac_mid=`expr 2 '*' $ac_mid`
+ 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
 +
@@ -48853,9 +31110,10 @@
    done
  else
    echo "$as_me: failed program was:" >&5
-@@ -3800,9 +4464,11 @@
- 
- ac_lo= ac_hi=
+ 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
 +
@@ -48880,7 +31138,7 @@
  test_array [0] = 0
  
    ;
-@@ -3824,27 +4491,22 @@
+@@ -3824,52 +4491,45 @@
  }
  _ACEOF
  rm -f conftest.$ac_objext
@@ -48919,9 +31177,10 @@
    ac_hi=$ac_mid
  else
    echo "$as_me: failed program was:" >&5
-@@ -3852,23 +4514,21 @@
- 
- ac_lo=`expr '(' $ac_mid ')' + 1`
+ 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
 +
@@ -48937,8 +31196,11 @@
 +echo "$as_me: error: cannot compute sizeof (unsigned long long)
  See \`config.log' for more details." >&2;}
 -   { (exit 1); exit 1; }; } ;;
--esac
 +   { (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
@@ -48946,12 +31208,10 @@
 -echo "$as_me: error: cannot run test program while cross compiling
 -See \`config.log' for more details." >&2;}
 -   { (exit 1); exit 1; }; }
-+     ac_cv_sizeof_unsigned_long_long=0
-+   fi ;;
-+esac
- else
+-else
    cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
+ _ACEOF
 @@ -3877,8 +4537,9 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
@@ -49034,11 +31294,12 @@
 +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
--rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
++   fi
  fi
 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  fi
@@ -49057,44 +31318,41 @@
  cat >>confdefs.h <<_ACEOF
  #define SIZEOF_UNSIGNED_LONG_LONG $ac_cv_sizeof_unsigned_long_long
  _ACEOF
-@@ -3956,8 +4629,8 @@
+@@ -3956,129 +4629,21 @@
  fi
  
  # FIXME
 -echo "$as_me:$LINENO: checking whether __i386__ is declared" >&5
 -echo $ECHO_N "checking whether __i386__ is declared... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking whether __i386__ is declared" >&5
-+echo $ECHO_N "checking whether __i386__ is declared... $ECHO_C" >&6; }
- if test "${ac_cv_have_decl___i386__+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -3972,7 +4645,7 @@
- main ()
- {
- #ifndef __i386__
+-if test "${ac_cv_have_decl___i386__+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
+-$ac_includes_default
+-int
+-main ()
+-{
+-#ifndef __i386__
 -  char *p = (char *) __i386__;
-+  (void) __i386__;
- #endif
- 
-   ;
-@@ -3980,27 +4653,22 @@
- }
- _ACEOF
- rm -f conftest.$ac_objext
+-#endif
+-
+-  ;
+-  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
+-  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'
@@ -49109,56 +31367,50 @@
 -  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_have_decl___i386__=yes
- else
-   echo "$as_me: failed program was:" >&5
-@@ -4008,18 +4676,19 @@
- 
- ac_cv_have_decl___i386__=no
- fi
+-  ac_cv_have_decl___i386__=yes
+-else
+-  echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-ac_cv_have_decl___i386__=no
+-fi
 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
+-fi
 -echo "$as_me:$LINENO: result: $ac_cv_have_decl___i386__" >&5
 -echo "${ECHO_T}$ac_cv_have_decl___i386__" >&6
-+{ echo "$as_me:$LINENO: result: $ac_cv_have_decl___i386__" >&5
-+echo "${ECHO_T}$ac_cv_have_decl___i386__" >&6; }
- if test $ac_cv_have_decl___i386__ = yes; then
-   :
- else
- 
- 
- if test x$enable_bgl != xyes; then
+-if test $ac_cv_have_decl___i386__ = yes; then
+-  :
+-else
+-
+-
+-if test x$enable_bgl != xyes; then
 -echo "$as_me:$LINENO: checking if $CC accepts -m64" >&5
 -echo $ECHO_N "checking if $CC accepts -m64... $ECHO_C" >&6
-+{ echo "$as_me:$LINENO: checking if $CC accepts -m64" >&5
-+echo $ECHO_N "checking if $CC accepts -m64... $ECHO_C" >&6; }
- CC_save="$CC"
- CC="$CC -m64"
- cat >conftest.$ac_ext <<_ACEOF
-@@ -4038,42 +4707,38 @@
- }
- _ACEOF
- rm -f conftest.$ac_objext
+-CC_save="$CC"
+-CC="$CC -m64"
+-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 { (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
+-  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'
@@ -49173,35 +31425,45 @@
 -  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; }
- 
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
- 
+-
+-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; }
- 	CC="$CC_save"
- 
- fi
+-	CC="$CC_save"
+-
+-fi
 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- fi
- 
- 
-@@ -4093,40 +4758,40 @@
+-fi
+-
+-
+-fi
+-
++#AC_CHECK_DECL([__i386__], [], [
++#
++#if test x$enable_bgl != xyes; then
++#AC_MSG_CHECKING([if $CC accepts -m64])
++#CC_save="$CC"
++#CC="$CC -m64"
++#AC_TRY_COMPILE([],[],[
++#	AC_MSG_RESULT([yes])
++#],[
++#	AC_MSG_RESULT([no])
++#	CC="$CC_save"
++#])
++#fi
++#
++#])
+ 
+ CPPFLAGS="-I\$(top_builddir)/lnet/include -I\$(top_srcdir)/lnet/include -I\$(top_builddir)/lustre/include -I\$(top_srcdir)/lustre/include $CPPFLAGS"
+ 
+@@ -4093,40 +4658,40 @@
  
  
  
@@ -49261,7 +31523,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX"; then
-@@ -4135,8 +4800,9 @@
+@@ -4135,8 +4700,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -49273,7 +31535,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
    :
  else
-@@ -4147,33 +4813,33 @@
+@@ -4147,33 +4713,33 @@
  
  
  # -------- linux objects (for 2.6) --
@@ -49321,7 +31583,7 @@
  if test "${lb_cv_file__boot_kernel_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4183,13 +4849,13 @@
+@@ -4183,13 +4749,13 @@
    lb_cv_file__boot_kernel_h=no
  fi
  fi
@@ -49339,7 +31601,7 @@
  if test "${lb_cv_file__var_adm_running_kernel_h+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -4199,8 +4865,8 @@
+@@ -4199,8 +4765,8 @@
    lb_cv_file__var_adm_running_kernel_h=no
  fi
  fi
@@ -49350,7 +31612,7 @@
  if test $lb_cv_file__var_adm_running_kernel_h = yes; then
    KERNEL_SOURCE_HEADER='/var/adm/running-kernel.h'
  fi
-@@ -4209,17 +4875,17 @@
+@@ -4209,17 +4775,17 @@
  
  
  
@@ -49375,7 +31637,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX_CONFIG"; then
-@@ -4228,8 +4894,9 @@
+@@ -4228,8 +4794,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -49387,7 +31649,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
    :
  else
-@@ -4244,9 +4911,9 @@
+@@ -4244,9 +4811,9 @@
  # 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`
@@ -49400,7 +31662,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX_OBJ/include/linux/autoconf.h"; then
-@@ -4255,8 +4922,9 @@
+@@ -4255,8 +4822,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -49412,7 +31674,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -4270,9 +4938,9 @@
+@@ -4270,9 +4838,9 @@
     { (exit 1); exit 1; }; }
  fi
  as_lb_File=`echo "lb_cv_file_$LINUX_OBJ/include/linux/version.h" | $as_tr_sh`
@@ -49425,7 +31687,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX_OBJ/include/linux/version.h"; then
-@@ -4281,8 +4949,9 @@
+@@ -4281,8 +4849,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -49437,7 +31699,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
  
  cat >>confdefs.h <<_ACEOF
-@@ -4309,9 +4978,9 @@
+@@ -4309,9 +4878,9 @@
  	# enable extensive workarounds to get this to build
  	# modules
  	as_lb_File=`echo "lb_cv_file_$KERNEL_SOURCE_HEADER" | $as_tr_sh`
@@ -49450,7 +31712,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$KERNEL_SOURCE_HEADER"; then
-@@ -4320,8 +4989,9 @@
+@@ -4320,8 +4889,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -49462,7 +31724,7 @@
  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
-@@ -4344,30 +5014,30 @@
+@@ -4344,30 +4914,30 @@
  ARCH_UM=
  UML_CFLAGS=
  
@@ -49504,7 +31766,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    if test -r "$LINUX/include/linux/namei.h"; then
-@@ -4376,8 +5046,9 @@
+@@ -4376,8 +4946,9 @@
    eval "$as_lb_File=no"
  fi
  fi
@@ -49516,7 +31778,7 @@
  if test `eval echo '${'$as_lb_File'}'` = yes; then
  
          	linux25="yes"
-@@ -4390,16 +5061,16 @@
+@@ -4390,16 +4961,16 @@
  
  fi
  
@@ -49539,7 +31801,7 @@
  	rm -f build/conftest.i
  	cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
-@@ -4430,8 +5101,8 @@
+@@ -4430,8 +5001,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -49550,7 +31812,7 @@
  
  else
    echo "$as_me: failed program was:" >&5
-@@ -4469,8 +5140,8 @@
+@@ -4469,8 +5040,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -49561,7 +31823,7 @@
  
  else
    echo "$as_me: failed program was:" >&5
-@@ -4496,8 +5167,8 @@
+@@ -4496,8 +5067,8 @@
  
  
  # --- check that we can build modules at all
@@ -49572,7 +31834,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -4527,16 +5198,16 @@
+@@ -4527,16 +5098,16 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -49593,7 +31855,7 @@
  	{ 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
-@@ -4550,8 +5221,8 @@
+@@ -4550,8 +5121,8 @@
  
  LINUXRELEASE=
  rm -f build/conftest.i
@@ -49604,7 +31866,7 @@
  if test -s $LINUX_OBJ/include/linux/utsrelease.h ; then
  	LINUXRELEASEHEADER=utsrelease.h
  else
-@@ -4603,8 +5274,8 @@
+@@ -4603,8 +5174,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -49615,7 +31877,7 @@
  	{ { 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; }; }
-@@ -4613,14 +5284,14 @@
+@@ -4613,14 +5184,14 @@
  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
@@ -49634,7 +31896,7 @@
  
  
  moduledir='/lib/modules/'$LINUXRELEASE/kernel
-@@ -4633,17 +5304,17 @@
+@@ -4633,17 +5204,17 @@
  
  
  # ------------ RELEASE --------------------------------
@@ -49658,7 +31920,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -4681,8 +5352,8 @@
+@@ -4681,8 +5252,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -49669,7 +31931,7 @@
  
  
  else
-@@ -4690,8 +5361,8 @@
+@@ -4690,8 +5261,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -49680,7 +31942,7 @@
  
  	{ { 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;}
-@@ -4702,8 +5373,8 @@
+@@ -4702,8 +5273,8 @@
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
  
  
@@ -49691,7 +31953,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -4741,8 +5412,8 @@
+@@ -4741,8 +5312,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -49702,7 +31964,7 @@
  
  
  else
-@@ -4750,16 +5421,16 @@
+@@ -4750,16 +5321,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -49723,7 +31985,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -4797,8 +5468,8 @@
+@@ -4797,8 +5368,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -49734,7 +31996,7 @@
  
  	{ { echo "$as_me:$LINENO: error: Lustre does not support kernels with preempt enabled." >&5
  echo "$as_me: error: Lustre does not support kernels with preempt enabled." >&2;}
-@@ -4810,16 +5481,16 @@
+@@ -4810,16 +5381,16 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -49755,7 +32017,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -4857,8 +5528,8 @@
+@@ -4857,8 +5428,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -49766,7 +32028,7 @@
  
  
  else
-@@ -4866,8 +5537,8 @@
+@@ -4866,8 +5437,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -49777,7 +32039,7 @@
  
  if test "x$ARCH_UM" = "x" ; then
  	{ { echo "$as_me:$LINENO: error: Lustre requires that CONFIG_KALLSYMS is enabled in your kernel." >&5
-@@ -4880,8 +5551,8 @@
+@@ -4880,8 +5451,8 @@
  rm -f build/conftest.o build/conftest.mod.c build/conftest.mod.o build/conftest.ko build/conftest.c conftest.c
  
  
@@ -49788,7 +32050,7 @@
  cat >conftest.c <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -4919,8 +5590,8 @@
+@@ -4919,8 +5490,8 @@
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
  
@@ -49799,7 +32061,7 @@
  
  
  else
-@@ -4928,8 +5599,8 @@
+@@ -4928,8 +5499,8 @@
  sed 's/^/| /' conftest.$ac_ext >&5
  
  
@@ -49810,7 +32072,7 @@
  
  	{ echo "$as_me:$LINENO: WARNING: " >&5
  echo "$as_me: WARNING: " >&2;}
-@@ -4949,9 +5620,9 @@
+@@ -4949,9 +5520,9 @@
  
  # Find the modpost utility
  as_ac_File=`echo "ac_cv_file_$LINUX_OBJ/scripts/mod/modpost" | $as_tr_sh`
@@ -49823,7 +32085,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    test "$cross_compiling" = yes &&
-@@ -4964,15 +5635,16 @@
+@@ -4964,15 +5535,16 @@
    eval "$as_ac_File=no"
  fi
  fi
@@ -49845,7 +32107,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    test "$cross_compiling" = yes &&
-@@ -4985,8 +5657,9 @@
+@@ -4985,8 +5557,9 @@
    eval "$as_ac_File=no"
  fi
  fi
@@ -49857,7 +32119,7 @@
  if test `eval echo '${'$as_ac_File'}'` = yes; then
    MODPOST=$LINUX_OBJ/scripts/modpost
  else
-@@ -5002,11 +5675,11 @@
+@@ -5002,11 +5575,11 @@
  
  
  # Ensure it can run
@@ -49873,7 +32135,7 @@
  else
  	{ { echo "$as_me:$LINENO: error: modpost can not be run." >&5
  echo "$as_me: error: modpost can not be run." >&2;}
-@@ -5014,15 +5687,15 @@
+@@ -5014,22 +5587,22 @@
  fi
  
  # Check if modpost supports (and therefore requires) -m
@@ -49895,7 +32157,15 @@
  	MODPOST_ARGS=""
  fi
  
-@@ -5081,22 +5754,22 @@
+ 
+ fi
+ 
+-          ac_config_headers="$ac_config_headers config.h"
++ac_config_headers="$ac_config_headers config.h"
+ 
+ CPPFLAGS="-include \$(top_builddir)/config.h $CPPFLAGS"
+ EXTRA_KCFLAGS="-include $PWD/config.h $EXTRA_KCFLAGS"
+@@ -5081,22 +5654,22 @@
  LDISKFSDIR="$PWD/ldiskfs"
  
  
@@ -49928,7 +32198,7 @@
  if test "${ac_cv_path_PATCH+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5111,36 +5784,37 @@
+@@ -5111,36 +5684,37 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -49974,7 +32244,7 @@
  if test "${ac_cv_path_QUILT+set}" = set; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
-@@ -5155,28 +5829,29 @@
+@@ -5155,28 +5729,29 @@
    IFS=$as_save_IFS
    test -z "$as_dir" && as_dir=.
    for ac_exec_ext in '' $ac_executable_extensions; do
@@ -50010,7 +32280,7 @@
  fi
  
  if test x$enable_ldiskfs$PATCH$QUILT = xyesnono ; then
-@@ -5219,8 +5894,8 @@
+@@ -5219,8 +5794,8 @@
  
  
  
@@ -50021,7 +32291,7 @@
  case $LINUXRELEASE in
  2.6.5*) LDISKFS_SERIES="2.6-suse.series" ;;
  2.6.9*) LDISKFS_SERIES="2.6-rhel4.series" ;;
-@@ -5231,12 +5906,20 @@
+@@ -5231,21 +5806,29 @@
  2.6.16*) LDISKFS_SERIES="2.6-sles10.series";;
  2.6.18-*el5*) LDISKFS_SERIES="2.6-rhel5.series";;
  2.6.18-*prep*) LDISKFS_SERIES="2.6-rhel5.series";;
@@ -50045,7 +32315,18 @@
  
  
  
-@@ -5269,39 +5952,58 @@
+ 
+ 
+-                                        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.*'
+@@ -5269,39 +5852,58 @@
  
  # The following way of writing the cache mishandles newlines in values,
  # but we know of no workaround that is simple, portable, and efficient.
@@ -50096,15 +32377,17 @@
    sed '
 +     /^ac_cv_env_/b end
       t clear
-      : clear
+-     : clear
++     :clear
       s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
       t end
 -     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-      : end' >>confcache
+-     : 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" &&
@@ -50118,7 +32401,7 @@
    fi
  fi
  rm -f confcache
-@@ -5310,32 +6012,18 @@
+@@ -5310,32 +5912,18 @@
  # Let make expand exec_prefix.
  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  
@@ -50157,7 +32440,7 @@
  done
  LIBOBJS=$ac_libobjs
  
-@@ -5415,73 +6103,26 @@
+@@ -5415,17 +6003,45 @@
  ## M4sh Initialization.  ##
  ## --------------------- ##
  
@@ -50172,91 +32455,45 @@
    alias -g '${1+"$@"}'='"$@"'
 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 -  set -o posix
--fi
--DUALCASE=1; export DUALCASE # for MKS sh
--
--# Support unset when possible.
--if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
--  as_unset=unset
--else
--  as_unset=false
--fi
--
--
--# Work around bugs in pre-3.0 UWIN ksh.
--$as_unset ENV MAIL MAILPATH
--PS1='$ '
--PS2='> '
--PS4='+ '
--
--# NLS nuisances.
--for as_var in \
--  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
--  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
--  LC_TELEPHONE LC_TIME
--do
--  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
--    eval $as_var=C; export $as_var
--  else
--    $as_unset $as_var
--  fi
--done
--
--# Required to use basename.
--if expr a : '\(a\)' >/dev/null 2>&1; then
--  as_expr=expr
 +  setopt NO_GLOB_SUBST
- else
--  as_expr=false
--fi
++else
 +  case `(set -o) 2>/dev/null` in
 +  *posix*) set -o posix ;;
 +esac
- 
--if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
--  as_basename=basename
--else
--  as_basename=false
- fi
- 
- 
--# Name of the executable.
--as_me=`$as_basename "$0" ||
--$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
--	 X"$0" : 'X\(//\)$' \| \
--	 X"$0" : 'X\(/\)$' \| \
--	 .     : '\(.\)' 2>/dev/null ||
--echo X/"$0" |
--    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
--  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
--  	  /^X\/\(\/\).*/{ s//\1/; q; }
--  	  s/.*/./; q'`
- 
- 
--# PATH needs CR, and LINENO needs CR and PATH.
++
++fi
++
++
++
++
 +# PATH needs CR
- # Avoid depending upon Character Ranges.
- as_cr_letters='abcdefghijklmnopqrstuvwxyz'
- as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-@@ -5502,14 +6143,24 @@
-   rm -f conf$$.sh
- fi
- 
-+# Support unset when possible.
-+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-+  as_unset=unset
-+else
-+  as_unset=false
-+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.
++# 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
+@@ -5435,8 +6051,43 @@
+ fi
+ 
+ 
 +# IFS
 +# We need space, tab and new line, in precisely that order.  Quoting is
 +# there to prevent editors from complaining about space-tab.
@@ -50267,80 +32504,77 @@
 +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
-@@ -5519,6 +6170,7 @@
-   test -z "$as_dir" && as_dir=.
-   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
- done
++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
-@@ -5528,100 +6180,161 @@
-     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; }; }
++
++     ;;
++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
--  case $CONFIG_SHELL in
--  '')
--    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-+
-+# Work around bugs in pre-3.0 UWIN ksh.
++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='+ '
-+
-+# NLS nuisances.
-+for as_var in \
-+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
-+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-+  LC_TELEPHONE LC_TIME
- do
--  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 '
-+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
-+    eval $as_var=C; export $as_var
-+  else
+ PS1='$ '
+ PS2='> '
+ PS4='+ '
+@@ -5450,18 +6101,19 @@
+   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.
+   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
-+
+   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
-+fi
-+
-+
-+# Name of the executable.
+   as_basename=basename
+ else
+   as_basename=false
+@@ -5469,159 +6121,120 @@
+ 
+ 
+ # Name of the executable.
+-as_me=`$as_basename "$0" ||
 +as_me=`$as_basename -- "$0" ||
-+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-+	 X"$0" : 'X\(//\)$' \| \
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ 	 X"$0" : 'X\(//\)$' \| \
+-	 X"$0" : 'X\(/\)$' \| \
+-	 .     : '\(.\)' 2>/dev/null ||
 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-+echo X/"$0" |
+ echo X/"$0" |
+-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
+-  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
+-  	  /^X\/\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
+-
 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
 +	    s//\1/
 +	    q
@@ -50354,16 +32588,75 @@
 +	    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
 +# CDPATH.
 +$as_unset CDPATH
-+
-+
-+
+ 
+-# 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; }
@@ -50405,8 +32698,9 @@
 +      :lineno
        N
 -      s,$,-,
-       : loop
+-      : 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,-$,,
@@ -50474,16 +32768,16 @@
 -  # 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='cp -p'
--  else
-     as_ln_s='ln -s'
--  fi
++  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'
+     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
@@ -50495,7 +32789,7 @@
  
  if mkdir -p . 2>/dev/null; then
    as_mkdir_p=:
-@@ -5630,7 +6343,28 @@
+@@ -5630,7 +6243,28 @@
    as_mkdir_p=false
  fi
  
@@ -50525,7 +32819,7 @@
  
  # 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'"
-@@ -5639,31 +6373,14 @@
+@@ -5639,31 +6273,14 @@
  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  
  
@@ -50561,7 +32855,7 @@
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
-@@ -5671,30 +6388,20 @@
+@@ -5671,30 +6288,20 @@
    CONFIG_COMMANDS = $CONFIG_COMMANDS
    $ $0 $@
  
@@ -50600,7 +32894,7 @@
  ac_cs_usage="\
  \`$as_me' instantiates files from templates according to the
  current configuration.
-@@ -5702,7 +6409,7 @@
+@@ -5702,7 +6309,7 @@
  Usage: $0 [OPTIONS] [FILE]...
  
    -h, --help       print this help, then exit
@@ -50609,7 +32903,7 @@
    -q, --quiet      do not print progress messages
    -d, --debug      don't remove temporary files
        --recheck    update $as_me by reconfiguring in the same conditions
-@@ -5721,19 +6428,21 @@
+@@ -5721,19 +6328,21 @@
  $config_commands
  
  Report bugs to <bug-autoconf at gnu.org>."
@@ -50637,7 +32931,7 @@
  _ACEOF
  
  cat >>$CONFIG_STATUS <<\_ACEOF
-@@ -5744,39 +6453,24 @@
+@@ -5744,39 +6353,24 @@
  do
    case $1 in
    --*=*)
@@ -50683,7 +32977,7 @@
      debug=: ;;
    --file | --fil | --fi | --f )
      $ac_shift
-@@ -5786,18 +6480,24 @@
+@@ -5786,18 +6380,24 @@
      $ac_shift
      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
      ac_need_defaults=false;;
@@ -50713,7 +33007,7 @@
  
    esac
    shift
-@@ -5813,42 +6513,54 @@
+@@ -5813,42 +6413,54 @@
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF
  if \$ac_cs_recheck; then
@@ -50756,17 +33050,23 @@
  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" ;;
--  "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;}
@@ -50778,7 +33078,7 @@
  # 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
-@@ -5860,373 +6572,480 @@
+@@ -5860,622 +6472,611 @@
  fi
  
  # Have a temporary directory for convenience.  Make it in the build tree
@@ -50968,6 +33268,30 @@
 -  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='%!_!# '
@@ -51078,38 +33402,22 @@
 +    { { 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
--      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
++  else
 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-     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
+-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
--      ac_sed_frag=`expr $ac_sed_frag + 1`
--      ac_beg=$ac_end
--      ac_end=`expr $ac_end + $ac_max_sed_lines`
++fi
 +
 +cat >>$CONFIG_STATUS <<_ACEOF
 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-+_ACEOF
+ _ACEOF
 +sed '
 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 +s/^/s,@/; s/!/@,|#_!!_#|/
@@ -51166,22 +33474,19 @@
 +   { (exit 1); exit 1; }; }
 +  else
 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-     fi
-   done
--  if test -z "$ac_sed_cmds"; then
--    ac_sed_cmds=cat
++  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
--fi # test -n "$CONFIG_FILES"
- 
++fi
++
 +cat >>$CONFIG_STATUS <<_ACEOF
 +cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
- _ACEOF
++_ACEOF
 +sed '
 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 +s/^/s,@/; s/!/@,|#_!!_#|/
@@ -51232,7 +33537,7 @@
 +do
 +  case $ac_tag in
 +  :[FHLC]) ac_mode=$ac_tag; continue;;
-   esac
++  esac
 +  case $ac_mode$ac_tag in
 +  :[FHL]*:*);;
 +  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
@@ -51240,7 +33545,7 @@
 +   { (exit 1); exit 1; }; };;
 +  :[FH]-) ac_tag=-:-;;
 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-+  esac
+   esac
 +  ac_save_IFS=$IFS
 +  IFS=:
 +  set x $ac_tag
@@ -51303,6 +33608,11 @@
 -  	  /^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
@@ -51319,11 +33629,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
--  { if $as_mkdir_p; then
--    mkdir -p "$ac_dir"
--  else
--    as_dir="$ac_dir"
++	  s/.*/./; q'`
 +  { as_dir="$ac_dir"
 +  case $as_dir in #(
 +  -*) as_dir=./$as_dir;;
@@ -51351,6 +33657,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 +	    s//\1/
 +	    q
@@ -51367,7 +33674,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
 +      test -d "$as_dir" && break
      done
 -    test ! -n "$as_dirs" || mkdir $as_dirs
@@ -51526,6 +33833,8 @@
 -echo "$as_me: error: cannot find input file: $f" >&2;}
 -   { (exit 1); exit 1; }; }
 -	 fi;;
+-      esac
+-    done` || { (exit 1); exit 1; }
 +case `sed -n '/datarootdir/ {
 +  p
 +  q
@@ -51540,8 +33849,8 @@
 +*@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
+ _ACEOF
+ cat >>$CONFIG_STATUS <<_ACEOF
 +  ac_datarootdir_hack='
 +  s&@datadir@&$datadir&g
 +  s&@docdir@&$docdir&g
@@ -51549,17 +33858,16 @@
 +  s&@localedir@&$localedir&g
 +  s&@mandir@&$mandir&g
 +    s&\\\${datarootdir}&$datarootdir&g' ;;
-       esac
--    done` || { (exit 1); exit 1; }
- _ACEOF
++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
++cat >>$CONFIG_STATUS <<_ACEOF
    sed "$ac_vpsub
  $extrasub
-@@ -6234,248 +7053,130 @@
+ _ACEOF
  cat >>$CONFIG_STATUS <<\_ACEOF
  :t
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
@@ -51581,6 +33889,14 @@
 -    cat $tmp/out
 -    rm -f $tmp/out
 -  fi
+-
+-done
+-_ACEOF
+-cat >>$CONFIG_STATUS <<\_ACEOF
+-
+-#
+-# CONFIG_HEADER section.
+-#
 +s&@configure_input@&$configure_input&;t t
 +s&@top_builddir@&$ac_top_builddir_sub&;t t
 +s&@srcdir@&$ac_srcdir&;t t
@@ -51594,9 +33910,19 @@
 +$ac_datarootdir_hack
 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
  
--done
--_ACEOF
--cat >>$CONFIG_STATUS <<\_ACEOF
+-# 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'
 +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"; } &&
@@ -51605,53 +33931,10 @@
 +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
-+ ;;
-+  :H)
- #
--# CONFIG_HEADER section.
-+  # CONFIG_HEADER
- #
-+_ACEOF
- 
--# 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'
-+# 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=',;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".
--  case $ac_file in
++  rm -f "$tmp/stdin"
+   case $ac_file in
 -  - | *:- | *:-:* ) # input from stdin
 -	cat >$tmp/stdin
 -	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
@@ -51659,7 +33942,9 @@
 -  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 -	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 -  * )   ac_file_in=$ac_file.in ;;
--  esac
++  -) 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;}
@@ -51695,8 +33980,12 @@
 -  # Remove the trailing spaces.
 -  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
 -
--_ACEOF
-+ac_dD=' ,'
++ ;;
++  :H)
++  #
++  # CONFIG_HEADER
++  #
+ _ACEOF
  
 -# Transform confdefs.h into two sed scripts, `conftest.defines' and
 -# `conftest.undefs', that substitutes the proper values into
@@ -51713,15 +34002,7 @@
 -# 0-ary CPP macros) applies to n-ary macro definitions.
 -# See the Autoconf documentation for `clear'.
 -cat >confdef2sed.sed <<\_ACEOF
-+uniq confdefs.h |
-+  sed -n '
-+	t rset
-+	:rset
-+	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
-+	t ok
-+	d
-+	:ok
- s/[\\&,]/\\&/g
+-s/[\\&,]/\\&/g
 -s,[\\$`],\\&,g
 -t clear
 -: clear
@@ -51736,11 +34017,40 @@
 -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
++# 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=' ,'
+ 
+-# This sed command replaces #undef with comments.  This is necessary, for
++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
- 
--# This sed command replaces #undef with comments.  This is necessary, for
++
 +# 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
@@ -51905,7 +34215,7 @@
  # Compute $ac_file's index in $config_headers.
  _am_stamp_count=1
  for _am_header in $config_headers :; do
-@@ -6486,135 +7187,39 @@
+@@ -6486,135 +7087,39 @@
        _am_stamp_count=`expr $_am_stamp_count + 1` ;;
    esac
  done
@@ -51922,23 +34232,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)[^/].*/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\/\)$/{
-+	    s//\1/
-+	    q
-+	  }
-+	  /^X\(\/\).*/{
-+	    s//\1/
-+	    q
-+	  }
-   	  s/.*/./; q'`/stamp-h$_am_stamp_count
+-  	  s/.*/./; q'`/stamp-h$_am_stamp_count
 -done
 -_ACEOF
 -cat >>$CONFIG_STATUS <<\_ACEOF
@@ -52011,6 +34305,23 @@
 -    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
@@ -52050,10 +34361,11 @@
 -  [\\/]* | ?:[\\/]* ) 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
++  esac
  
  
 -  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
@@ -52065,7 +34377,7 @@
    # 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.
-@@ -6624,17 +7229,28 @@
+@@ -6624,18 +7129,29 @@
    # 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
@@ -52082,6 +34394,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 +	    s//\1/
 +	    q
@@ -52098,10 +34411,11 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
    else
      continue
-@@ -6663,53 +7279,79 @@
+   fi
+@@ -6663,53 +7179,79 @@
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
      # Make sure the directory exists.
      test -f "$dirpart/$file" && continue
@@ -52118,6 +34432,11 @@
 -  	  /^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
@@ -52134,11 +34453,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
--    { if $as_mkdir_p; then
--    mkdir -p $dirpart/$fdir
--  else
--    as_dir=$dirpart/$fdir
++	  s/.*/./; q'`
 +    { as_dir=$dirpart/$fdir
 +  case $as_dir in #(
 +  -*) as_dir=./$as_dir;;
@@ -52166,6 +34481,7 @@
 -  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 -  	  /^X\(\/\/\)$/{ s//\1/; q; }
 -  	  /^X\(\/\).*/{ s//\1/; q; }
+-  	  s/.*/./; q'`
 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 +	    s//\1/
 +	    q
@@ -52182,7 +34498,7 @@
 +	    s//\1/
 +	    q
 +	  }
-   	  s/.*/./; q'`
++	  s/.*/./; q'`
 +      test -d "$as_dir" && break
      done
 -    test ! -n "$as_dirs" || mkdir $as_dirs
@@ -52208,9 +34524,9 @@
  
  { (exit 0); exit 0; }
  _ACEOF
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/configure.ac.orig lustre-1.6.2/ldiskfs/configure.ac.orig
---- orig/lustre-1.6.2/ldiskfs/configure.ac.orig	1970-01-01 00:00:00.000000000 +0000
-+++ lustre-1.6.2/ldiskfs/configure.ac.orig	2007-09-14 13:54:05.000000000 +0200
+diff -urNad lustre-1.6.2~/ldiskfs/configure.ac.orig lustre-1.6.2/ldiskfs/configure.ac.orig
+--- lustre-1.6.2~/ldiskfs/configure.ac.orig	1970-01-01 01:00:00.000000000 +0100
++++ lustre-1.6.2/ldiskfs/configure.ac.orig	2007-09-27 10:14:33.208382902 +0200
 @@ -0,0 +1,91 @@
 +# Process this file with autoconf to produce a configure script.
 +
@@ -52303,9 +34619,9 @@
 +AC_SUBST(MOSTLYCLEANFILES)
 +
 +AC_OUTPUT
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/configure.ac.rej lustre-1.6.2/ldiskfs/configure.ac.rej
---- orig/lustre-1.6.2/ldiskfs/configure.ac.rej	1970-01-01 00:00:00.000000000 +0000
-+++ lustre-1.6.2/ldiskfs/configure.ac.rej	2007-09-14 13:55:17.000000000 +0200
+diff -urNad lustre-1.6.2~/ldiskfs/configure.ac.rej lustre-1.6.2/ldiskfs/configure.ac.rej
+--- lustre-1.6.2~/ldiskfs/configure.ac.rej	1970-01-01 01:00:00.000000000 +0100
++++ lustre-1.6.2/ldiskfs/configure.ac.rej	2007-09-27 10:14:33.208382902 +0200
 @@ -0,0 +1,24 @@
 +***************
 +*** 74,87 ****
@@ -52331,9 +34647,9 @@
 +  *) AC_MSG_WARN([Unknown kernel version $LINUXRELEASE, fix ldiskfs/configure.ac])
 +  esac
 +  AC_MSG_RESULT([$LDISKFS_SERIES])
-diff -Nurwd orig/lustre-1.6.2/ldiskfs/ldiskfs/autoMakefile.in lustre-1.6.2/ldiskfs/ldiskfs/autoMakefile.in
---- orig/lustre-1.6.2/ldiskfs/ldiskfs/autoMakefile.in	2007-08-30 00:30:06.000000000 +0200
-+++ lustre-1.6.2/ldiskfs/ldiskfs/autoMakefile.in	2007-09-14 13:58:39.000000000 +0200
+diff -urNad lustre-1.6.2~/ldiskfs/ldiskfs/autoMakefile.in lustre-1.6.2/ldiskfs/ldiskfs/autoMakefile.in
+--- lustre-1.6.2~/ldiskfs/ldiskfs/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/ldiskfs/ldiskfs/autoMakefile.in	2007-09-27 10:14:33.209382750 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -52401,9 +34717,91 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/autoconf/Makefile.in lustre-1.6.2/lnet/autoconf/Makefile.in
---- orig/lustre-1.6.2/lnet/autoconf/Makefile.in	2007-08-30 00:29:50.000000000 +0200
-+++ lustre-1.6.2/lnet/autoconf/Makefile.in	2007-09-14 13:58:30.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/autoMakefile.in lustre-1.6.2/lnet/autoMakefile.in
+--- lustre-1.6.2~/lnet/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/autoMakefile.in	2007-09-27 10:14:33.209382750 +0200
+@@ -1,4 +1,4 @@
+-# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
++# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
+ # @configure_input@
+ 
+ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+@@ -117,12 +117,11 @@
+ 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@
+@@ -218,8 +217,6 @@
+ VIBLND = @VIBLND@
+ 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@
+@@ -233,34 +230,37 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ demodir = @demodir@
+ 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@
+-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@
+@@ -489,7 +489,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+diff -urNad lustre-1.6.2~/lnet/autoconf/Makefile.in lustre-1.6.2/lnet/autoconf/Makefile.in
+--- lustre-1.6.2~/lnet/autoconf/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/autoconf/Makefile.in	2007-09-27 10:14:33.209382750 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -52483,91 +34881,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/autoMakefile.in lustre-1.6.2/lnet/autoMakefile.in
---- orig/lustre-1.6.2/lnet/autoMakefile.in	2007-08-30 00:29:50.000000000 +0200
-+++ lustre-1.6.2/lnet/autoMakefile.in	2007-09-14 13:58:30.000000000 +0200
-@@ -1,4 +1,4 @@
--# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
-+# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
- # @configure_input@
- 
- # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-@@ -117,12 +117,11 @@
- 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@
-@@ -218,8 +217,6 @@
- VIBLND = @VIBLND@
- 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@
-@@ -233,34 +230,37 @@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- 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@
--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@
-@@ -489,7 +489,7 @@
- installcheck: installcheck-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
--	  INSTALL_STRIP_FLAG=-s \
-+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- 	  `test -z '$(STRIP)' || \
- 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/doc/Makefile.in lustre-1.6.2/lnet/doc/Makefile.in
---- orig/lustre-1.6.2/lnet/doc/Makefile.in	2007-08-30 00:29:51.000000000 +0200
-+++ lustre-1.6.2/lnet/doc/Makefile.in	2007-09-14 13:58:30.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/doc/Makefile.in lustre-1.6.2/lnet/doc/Makefile.in
+--- lustre-1.6.2~/lnet/doc/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/doc/Makefile.in	2007-09-27 10:14:33.210382597 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -52647,9 +34963,173 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/include/libcfs/linux/Makefile.in lustre-1.6.2/lnet/include/libcfs/linux/Makefile.in
---- orig/lustre-1.6.2/lnet/include/libcfs/linux/Makefile.in	2007-08-30 00:29:51.000000000 +0200
-+++ lustre-1.6.2/lnet/include/libcfs/linux/Makefile.in	2007-09-14 13:58:30.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/include/Makefile.in lustre-1.6.2/lnet/include/Makefile.in
+--- lustre-1.6.2~/lnet/include/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/include/Makefile.in	2007-09-27 10:14:33.210382597 +0200
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.7.8 from Makefile.am.
++# Makefile.in generated by automake 1.7.9 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+@@ -112,12 +112,11 @@
+ 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@
+@@ -213,8 +212,6 @@
+ VIBLND = @VIBLND@
+ 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@
+@@ -228,34 +225,37 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ demodir = @demodir@
+ 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@
+-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@
+@@ -478,7 +478,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+diff -urNad lustre-1.6.2~/lnet/include/libcfs/Makefile.in lustre-1.6.2/lnet/include/libcfs/Makefile.in
+--- lustre-1.6.2~/lnet/include/libcfs/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/include/libcfs/Makefile.in	2007-09-27 10:14:33.210382597 +0200
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.7.8 from Makefile.am.
++# Makefile.in generated by automake 1.7.9 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+@@ -113,12 +113,11 @@
+ 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@
+@@ -214,8 +213,6 @@
+ VIBLND = @VIBLND@
+ 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@
+@@ -229,34 +226,37 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ demodir = @demodir@
+ 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@
+-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@
+@@ -481,7 +481,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+diff -urNad lustre-1.6.2~/lnet/include/libcfs/linux/Makefile.in lustre-1.6.2/lnet/include/libcfs/linux/Makefile.in
+--- lustre-1.6.2~/lnet/include/libcfs/linux/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/include/libcfs/linux/Makefile.in	2007-09-27 10:14:33.211382445 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -52729,9 +35209,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/include/libcfs/Makefile.in lustre-1.6.2/lnet/include/libcfs/Makefile.in
---- orig/lustre-1.6.2/lnet/include/libcfs/Makefile.in	2007-08-30 00:29:51.000000000 +0200
-+++ lustre-1.6.2/lnet/include/libcfs/Makefile.in	2007-09-14 13:58:30.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/include/lnet/Makefile.in lustre-1.6.2/lnet/include/lnet/Makefile.in
+--- lustre-1.6.2~/lnet/include/lnet/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/include/lnet/Makefile.in	2007-09-27 10:14:33.211382445 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -52802,7 +35282,7 @@
  rootsbindir = @rootsbindir@
  sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
-@@ -481,7 +481,7 @@
+@@ -484,7 +484,7 @@
  installcheck: installcheck-recursive
  install-strip:
  	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
@@ -52811,9 +35291,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/include/lnet/linux/Makefile.in lustre-1.6.2/lnet/include/lnet/linux/Makefile.in
---- orig/lustre-1.6.2/lnet/include/lnet/linux/Makefile.in	2007-08-30 00:29:51.000000000 +0200
-+++ lustre-1.6.2/lnet/include/lnet/linux/Makefile.in	2007-09-14 13:58:30.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/include/lnet/linux/Makefile.in lustre-1.6.2/lnet/include/lnet/linux/Makefile.in
+--- lustre-1.6.2~/lnet/include/lnet/linux/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/include/lnet/linux/Makefile.in	2007-09-27 10:14:33.211382445 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -52893,173 +35373,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/include/lnet/Makefile.in lustre-1.6.2/lnet/include/lnet/Makefile.in
---- orig/lustre-1.6.2/lnet/include/lnet/Makefile.in	2007-08-30 00:29:51.000000000 +0200
-+++ lustre-1.6.2/lnet/include/lnet/Makefile.in	2007-09-14 13:58:30.000000000 +0200
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.7.8 from Makefile.am.
-+# Makefile.in generated by automake 1.7.9 from Makefile.am.
- # @configure_input@
- 
- # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-@@ -113,12 +113,11 @@
- 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@
-@@ -214,8 +213,6 @@
- VIBLND = @VIBLND@
- 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@
-@@ -229,34 +226,37 @@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- 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@
--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@
-@@ -484,7 +484,7 @@
- installcheck: installcheck-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
--	  INSTALL_STRIP_FLAG=-s \
-+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- 	  `test -z '$(STRIP)' || \
- 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/include/Makefile.in lustre-1.6.2/lnet/include/Makefile.in
---- orig/lustre-1.6.2/lnet/include/Makefile.in	2007-08-30 00:29:51.000000000 +0200
-+++ lustre-1.6.2/lnet/include/Makefile.in	2007-09-14 13:58:30.000000000 +0200
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.7.8 from Makefile.am.
-+# Makefile.in generated by automake 1.7.9 from Makefile.am.
- # @configure_input@
- 
- # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-@@ -112,12 +112,11 @@
- 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@
-@@ -213,8 +212,6 @@
- VIBLND = @VIBLND@
- 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@
-@@ -228,34 +225,37 @@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- 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@
--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@
-@@ -478,7 +478,7 @@
- installcheck: installcheck-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
--	  INSTALL_STRIP_FLAG=-s \
-+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- 	  `test -z '$(STRIP)' || \
- 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/autoMakefile.in lustre-1.6.2/lnet/klnds/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/autoMakefile.in	2007-08-30 00:29:51.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/autoMakefile.in lustre-1.6.2/lnet/klnds/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/autoMakefile.in	2007-09-27 10:14:33.212382292 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53139,9 +35455,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/ciblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/ciblnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/ciblnd/autoMakefile.in	2007-08-30 00:29:51.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/ciblnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/ciblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/ciblnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/ciblnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/ciblnd/autoMakefile.in	2007-09-27 10:14:33.212382292 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53221,9 +35537,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/gmlnd/autoMakefile.in lustre-1.6.2/lnet/klnds/gmlnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/gmlnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/gmlnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/gmlnd/autoMakefile.in lustre-1.6.2/lnet/klnds/gmlnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/gmlnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/gmlnd/autoMakefile.in	2007-09-27 10:14:33.212382292 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53303,9 +35619,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/iiblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/iiblnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/iiblnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/iiblnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/iiblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/iiblnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/iiblnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/iiblnd/autoMakefile.in	2007-09-27 10:14:33.213382140 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53385,9 +35701,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/mxlnd/autoMakefile.in lustre-1.6.2/lnet/klnds/mxlnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/mxlnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/mxlnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/mxlnd/autoMakefile.in lustre-1.6.2/lnet/klnds/mxlnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/mxlnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/mxlnd/autoMakefile.in	2007-09-27 10:14:33.213382140 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53467,9 +35783,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/o2iblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/o2iblnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/o2iblnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/o2iblnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/o2iblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/o2iblnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/o2iblnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/o2iblnd/autoMakefile.in	2007-09-27 10:14:33.213382140 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53549,9 +35865,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/openiblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/openiblnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/openiblnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/openiblnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/openiblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/openiblnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/openiblnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/openiblnd/autoMakefile.in	2007-09-27 10:14:33.214381987 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53631,9 +35947,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/ptllnd/autoMakefile.in lustre-1.6.2/lnet/klnds/ptllnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/ptllnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/ptllnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/ptllnd/autoMakefile.in lustre-1.6.2/lnet/klnds/ptllnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/ptllnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/ptllnd/autoMakefile.in	2007-09-27 10:14:33.214381987 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53713,9 +36029,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/qswlnd/autoMakefile.in lustre-1.6.2/lnet/klnds/qswlnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/qswlnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/qswlnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/qswlnd/autoMakefile.in lustre-1.6.2/lnet/klnds/qswlnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/qswlnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/qswlnd/autoMakefile.in	2007-09-27 10:14:33.214381987 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53795,9 +36111,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/ralnd/autoMakefile.in lustre-1.6.2/lnet/klnds/ralnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/ralnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/ralnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/ralnd/autoMakefile.in lustre-1.6.2/lnet/klnds/ralnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/ralnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/ralnd/autoMakefile.in	2007-09-27 10:14:33.215381835 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -53877,9 +36193,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/socklnd/autoMakefile.in lustre-1.6.2/lnet/klnds/socklnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/socklnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/socklnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/socklnd/autoMakefile.in lustre-1.6.2/lnet/klnds/socklnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/socklnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/socklnd/autoMakefile.in	2007-09-27 10:14:33.216381682 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -54321,9 +36637,9 @@
  
  install-data-hook: $(install_data_hook)
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
-diff -Nurwd orig/lustre-1.6.2/lnet/klnds/viblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/viblnd/autoMakefile.in
---- orig/lustre-1.6.2/lnet/klnds/viblnd/autoMakefile.in	2007-08-30 00:29:52.000000000 +0200
-+++ lustre-1.6.2/lnet/klnds/viblnd/autoMakefile.in	2007-09-14 13:58:31.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/klnds/viblnd/autoMakefile.in lustre-1.6.2/lnet/klnds/viblnd/autoMakefile.in
+--- lustre-1.6.2~/lnet/klnds/viblnd/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/klnds/viblnd/autoMakefile.in	2007-09-27 10:14:33.216381682 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -54403,9 +36719,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/libcfs/autoMakefile.in lustre-1.6.2/lnet/libcfs/autoMakefile.in
---- orig/lustre-1.6.2/lnet/libcfs/autoMakefile.in	2007-08-30 00:29:53.000000000 +0200
-+++ lustre-1.6.2/lnet/libcfs/autoMakefile.in	2007-09-14 13:58:32.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/libcfs/autoMakefile.in lustre-1.6.2/lnet/libcfs/autoMakefile.in
+--- lustre-1.6.2~/lnet/libcfs/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/libcfs/autoMakefile.in	2007-09-27 10:14:33.218381377 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -55080,9 +37396,9 @@
  
  
  install-data-hook: $(install_data_hook)
-diff -Nurwd orig/lustre-1.6.2/lnet/libcfs/linux/Makefile.in lustre-1.6.2/lnet/libcfs/linux/Makefile.in
---- orig/lustre-1.6.2/lnet/libcfs/linux/Makefile.in	2007-08-30 00:29:53.000000000 +0200
-+++ lustre-1.6.2/lnet/libcfs/linux/Makefile.in	2007-09-14 13:58:32.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/libcfs/linux/Makefile.in lustre-1.6.2/lnet/libcfs/linux/Makefile.in
+--- lustre-1.6.2~/lnet/libcfs/linux/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/libcfs/linux/Makefile.in	2007-09-27 10:14:33.218381377 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -55162,9 +37478,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/lnet/autoMakefile.in lustre-1.6.2/lnet/lnet/autoMakefile.in
---- orig/lustre-1.6.2/lnet/lnet/autoMakefile.in	2007-08-30 00:29:53.000000000 +0200
-+++ lustre-1.6.2/lnet/lnet/autoMakefile.in	2007-09-14 13:58:32.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/lnet/autoMakefile.in lustre-1.6.2/lnet/lnet/autoMakefile.in
+--- lustre-1.6.2~/lnet/lnet/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/lnet/autoMakefile.in	2007-09-27 10:14:33.219381224 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -55768,9 +38084,9 @@
  
  
  install-data-hook: $(install_data_hook)
-diff -Nurwd orig/lustre-1.6.2/lnet/selftest/autoMakefile.in lustre-1.6.2/lnet/selftest/autoMakefile.in
---- orig/lustre-1.6.2/lnet/selftest/autoMakefile.in	2007-08-30 00:29:53.000000000 +0200
-+++ lustre-1.6.2/lnet/selftest/autoMakefile.in	2007-09-14 13:58:32.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/selftest/autoMakefile.in lustre-1.6.2/lnet/selftest/autoMakefile.in
+--- lustre-1.6.2~/lnet/selftest/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/selftest/autoMakefile.in	2007-09-27 10:14:33.220381072 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -55850,9 +38166,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/ulnds/autoMakefile.in lustre-1.6.2/lnet/ulnds/autoMakefile.in
---- orig/lustre-1.6.2/lnet/ulnds/autoMakefile.in	2007-08-30 00:29:54.000000000 +0200
-+++ lustre-1.6.2/lnet/ulnds/autoMakefile.in	2007-09-14 13:58:32.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/ulnds/autoMakefile.in lustre-1.6.2/lnet/ulnds/autoMakefile.in
+--- lustre-1.6.2~/lnet/ulnds/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/ulnds/autoMakefile.in	2007-09-27 10:14:33.220381072 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -55932,9 +38248,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/ulnds/ptllnd/Makefile.in lustre-1.6.2/lnet/ulnds/ptllnd/Makefile.in
---- orig/lustre-1.6.2/lnet/ulnds/ptllnd/Makefile.in	2007-08-30 00:29:54.000000000 +0200
-+++ lustre-1.6.2/lnet/ulnds/ptllnd/Makefile.in	2007-09-14 13:58:32.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/ulnds/ptllnd/Makefile.in lustre-1.6.2/lnet/ulnds/ptllnd/Makefile.in
+--- lustre-1.6.2~/lnet/ulnds/ptllnd/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/ulnds/ptllnd/Makefile.in	2007-09-27 10:14:33.221380919 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56014,9 +38330,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/ulnds/socklnd/Makefile.in lustre-1.6.2/lnet/ulnds/socklnd/Makefile.in
---- orig/lustre-1.6.2/lnet/ulnds/socklnd/Makefile.in	2007-08-30 00:29:54.000000000 +0200
-+++ lustre-1.6.2/lnet/ulnds/socklnd/Makefile.in	2007-09-14 13:58:32.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/ulnds/socklnd/Makefile.in lustre-1.6.2/lnet/ulnds/socklnd/Makefile.in
+--- lustre-1.6.2~/lnet/ulnds/socklnd/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/ulnds/socklnd/Makefile.in	2007-09-27 10:14:33.221380919 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56096,9 +38412,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lnet/utils/Makefile.in lustre-1.6.2/lnet/utils/Makefile.in
---- orig/lustre-1.6.2/lnet/utils/Makefile.in	2007-08-30 00:29:54.000000000 +0200
-+++ lustre-1.6.2/lnet/utils/Makefile.in	2007-09-14 13:58:33.000000000 +0200
+diff -urNad lustre-1.6.2~/lnet/utils/Makefile.in lustre-1.6.2/lnet/utils/Makefile.in
+--- lustre-1.6.2~/lnet/utils/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lnet/utils/Makefile.in	2007-09-27 10:14:33.222380767 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56178,9 +38494,91 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/autoconf/Makefile.in lustre-1.6.2/lustre/autoconf/Makefile.in
---- orig/lustre-1.6.2/lustre/autoconf/Makefile.in	2007-08-30 00:29:54.000000000 +0200
-+++ lustre-1.6.2/lustre/autoconf/Makefile.in	2007-09-14 13:58:33.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/autoMakefile.in lustre-1.6.2/lustre/autoMakefile.in
+--- lustre-1.6.2~/lustre/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/autoMakefile.in	2007-09-27 10:14:33.222380767 +0200
+@@ -1,4 +1,4 @@
+-# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
++# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
+ # @configure_input@
+ 
+ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+@@ -122,12 +122,11 @@
+ 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@
+@@ -223,8 +222,6 @@
+ VIBLND = @VIBLND@
+ 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@
+@@ -238,34 +235,37 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ demodir = @demodir@
+ 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@
+-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@
+@@ -512,7 +512,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+diff -urNad lustre-1.6.2~/lustre/autoconf/Makefile.in lustre-1.6.2/lustre/autoconf/Makefile.in
+--- lustre-1.6.2~/lustre/autoconf/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/autoconf/Makefile.in	2007-09-27 10:14:33.222380767 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56260,91 +38658,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/autoMakefile.in lustre-1.6.2/lustre/autoMakefile.in
---- orig/lustre-1.6.2/lustre/autoMakefile.in	2007-08-30 00:29:54.000000000 +0200
-+++ lustre-1.6.2/lustre/autoMakefile.in	2007-09-14 13:58:33.000000000 +0200
-@@ -1,4 +1,4 @@
--# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
-+# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
- # @configure_input@
- 
- # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-@@ -122,12 +122,11 @@
- 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@
-@@ -223,8 +222,6 @@
- VIBLND = @VIBLND@
- 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@
-@@ -238,34 +235,37 @@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- 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@
--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@
-@@ -512,7 +512,7 @@
- installcheck: installcheck-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
--	  INSTALL_STRIP_FLAG=-s \
-+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- 	  `test -z '$(STRIP)' || \
- 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/contrib/Makefile.in lustre-1.6.2/lustre/contrib/Makefile.in
---- orig/lustre-1.6.2/lustre/contrib/Makefile.in	2007-08-30 00:29:54.000000000 +0200
-+++ lustre-1.6.2/lustre/contrib/Makefile.in	2007-09-14 13:58:33.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/contrib/Makefile.in lustre-1.6.2/lustre/contrib/Makefile.in
+--- lustre-1.6.2~/lustre/contrib/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/contrib/Makefile.in	2007-09-27 10:14:33.223380614 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56424,9 +38740,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/doc/Makefile.in lustre-1.6.2/lustre/doc/Makefile.in
---- orig/lustre-1.6.2/lustre/doc/Makefile.in	2007-08-30 00:29:55.000000000 +0200
-+++ lustre-1.6.2/lustre/doc/Makefile.in	2007-09-14 13:58:33.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/doc/Makefile.in lustre-1.6.2/lustre/doc/Makefile.in
+--- lustre-1.6.2~/lustre/doc/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/doc/Makefile.in	2007-09-27 10:14:33.223380614 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56506,9 +38822,91 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/include/linux/Makefile.in lustre-1.6.2/lustre/include/linux/Makefile.in
---- orig/lustre-1.6.2/lustre/include/linux/Makefile.in	2007-08-30 00:29:55.000000000 +0200
-+++ lustre-1.6.2/lustre/include/linux/Makefile.in	2007-09-14 13:58:33.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/include/Makefile.in lustre-1.6.2/lustre/include/Makefile.in
+--- lustre-1.6.2~/lustre/include/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/include/Makefile.in	2007-09-27 10:14:33.223380614 +0200
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.7.8 from Makefile.am.
++# Makefile.in generated by automake 1.7.9 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+@@ -117,12 +117,11 @@
+ 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@
+@@ -218,8 +217,6 @@
+ VIBLND = @VIBLND@
+ 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@
+@@ -233,34 +230,37 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ demodir = @demodir@
+ 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@
+-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@
+@@ -494,7 +494,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+diff -urNad lustre-1.6.2~/lustre/include/linux/Makefile.in lustre-1.6.2/lustre/include/linux/Makefile.in
+--- lustre-1.6.2~/lustre/include/linux/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/include/linux/Makefile.in	2007-09-27 10:14:33.224380462 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56588,9 +38986,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/include/lustre/Makefile.in lustre-1.6.2/lustre/include/lustre/Makefile.in
---- orig/lustre-1.6.2/lustre/include/lustre/Makefile.in	2007-08-30 00:29:55.000000000 +0200
-+++ lustre-1.6.2/lustre/include/lustre/Makefile.in	2007-09-14 13:58:33.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/include/lustre/Makefile.in lustre-1.6.2/lustre/include/lustre/Makefile.in
+--- lustre-1.6.2~/lustre/include/lustre/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/include/lustre/Makefile.in	2007-09-27 10:14:33.224380462 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56670,91 +39068,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/include/Makefile.in lustre-1.6.2/lustre/include/Makefile.in
---- orig/lustre-1.6.2/lustre/include/Makefile.in	2007-08-30 00:29:55.000000000 +0200
-+++ lustre-1.6.2/lustre/include/Makefile.in	2007-09-14 13:58:33.000000000 +0200
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.7.8 from Makefile.am.
-+# Makefile.in generated by automake 1.7.9 from Makefile.am.
- # @configure_input@
- 
- # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-@@ -117,12 +117,11 @@
- 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@
-@@ -218,8 +217,6 @@
- VIBLND = @VIBLND@
- 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@
-@@ -233,34 +230,37 @@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- 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@
--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@
-@@ -494,7 +494,7 @@
- installcheck: installcheck-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
--	  INSTALL_STRIP_FLAG=-s \
-+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- 	  `test -z '$(STRIP)' || \
- 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/ldlm/Makefile.in lustre-1.6.2/lustre/ldlm/Makefile.in
---- orig/lustre-1.6.2/lustre/ldlm/Makefile.in	2007-08-30 00:29:55.000000000 +0200
-+++ lustre-1.6.2/lustre/ldlm/Makefile.in	2007-09-14 13:58:33.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/ldlm/Makefile.in lustre-1.6.2/lustre/ldlm/Makefile.in
+--- lustre-1.6.2~/lustre/ldlm/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/ldlm/Makefile.in	2007-09-27 10:14:33.224380462 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56834,9 +39150,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/liblustre/Makefile.in lustre-1.6.2/lustre/liblustre/Makefile.in
---- orig/lustre-1.6.2/lustre/liblustre/Makefile.in	2007-08-30 00:29:55.000000000 +0200
-+++ lustre-1.6.2/lustre/liblustre/Makefile.in	2007-09-14 13:58:33.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/liblustre/Makefile.in lustre-1.6.2/lustre/liblustre/Makefile.in
+--- lustre-1.6.2~/lustre/liblustre/Makefile.in	2007-09-27 10:14:32.000000000 +0200
++++ lustre-1.6.2/lustre/liblustre/Makefile.in	2007-09-27 10:14:33.225380309 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56916,9 +39232,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/liblustre/tests/Makefile.in lustre-1.6.2/lustre/liblustre/tests/Makefile.in
---- orig/lustre-1.6.2/lustre/liblustre/tests/Makefile.in	2007-08-30 00:29:55.000000000 +0200
-+++ lustre-1.6.2/lustre/liblustre/tests/Makefile.in	2007-09-14 13:58:33.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/liblustre/tests/Makefile.in lustre-1.6.2/lustre/liblustre/tests/Makefile.in
+--- lustre-1.6.2~/lustre/liblustre/tests/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/liblustre/tests/Makefile.in	2007-09-27 10:14:33.225380309 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -56998,9 +39314,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/llite/autoMakefile.in lustre-1.6.2/lustre/llite/autoMakefile.in
---- orig/lustre-1.6.2/lustre/llite/autoMakefile.in	2007-08-30 00:29:56.000000000 +0200
-+++ lustre-1.6.2/lustre/llite/autoMakefile.in	2007-09-14 13:58:34.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/llite/autoMakefile.in lustre-1.6.2/lustre/llite/autoMakefile.in
+--- lustre-1.6.2~/lustre/llite/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/llite/autoMakefile.in	2007-09-27 10:14:33.226380157 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -57080,9 +39396,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/lov/autoMakefile.in lustre-1.6.2/lustre/lov/autoMakefile.in
---- orig/lustre-1.6.2/lustre/lov/autoMakefile.in	2007-08-30 00:29:56.000000000 +0200
-+++ lustre-1.6.2/lustre/lov/autoMakefile.in	2007-09-14 13:58:34.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/lov/autoMakefile.in lustre-1.6.2/lustre/lov/autoMakefile.in
+--- lustre-1.6.2~/lustre/lov/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/lov/autoMakefile.in	2007-09-27 10:14:33.227380004 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -57512,9 +39828,9 @@
  
  
  install-data-hook: $(install_data_hook)
-diff -Nurwd orig/lustre-1.6.2/lustre/lvfs/autoMakefile.in lustre-1.6.2/lustre/lvfs/autoMakefile.in
---- orig/lustre-1.6.2/lustre/lvfs/autoMakefile.in	2007-08-30 00:29:56.000000000 +0200
-+++ lustre-1.6.2/lustre/lvfs/autoMakefile.in	2007-09-14 13:58:34.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/lvfs/autoMakefile.in lustre-1.6.2/lustre/lvfs/autoMakefile.in
+--- lustre-1.6.2~/lustre/lvfs/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/lvfs/autoMakefile.in	2007-09-27 10:14:33.227380004 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -57792,9 +40108,9 @@
  
  
  @LINUX_TRUE@@MODULES_TRUE@@SERVER_TRUE at sources: fsfilt_$(BACKINGFS).c
-diff -Nurwd orig/lustre-1.6.2/lustre/mdc/autoMakefile.in lustre-1.6.2/lustre/mdc/autoMakefile.in
---- orig/lustre-1.6.2/lustre/mdc/autoMakefile.in	2007-08-30 00:29:56.000000000 +0200
-+++ lustre-1.6.2/lustre/mdc/autoMakefile.in	2007-09-14 13:58:34.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/mdc/autoMakefile.in lustre-1.6.2/lustre/mdc/autoMakefile.in
+--- lustre-1.6.2~/lustre/mdc/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/mdc/autoMakefile.in	2007-09-27 10:14:33.228379852 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -57874,9 +40190,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/mds/autoMakefile.in lustre-1.6.2/lustre/mds/autoMakefile.in
---- orig/lustre-1.6.2/lustre/mds/autoMakefile.in	2007-08-30 00:29:56.000000000 +0200
-+++ lustre-1.6.2/lustre/mds/autoMakefile.in	2007-09-14 13:58:34.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/mds/autoMakefile.in lustre-1.6.2/lustre/mds/autoMakefile.in
+--- lustre-1.6.2~/lustre/mds/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/mds/autoMakefile.in	2007-09-27 10:14:33.228379852 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -57956,9 +40272,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/mgc/autoMakefile.in lustre-1.6.2/lustre/mgc/autoMakefile.in
---- orig/lustre-1.6.2/lustre/mgc/autoMakefile.in	2007-08-30 00:29:56.000000000 +0200
-+++ lustre-1.6.2/lustre/mgc/autoMakefile.in	2007-09-14 13:58:34.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/mgc/autoMakefile.in lustre-1.6.2/lustre/mgc/autoMakefile.in
+--- lustre-1.6.2~/lustre/mgc/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/mgc/autoMakefile.in	2007-09-27 10:14:33.228379852 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -58038,9 +40354,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/mgs/autoMakefile.in lustre-1.6.2/lustre/mgs/autoMakefile.in
---- orig/lustre-1.6.2/lustre/mgs/autoMakefile.in	2007-08-30 00:29:56.000000000 +0200
-+++ lustre-1.6.2/lustre/mgs/autoMakefile.in	2007-09-14 13:58:34.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/mgs/autoMakefile.in lustre-1.6.2/lustre/mgs/autoMakefile.in
+--- lustre-1.6.2~/lustre/mgs/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/mgs/autoMakefile.in	2007-09-27 10:14:33.229379699 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -58120,9 +40436,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/obdclass/autoMakefile.in lustre-1.6.2/lustre/obdclass/autoMakefile.in
---- orig/lustre-1.6.2/lustre/obdclass/autoMakefile.in	2007-08-30 00:29:57.000000000 +0200
-+++ lustre-1.6.2/lustre/obdclass/autoMakefile.in	2007-09-14 13:58:34.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/obdclass/autoMakefile.in lustre-1.6.2/lustre/obdclass/autoMakefile.in
+--- lustre-1.6.2~/lustre/obdclass/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/obdclass/autoMakefile.in	2007-09-27 10:14:33.231379394 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -58828,9 +41144,9 @@
  
  
  install-data-hook: $(install_data_hook)
-diff -Nurwd orig/lustre-1.6.2/lustre/obdclass/linux/Makefile.in lustre-1.6.2/lustre/obdclass/linux/Makefile.in
---- orig/lustre-1.6.2/lustre/obdclass/linux/Makefile.in	2007-08-30 00:29:57.000000000 +0200
-+++ lustre-1.6.2/lustre/obdclass/linux/Makefile.in	2007-09-14 13:58:35.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/obdclass/linux/Makefile.in lustre-1.6.2/lustre/obdclass/linux/Makefile.in
+--- lustre-1.6.2~/lustre/obdclass/linux/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/obdclass/linux/Makefile.in	2007-09-27 10:14:33.231379394 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -58910,9 +41226,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/obdecho/autoMakefile.in lustre-1.6.2/lustre/obdecho/autoMakefile.in
---- orig/lustre-1.6.2/lustre/obdecho/autoMakefile.in	2007-08-30 00:29:57.000000000 +0200
-+++ lustre-1.6.2/lustre/obdecho/autoMakefile.in	2007-09-14 13:58:35.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/obdecho/autoMakefile.in lustre-1.6.2/lustre/obdecho/autoMakefile.in
+--- lustre-1.6.2~/lustre/obdecho/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/obdecho/autoMakefile.in	2007-09-27 10:14:33.232379242 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -59239,9 +41555,9 @@
  
  
  install-data-hook: $(install_data_hook)
-diff -Nurwd orig/lustre-1.6.2/lustre/obdfilter/autoMakefile.in lustre-1.6.2/lustre/obdfilter/autoMakefile.in
---- orig/lustre-1.6.2/lustre/obdfilter/autoMakefile.in	2007-08-30 00:29:57.000000000 +0200
-+++ lustre-1.6.2/lustre/obdfilter/autoMakefile.in	2007-09-14 13:58:35.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/obdfilter/autoMakefile.in lustre-1.6.2/lustre/obdfilter/autoMakefile.in
+--- lustre-1.6.2~/lustre/obdfilter/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/obdfilter/autoMakefile.in	2007-09-27 10:14:33.232379242 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -59321,9 +41637,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/osc/autoMakefile.in lustre-1.6.2/lustre/osc/autoMakefile.in
---- orig/lustre-1.6.2/lustre/osc/autoMakefile.in	2007-08-30 00:29:58.000000000 +0200
-+++ lustre-1.6.2/lustre/osc/autoMakefile.in	2007-09-14 13:58:35.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/osc/autoMakefile.in lustre-1.6.2/lustre/osc/autoMakefile.in
+--- lustre-1.6.2~/lustre/osc/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/osc/autoMakefile.in	2007-09-27 10:14:33.233379089 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -59625,9 +41941,9 @@
  
  
  install-data-hook: $(install_data_hook)
-diff -Nurwd orig/lustre-1.6.2/lustre/ost/autoMakefile.in lustre-1.6.2/lustre/ost/autoMakefile.in
---- orig/lustre-1.6.2/lustre/ost/autoMakefile.in	2007-08-30 00:29:58.000000000 +0200
-+++ lustre-1.6.2/lustre/ost/autoMakefile.in	2007-09-14 13:58:35.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/ost/autoMakefile.in lustre-1.6.2/lustre/ost/autoMakefile.in
+--- lustre-1.6.2~/lustre/ost/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/ost/autoMakefile.in	2007-09-27 10:14:33.233379089 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -59707,9 +42023,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/ptlrpc/autoMakefile.in lustre-1.6.2/lustre/ptlrpc/autoMakefile.in
---- orig/lustre-1.6.2/lustre/ptlrpc/autoMakefile.in	2007-08-30 00:29:58.000000000 +0200
-+++ lustre-1.6.2/lustre/ptlrpc/autoMakefile.in	2007-09-14 13:58:35.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/ptlrpc/autoMakefile.in lustre-1.6.2/lustre/ptlrpc/autoMakefile.in
+--- lustre-1.6.2~/lustre/ptlrpc/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/ptlrpc/autoMakefile.in	2007-09-27 10:14:33.236378631 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -60674,9 +42990,9 @@
  
  
  install-data-hook: $(install_data_hook)
-diff -Nurwd orig/lustre-1.6.2/lustre/quota/autoMakefile.in lustre-1.6.2/lustre/quota/autoMakefile.in
---- orig/lustre-1.6.2/lustre/quota/autoMakefile.in	2007-08-30 00:29:58.000000000 +0200
-+++ lustre-1.6.2/lustre/quota/autoMakefile.in	2007-09-14 13:58:35.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/quota/autoMakefile.in lustre-1.6.2/lustre/quota/autoMakefile.in
+--- lustre-1.6.2~/lustre/quota/autoMakefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/quota/autoMakefile.in	2007-09-27 10:14:33.236378631 +0200
 @@ -1,4 +1,4 @@
 -# autoMakefile.in generated by automake 1.7.8 from autoMakefile.am.
 +# autoMakefile.in generated by automake 1.7.9 from autoMakefile.am.
@@ -60756,9 +43072,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/scripts/Makefile.in lustre-1.6.2/lustre/scripts/Makefile.in
---- orig/lustre-1.6.2/lustre/scripts/Makefile.in	2007-08-30 00:29:58.000000000 +0200
-+++ lustre-1.6.2/lustre/scripts/Makefile.in	2007-09-14 13:58:35.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/scripts/Makefile.in lustre-1.6.2/lustre/scripts/Makefile.in
+--- lustre-1.6.2~/lustre/scripts/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/scripts/Makefile.in	2007-09-27 10:14:33.237378479 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -60838,9 +43154,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/tests/Makefile.in lustre-1.6.2/lustre/tests/Makefile.in
---- orig/lustre-1.6.2/lustre/tests/Makefile.in	2007-08-30 00:29:59.000000000 +0200
-+++ lustre-1.6.2/lustre/tests/Makefile.in	2007-09-14 13:58:36.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/tests/Makefile.in lustre-1.6.2/lustre/tests/Makefile.in
+--- lustre-1.6.2~/lustre/tests/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/tests/Makefile.in	2007-09-27 10:14:33.237378479 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -60920,9 +43236,9 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/lustre/utils/Makefile.in lustre-1.6.2/lustre/utils/Makefile.in
---- orig/lustre-1.6.2/lustre/utils/Makefile.in	2007-08-30 00:29:59.000000000 +0200
-+++ lustre-1.6.2/lustre/utils/Makefile.in	2007-09-14 13:58:36.000000000 +0200
+diff -urNad lustre-1.6.2~/lustre/utils/Makefile.in lustre-1.6.2/lustre/utils/Makefile.in
+--- lustre-1.6.2~/lustre/utils/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/lustre/utils/Makefile.in	2007-09-27 10:14:33.239378174 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -61002,9 +43318,91 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/snmp/autoconf/Makefile.in lustre-1.6.2/snmp/autoconf/Makefile.in
---- orig/lustre-1.6.2/snmp/autoconf/Makefile.in	2007-08-30 00:29:59.000000000 +0200
-+++ lustre-1.6.2/snmp/autoconf/Makefile.in	2007-09-14 13:58:36.000000000 +0200
+diff -urNad lustre-1.6.2~/snmp/Makefile.in lustre-1.6.2/snmp/Makefile.in
+--- lustre-1.6.2~/snmp/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/snmp/Makefile.in	2007-09-27 10:14:33.239378174 +0200
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.7.8 from Makefile.am.
++# Makefile.in generated by automake 1.7.9 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+@@ -112,12 +112,11 @@
+ 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@
+@@ -213,8 +212,6 @@
+ VIBLND = @VIBLND@
+ 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@
+@@ -228,34 +225,37 @@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
++datarootdir = @datarootdir@
+ demodir = @demodir@
+ 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@
+-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@
+@@ -662,7 +662,7 @@
+ installcheck: installcheck-recursive
+ install-strip:
+ 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+-	  INSTALL_STRIP_FLAG=-s \
++	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ 	  `test -z '$(STRIP)' || \
+ 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ mostlyclean-generic:
+diff -urNad lustre-1.6.2~/snmp/autoconf/Makefile.in lustre-1.6.2/snmp/autoconf/Makefile.in
+--- lustre-1.6.2~/snmp/autoconf/Makefile.in	2007-09-27 10:03:57.000000000 +0200
++++ lustre-1.6.2/snmp/autoconf/Makefile.in	2007-09-27 10:14:33.239378174 +0200
 @@ -1,4 +1,4 @@
 -# Makefile.in generated by automake 1.7.8 from Makefile.am.
 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
@@ -61084,85 +43482,3 @@
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
-diff -Nurwd orig/lustre-1.6.2/snmp/Makefile.in lustre-1.6.2/snmp/Makefile.in
---- orig/lustre-1.6.2/snmp/Makefile.in	2007-08-30 00:29:59.000000000 +0200
-+++ lustre-1.6.2/snmp/Makefile.in	2007-09-14 13:58:36.000000000 +0200
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.7.8 from Makefile.am.
-+# Makefile.in generated by automake 1.7.9 from Makefile.am.
- # @configure_input@
- 
- # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-@@ -112,12 +112,11 @@
- 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@
-@@ -213,8 +212,6 @@
- VIBLND = @VIBLND@
- 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@
-@@ -228,34 +225,37 @@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- demodir = @demodir@
- 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@
--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@
-@@ -662,7 +662,7 @@
- installcheck: installcheck-recursive
- install-strip:
- 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
--	  INSTALL_STRIP_FLAG=-s \
-+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- 	  `test -z '$(STRIP)' || \
- 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:

Modified: trunk/debian/patches/no-m64.dpatch
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/no-m64.dpatch?rev=352&op=diff
==============================================================================
--- trunk/debian/patches/no-m64.dpatch (original)
+++ trunk/debian/patches/no-m64.dpatch Thu Sep 27 08:16:06 2007
@@ -7,10 +7,10 @@
 ## DP:        for modules if needed but not for userspace
 
 @DPATCH@
-diff -urNad lustre-1.6.0.1~/build/autoconf/lustre-build.m4 lustre-1.6.0.1/build/autoconf/lustre-build.m4
---- lustre-1.6.0.1~/build/autoconf/lustre-build.m4	2007-01-05 10:34:05.000000000 +0000
-+++ lustre-1.6.0.1/build/autoconf/lustre-build.m4	2007-07-26 09:19:52.000000000 +0000
-@@ -410,21 +410,21 @@
+diff -urNad lustre-1.6.2~/build/autoconf/lustre-build.m4 lustre-1.6.2/build/autoconf/lustre-build.m4
+--- lustre-1.6.2~/build/autoconf/lustre-build.m4	2007-09-27 10:09:59.000000000 +0200
++++ lustre-1.6.2/build/autoconf/lustre-build.m4	2007-09-27 10:10:00.600970872 +0200
+@@ -469,21 +469,21 @@
  fi
  
  # FIXME
@@ -47,3 +47,43 @@
  
  CPPFLAGS="-I\$(top_builddir)/lnet/include -I\$(top_srcdir)/lnet/include -I\$(top_builddir)/lustre/include -I\$(top_srcdir)/lustre/include $CPPFLAGS"
  
+diff -urNad lustre-1.6.2~/ldiskfs/build/autoconf/lustre-build.m4 lustre-1.6.2/ldiskfs/build/autoconf/lustre-build.m4
+--- lustre-1.6.2~/ldiskfs/build/autoconf/lustre-build.m4	2007-09-27 10:09:59.000000000 +0200
++++ lustre-1.6.2/ldiskfs/build/autoconf/lustre-build.m4	2007-09-27 10:10:00.600970872 +0200
+@@ -469,21 +469,21 @@
+ fi
+ 
+ # FIXME
+-AC_CHECK_DECL([__i386__], [], [
+-
+-if test x$enable_bgl != xyes; then
+-AC_MSG_CHECKING([if $CC accepts -m64])
+-CC_save="$CC"
+-CC="$CC -m64"
+-AC_TRY_COMPILE([],[],[
+-	AC_MSG_RESULT([yes])
+-],[
+-	AC_MSG_RESULT([no])
+-	CC="$CC_save"
+-])
+-fi
+-
+-])
++#AC_CHECK_DECL([__i386__], [], [
++#
++#if test x$enable_bgl != xyes; then
++#AC_MSG_CHECKING([if $CC accepts -m64])
++#CC_save="$CC"
++#CC="$CC -m64"
++#AC_TRY_COMPILE([],[],[
++#	AC_MSG_RESULT([yes])
++#],[
++#	AC_MSG_RESULT([no])
++#	CC="$CC_save"
++#])
++#fi
++#
++#])
+ 
+ CPPFLAGS="-I\$(top_builddir)/lnet/include -I\$(top_srcdir)/lnet/include -I\$(top_builddir)/lustre/include -I\$(top_srcdir)/lustre/include $CPPFLAGS"
+ 




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