Whamcloud - gitweb
LU-3514 tests: combine dependent sanity tests
[fs/lustre-release.git] / lustre-iokit / configure.ac
index 9592dad..b25db9b 100644 (file)
@@ -1,8 +1,9 @@
 AC_INIT
-AM_INIT_AUTOMAKE(lustre-iokit,1.1)
+AC_CONFIG_AUX_DIR([.])
+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(
@@ -12,4 +13,6 @@ sgpdd-survey/Makefile
 obdfilter-survey/Makefile
 ost-survey/Makefile
 ior-survey/Makefile
+mds-survey/Makefile
+stats-collect/Makefile
 )