Whamcloud - gitweb
LU-1962 doc: add "lfs df --lazy" description
[fs/lustre-release.git] / lustre-iokit / configure.ac
index 49b6fc4..54d9a79 100644 (file)
@@ -1,8 +1,10 @@
-AC_INIT
-AM_INIT_AUTOMAKE(lustre-iokit,1.2)
+AC_PREREQ([2.57])
+AC_INIT([lustre-iokit],[2.3.65], [http://bugs.hpdd.intel.com/])
+AC_CONFIG_AUX_DIR([.])
+AM_INIT_AUTOMAKE
 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,5 +14,6 @@ sgpdd-survey/Makefile
 obdfilter-survey/Makefile
 ost-survey/Makefile
 ior-survey/Makefile
+mds-survey/Makefile
 stats-collect/Makefile
 )