From 70ca1a77721b41f2355eeb00d4e55e13dba3e313 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 2 Apr 2017 16:50:42 +0100 Subject: tailf: remove deprecated utility March 2017 is gone, it is time to remove this utility as scheduled in earlier commit, and promised in manual page. Reference: 3f8478a71ccde6883d4c81b7e65561a106653b28 Signed-off-by: Sami Kerola --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1acd2b00a..18bdf67f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1644,13 +1644,6 @@ AM_CONDITIONAL([BUILD_HEXDUMP], [test "x$build_hexdump" = xyes]) UL_BUILD_INIT([rev], [yes]) AM_CONDITIONAL([BUILD_REV], [test "x$build_rev" = xyes]) -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]) - AC_ARG_ENABLE([tunelp], AS_HELP_STRING([--enable-tunelp], [build tunelp]), -- cgit v1.2.3-55-g7522