Lines Matching +full:9 +full:- +full:tools
1 # -*- Autoconf -*-
7 m4_define([f2fs_tools_version], m4_esyscmd([sed -n '1p' VERSION | tr -d '\n']))
8 m4_define([f2fs_tools_date], m4_esyscmd([sed -n '2p' VERSION | tr -d '\n']))
10 m4_esyscmd([git log -1 --pretty=format:%ci 2> /dev/null]))
12 AC_INIT([F2FS tools], [f2fs_tools_version],
13 [linux-f2fs-devel@lists.sourceforge.net])
15 AC_DEFINE([F2FS_TOOLS_VERSION], "f2fs_tools_version", [f2fs-tools version])
17 [\([0-9]*\)\(\w\|\W\)*], [\1]),
18 [Major version for f2fs-tools])
20 [\([0-9]*\).\([0-9]*\)\(\w\|\W\)*], [\2]),
21 [Minor version for f2fs-tools])
23 AS_IF([test -d .git],[
26 [\([0-9-]*\)\(\w\|\W\)*], [\1])",
27 [f2fs-tools date based on Git commits])],[
30 [f2fs-tools date based on Source releases])])
35 AC_CONFIG_AUX_DIR([build-aux])
36 AM_INIT_AUTOMAKE([foreign tar-pax dist-xz])
40 AS_HELP_STRING([--without-selinux],
44 AS_HELP_STRING([--without-blkid],
148 dnl Warning! Use of --enable-gcc-wall may throw off this test.
194 AC_ARG_WITH([root-libdir],
195 [ --with-root-libdir=DIR override location for /lib/libf2fs.so],
210 tools/Makefile
211 tools/sg_write_buffer/Makefile
212 tools/f2fs_io/Makefile