aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLi Guifu <bluce.liguifu@huawei.com>2019-04-11 08:10:01 +0800
committerGao Xiang <hsiangkao@aol.com>2019-08-03 11:18:30 +0800
commit0a94653c56b2d36f860cc51b7f76541962c45fc2 (patch)
tree6ae5fcd77a357e0898ec7710630d259b7e17da1b /configure.ac
parenta17497f0844a51783a8efc3e62c5bba3c268336e (diff)
downloaderofs-utils-0a94653c56b2d36f860cc51b7f76541962c45fc2.tar.gz
erofs-utils: introduce mkfs support
This patch adds mkfs support to erofs-utils, and it's able to build uncompressed images at the moment. Signed-off-by: Li Guifu <bluce.liguifu@huawei.com> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c6d8bb..49f1a7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,5 +103,6 @@ AC_CHECK_DECL(lseek64,[AC_DEFINE(HAVE_LSEEK64_PROTOTYPE, 1,
AC_CHECK_FUNCS([gettimeofday memset realpath strdup strerror strrchr strtoull])
AC_CONFIG_FILES([Makefile
- lib/Makefile])
+ lib/Makefile
+ mkfs/Makefile])
AC_OUTPUT