From: Pádraig Brady
Date: Wed, 20 Jul 2011 10:36:36 +0000 (+0100) Subject: maint: remove a redundant call to gl_CLOCK_TIME X-Git-Tag: v8.13~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b473c579b108ba09aa8d02bd8c34525c52ba40;p=thirdparty%2Fcoreutils.git maint: remove a redundant call to gl_CLOCK_TIME * m4/jm-macros.m4: Remove gl_CLOCK_TIME as it's already done by the gettime gnulib module. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 9bb6fa4256..6e9722100a 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -41,8 +41,6 @@ AC_DEFUN([coreutils_MACROS], AC_DEFINE([ARGMATCH_DIE_DECL], [void usage (int _e)], [Define to the declaration of the xargmatch failure function.]) - # used by ls - AC_REQUIRE([gl_CLOCK_TIME]) # used by shred AC_CHECK_FUNCS_ONCE([directio])