Whamcloud - gitweb
r=shaver
authorjacob <jacob>
Tue, 17 Feb 2004 04:03:18 +0000 (04:03 +0000)
committerjacob <jacob>
Tue, 17 Feb 2004 04:03:18 +0000 (04:03 +0000)
Fix configure option indenting.

lnet/archdep.m4
lustre/configure.in
lustre/portals/archdep.m4

index c06bc8a..3bdaf32 100644 (file)
@@ -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
index 2f023db..aee06ac 100644 (file)
@@ -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)
 
 
index c06bc8a..3bdaf32 100644 (file)
@@ -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