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 <h...@n-dimensional.de> 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 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel