Whamcloud - gitweb
LU-3514 tests: combine dependent sanity tests
[fs/lustre-release.git] / lustre-iokit / configure.ac
index 2ec1c4a..b25db9b 100644 (file)
@@ -1,9 +1,9 @@
 AC_INIT
 AC_CONFIG_AUX_DIR([.])
-AM_INIT_AUTOMAKE(lustre-iokit,1.2)
+AM_INIT_AUTOMAKE(lustre-iokit,1.4.0)
 AC_PATH_PROGS(BASH, bash)
 AC_PATH_PROGS(PERL, perl)
-RELEASE="`date +%Y%m%d%H%M`"
+RELEASE="1"
 AC_SUBST(RELEASE)
 
 AC_OUTPUT(
@@ -13,5 +13,6 @@ sgpdd-survey/Makefile
 obdfilter-survey/Makefile
 ost-survey/Makefile
 ior-survey/Makefile
+mds-survey/Makefile
 stats-collect/Makefile
 )