From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> It's deprecated since 3f8478a7, so we shouldn't build it by default. Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dddc6a9..4f7eda3 100644 --- a/configure.ac +++ b/configure.ac @@ -1587,7 +1587,11 @@ AM_CONDITIONAL([BUILD_HEXDUMP], [test "x$build_hexdump" = xyes]) UL_BUILD_INIT([rev], [yes]) AM_CONDITIONAL([BUILD_REV], [test "x$build_rev" = xyes]) -UL_BUILD_INIT([tailf], [yes]) +AC_ARG_ENABLE([tailf], + AS_HELP_STRING([--enable-tailf], [build tailf (deprecated)]), + [], [UL_DEFAULT_ENABLE([tailf], [no])] +) +UL_BUILD_INIT([tailf]) AM_CONDITIONAL([BUILD_TAILF], [test "x$build_tailf" = xyes]) -- 1.8.5.6 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html