summaryrefslogtreecommitdiff
path: root/packages/grub/grub-0.97/automake-1.10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/grub/grub-0.97/automake-1.10.patch')
-rw-r--r--packages/grub/grub-0.97/automake-1.10.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/grub/grub-0.97/automake-1.10.patch b/packages/grub/grub-0.97/automake-1.10.patch
deleted file mode 100644
index e7c6ec061f..0000000000
--- a/packages/grub/grub-0.97/automake-1.10.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- grub-0.97/configure.ac.orig
-+++ grub-0.97/configure.ac
-@@ -56,12 +56,7 @@
-
- AC_CHECK_TOOL(CC, gcc)
- AC_PROG_CC
--# We need this for older versions of Autoconf.
--_AM_DEPENDENCIES(CC)
--
--dnl Because recent automake complains about AS, set it here.
--CCAS="$CC"
--AC_SUBST(CCAS)
-+AM_PROG_AS
-
- AC_ARG_WITH(binutils,
- [ --with-binutils=DIR search the directory DIR to find binutils])