summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2012-10-08 09:08:07 +0200
committerKarel Zak2012-10-15 16:41:49 +0200
commit4cf02b65109029a38f708148dea8d2bdf2fa19de (patch)
treeea9e7876c5b889e600c4a1bb3780ef71fdf34464 /configure.ac
parentpg: add const qualifiers where suitable (diff)
downloadkernel-qcow2-util-linux-4cf02b65109029a38f708148dea8d2bdf2fa19de.tar.gz
kernel-qcow2-util-linux-4cf02b65109029a38f708148dea8d2bdf2fa19de.tar.xz
kernel-qcow2-util-linux-4cf02b65109029a38f708148dea8d2bdf2fa19de.zip
ddate: remove from util-linux
See RedHat bug for reasons why the ddate is cleaned up. The reference is where to get the command in future. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=823156 References: https://github.com/bo0ts/ddate Acked-by: Petr Uzel <petr.uzel@suse.cz> Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 9d2f589b8..d0a7b57b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -678,7 +678,6 @@ AC_ARG_ENABLE([most-builds],
)
if test "x$enable_most_builds" = xyes; then
enable_arch=check
- enable_ddate=yes
enable_elvtune=check
enable_last=yes
enable_line=yes
@@ -880,16 +879,6 @@ UL_REQUIRES_LINUX([arch])
AM_CONDITIONAL(BUILD_ARCH, test "x$build_arch" = xyes)
-AC_ARG_ENABLE([ddate],
- AS_HELP_STRING([--enable-ddate], [do build ddate]),
- [], enable_ddate=no
-)
-UL_BUILD_INIT([ddate])
-AM_CONDITIONAL(BUILD_DDATE, test "x$build_ddate" = xyes)
-ruman1dir='${mandir}/ru/man1'
-AC_SUBST([ruman1dir])
-
-
AC_ARG_ENABLE([eject],
AS_HELP_STRING([--disable-eject], [do not build eject]),
[], enable_eject=check