Whamcloud - gitweb
LU-3239 ofd: refill env in ofd_get_info
[fs/lustre-release.git] / ldiskfs / configure.ac
index 1d71f57..4dd5f67 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.57])
-AC_INIT([Lustre ldiskfs], 3.3.0, [http://bugs.whamcloud.com/])
+AC_INIT([Lustre ldiskfs], 4.1.0, [http://bugs.whamcloud.com/])
 AC_CONFIG_SRCDIR([lustre-ldiskfs.spec.in])
 
 # Don't look for install-sh, etc. in ..
@@ -66,8 +66,6 @@ AC_ARG_ENABLE([server],
        ])
 AC_MSG_RESULT([$enable_server])
 
-LB_CONFIG_HEADERS
-
 LDISKFSDIR="$PWD/ldiskfs"
 AC_SUBST(LDISKFSDIR)
 
@@ -76,9 +74,12 @@ LDISKFS_AC_PATCH_PROGRAM
 if test x$enable_server$enable_dist = xyesno ; then
 LB_LDISKFS_EXT_DIR
 LB_LDISKFS_EXT_SOURCE
-LB_LDISKFS_DEFINE_OPTIONS
+LB_EXT_FREE_BLOCKS_WITH_BUFFER_HEAD
+LB_EXT_PBLOCK
 fi
 
+LB_CONFIG_HEADERS
+
 AC_SUBST(ac_configure_args)
 
 AC_CONFIG_FILES([Makefile ldiskfs/Makefile]