Skip to content
Snippets Groups Projects
Commit 00ffe083 authored by jacob's avatar jacob
Browse files

Fix some liblustre typos

parent 581eef04
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,8 @@ case x$with_sysio in ...@@ -27,9 +27,8 @@ case x$with_sysio in
AC_CHECK_FILE([$srcdir/libsysio/src/rmdir.c],[],[ AC_CHECK_FILE([$srcdir/libsysio/src/rmdir.c],[],[
AC_MSG_ERROR([A complete internal libsysio was not found.]) AC_MSG_ERROR([A complete internal libsysio was not found.])
]) ])
AC_CONFIG_SUBDIRS(libsysio)
LIBSYSIO_SUBDIR="libsysio" LIBSYSIO_SUBDIR="libsysio"
SYSIO='$(top_srcdir)/libsysio' SYSIO="$PWD/libsysio"
;; ;;
xno) xno)
AC_MSG_RESULT([disabled]) AC_MSG_RESULT([disabled])
...@@ -40,7 +39,7 @@ case x$with_sysio in ...@@ -40,7 +39,7 @@ case x$with_sysio in
AC_MSG_ERROR([A complete (built) external libsysio was not found.]) AC_MSG_ERROR([A complete (built) external libsysio was not found.])
]) ])
SYSIO=$with_sysio SYSIO=$with_sysio
enable_sysio="yes" with_sysio="yes"
;; ;;
esac esac
AC_SUBST(LIBSYSIO_SUBDIR) AC_SUBST(LIBSYSIO_SUBDIR)
...@@ -383,6 +382,16 @@ LB_CONFIG_MODULES ...@@ -383,6 +382,16 @@ LB_CONFIG_MODULES
LC_CONFIG_LIBLUSTRE LC_CONFIG_LIBLUSTRE
# this lets lustre cancel libsysio, per-branch or if liblustre is
# disabled
if text x$LIBSYSIO_SUBDIR = xlibsysio ; then
if test x$with_sysio = xyes ; then
AC_CONFIG_SUBDIRS(libsysio)
else
LIBSYSIO_SUBDIR=
fi
fi
LP_CONFIGURE LP_CONFIGURE
LC_CONFIGURE LC_CONFIGURE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment