From ba84b9f361b55bb2e37439019b6251f43371ef94 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 17 Feb 2004 04:03:18 +0000 Subject: [PATCH] r=shaver Fix configure option indenting. --- lnet/archdep.m4 | 4 ++-- lustre/configure.in | 4 ++-- lustre/portals/archdep.m4 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lnet/archdep.m4 b/lnet/archdep.m4 index c06bc8a..3bdaf32 100644 --- a/lnet/archdep.m4 +++ b/lnet/archdep.m4 @@ -1,6 +1,6 @@ # -------- in kernel compilation? (2.5 only) ------------- -AC_ARG_ENABLE(inkernel, [ --enable-inkernel set up 2.5 kernel makefiles]) +AC_ARG_ENABLE(inkernel, [ --enable-inkernel set up 2.5 kernel makefiles]) AM_CONDITIONAL(INKERNEL, test x$enable_inkernel = xyes) echo "Makefile for in kernel build: $INKERNEL" @@ -293,7 +293,7 @@ AC_SUBST(GMNAL) default_ib_include_dir=/usr/local/ib/include an_ib_include_file=vapi.h -AC_ARG_WITH(ib, [ --with-ib=[yes/no/path] Path to IB includes], with_ib=$withval, with_ib=$default_ib) +AC_ARG_WITH(ib, [ --with-ib=[yes/no/path] Path to IB includes], with_ib=$withval, with_ib=$default_ib) AC_MSG_CHECKING(if IB headers are present) if test "$with_ib" = yes; then with_ib=$default_ib_include_dir diff --git a/lustre/configure.in b/lustre/configure.in index 2f023db..aee06ac 100644 --- a/lustre/configure.in +++ b/lustre/configure.in @@ -46,11 +46,11 @@ fi AC_SUBST(SYSIO) # snap compilation -AC_ARG_ENABLE(snapfs, [ --enable-snapfs build snapfs]) +AC_ARG_ENABLE(snapfs, [ --enable-snapfs build snapfs]) AM_CONDITIONAL(SNAPFS, test x$enable_snapfs = xyes) # smfs compilation -AC_ARG_ENABLE(smfs, [ --enable-smfs build smfs]) +AC_ARG_ENABLE(smfs, [ --enable-smfs build smfs]) AM_CONDITIONAL(SMFS, test x$enable_smfs = xyes) diff --git a/lustre/portals/archdep.m4 b/lustre/portals/archdep.m4 index c06bc8a..3bdaf32 100644 --- a/lustre/portals/archdep.m4 +++ b/lustre/portals/archdep.m4 @@ -1,6 +1,6 @@ # -------- in kernel compilation? (2.5 only) ------------- -AC_ARG_ENABLE(inkernel, [ --enable-inkernel set up 2.5 kernel makefiles]) +AC_ARG_ENABLE(inkernel, [ --enable-inkernel set up 2.5 kernel makefiles]) AM_CONDITIONAL(INKERNEL, test x$enable_inkernel = xyes) echo "Makefile for in kernel build: $INKERNEL" @@ -293,7 +293,7 @@ AC_SUBST(GMNAL) default_ib_include_dir=/usr/local/ib/include an_ib_include_file=vapi.h -AC_ARG_WITH(ib, [ --with-ib=[yes/no/path] Path to IB includes], with_ib=$withval, with_ib=$default_ib) +AC_ARG_WITH(ib, [ --with-ib=[yes/no/path] Path to IB includes], with_ib=$withval, with_ib=$default_ib) AC_MSG_CHECKING(if IB headers are present) if test "$with_ib" = yes; then with_ib=$default_ib_include_dir -- 1.8.3.1