grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MULTIBOOT2 SPEC PATCH v4 04/27] multiboot2: Remove obsolete compat code


From: Hans Ulrich Niedermann
Subject: [MULTIBOOT2 SPEC PATCH v4 04/27] multiboot2: Remove obsolete compat code for ancient Autoconf
Date: Fri, 15 May 2020 05:43:27 +0200

The remark about "older versions of Autoconf" was added in 2001.

We already AC_PREREQ(2.63) which is from 2008, so we need not
worry about pre-2008 versions of Autoconf, much less about
pre-2001 versions.

Signed-off-by: Hans Ulrich Niedermann <address@hidden>

diff --git a/configure.ac b/configure.ac
index 5bfc0ee5b..5b5c84d1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,8 +25,6 @@ AM_INIT_AUTOMAKE
 AC_CHECK_TOOL([CC], [gcc])
 AC_PROG_CC
 AM_PROG_AS
-# We need this for older versions of Autoconf.
-_AM_DEPENDENCIES(CC)
 
 dnl Because recent automake complains about AS, set it here.
 CCAS="$CC"
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]