1 diff --git a/configure.ac b/configure.ac
2 index 9b0e872..0108219 100644
5 @@ -20,14 +20,16 @@ AC_DEFINE([F2FS_MINOR_VERSION], m4_bpatsubst(f2fs_tools_version,
6 [\([0-9]*\).\([0-9]*\)\(\w\|\W\)*], [\2]),
7 [Minor version for f2fs-tools])
9 -AS_IF([test -d .git],[
10 - AC_DEFINE([F2FS_TOOLS_DATE],
11 - "m4_bpatsubst(f2fs_tools_gitdate,
12 - [\([0-9-]*\)\(\w\|\W\)*], [\1])",
13 - [f2fs-tools date based on Git commits])],[
14 - AC_DEFINE([F2FS_TOOLS_DATE],
16 - [f2fs-tools date based on Source releases])])
17 +dnl AS_IF([test -d .git],[
18 +dnl AC_DEFINE([F2FS_TOOLS_DATE],
19 +dnl "m4_bpatsubst(f2fs_tools_gitdate,
20 +dnl [\([0-9-]*\)\(\w\|\W\)*], [\1])",
21 +dnl [f2fs-tools date based on Git commits])],[
22 +dnl AC_DEFINE([F2FS_TOOLS_DATE],
23 +dnl "f2fs_tools_date",
24 +dnl [f2fs-tools date based on Source releases])])
26 +AC_DEFINE([F2FS_TOOLS_DATE], "f2fs_tools_date", [f2fs-tools date based on Source releases])
28 AC_CONFIG_SRCDIR([config.h.in])
29 AC_CONFIG_HEADER([config.h])