summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2013-03-14 13:34:11 +0100
committerKarel Zak2013-03-14 13:34:11 +0100
commit58a3cee647c30ee23c887a1763ab9e4504a1ec88 (patch)
tree5d13567fe59e8f8c0d5291ed5128d1daea80a2e2 /configure.ac
parentarch: remove the command, deprecated since 2.13, use coreutils version (diff)
downloadkernel-qcow2-util-linux-58a3cee647c30ee23c887a1763ab9e4504a1ec88.tar.gz
kernel-qcow2-util-linux-58a3cee647c30ee23c887a1763ab9e4504a1ec88.tar.xz
kernel-qcow2-util-linux-58a3cee647c30ee23c887a1763ab9e4504a1ec88.zip
chkdupexe: remove, deprecated for years
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index f74208ffd..3aae6eb2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -684,7 +684,6 @@ AC_ARG_ENABLE([most-builds],
)
if test "x$enable_most_builds" = xyes; then
enable_chfn_chsh=yes
- enable_chkdupexe=yes
enable_elvtune=check
enable_last=yes
enable_line=yes
@@ -1296,19 +1295,6 @@ UL_BUILD_INIT([write])
AM_CONDITIONAL(BUILD_WRITE, test "x$build_write" = xyes)
-AC_ARG_ENABLE([chkdupexe],
- AS_HELP_STRING([--enable-chkdupexe], [build deprecated chkdupexe]),
- [], enable_chkdupexe=no
-)
-UL_BUILD_INIT([chkdupexe])
-AM_CONDITIONAL(BUILD_CHKDUPEXE, test "x$build_chkdupexe" = xyes)
-
-if test "x$build_chkdupexe" = xyes; then
- AC_PATH_PROG(PERL, perl)
- AC_CONFIG_FILES([misc-utils/chkdupexe:misc-utils/chkdupexe.pl])
-fi
-
-
AC_ARG_ENABLE([socket-activation],
AS_HELP_STRING([--enable-socket-activation], [build uuidd with support for systemd socket activation]),
[], enable_socket_activation=no