diff options
Diffstat (limited to 'meta/packages/grub/grub-0.97/autohell.patch')
-rw-r--r-- | meta/packages/grub/grub-0.97/autohell.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/grub/grub-0.97/autohell.patch b/meta/packages/grub/grub-0.97/autohell.patch deleted file mode 100644 index 279c529bb4..0000000000 --- a/meta/packages/grub/grub-0.97/autohell.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | --- | ||
2 | configure.ac | 4 ++-- | ||
3 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
4 | |||
5 | Index: grub-0.97/configure.ac | ||
6 | =================================================================== | ||
7 | --- grub-0.97.orig/configure.ac 2008-09-12 17:39:52.000000000 +0200 | ||
8 | +++ grub-0.97/configure.ac 2008-09-12 17:40:21.000000000 +0200 | ||
9 | @@ -60,8 +60,8 @@ AC_PROG_CC | ||
10 | _AM_DEPENDENCIES(CC) | ||
11 | |||
12 | dnl Because recent automake complains about AS, set it here. | ||
13 | -CCAS="$CC" | ||
14 | -AC_SUBST(CCAS) | ||
15 | +AM_PROG_AS | ||
16 | +AC_SUBST(AS) | ||
17 | |||
18 | AC_ARG_WITH(binutils, | ||
19 | [ --with-binutils=DIR search the directory DIR to find binutils]) | ||