diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-27 16:23:59 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-09-27 16:23:59 +0000 |
commit | 23e88e06a2cf63b687f4a82ca2e26111f1d8a878 (patch) | |
tree | d54d3a89160fc223f5ae2647804136e03d011f96 /packages/grub/grub-0.97 | |
parent | 5805b4b78964b11ed7aef4773f6c495e67828558 (diff) |
grub: fix version 0.97 for automake 1.10
* add patch from Kalev Lember
* closes bug 4587
* bump PR
Diffstat (limited to 'packages/grub/grub-0.97')
-rw-r--r-- | packages/grub/grub-0.97/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/grub/grub-0.97/automake-1.10.patch | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/grub/grub-0.97/.mtn2git_empty b/packages/grub/grub-0.97/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/grub/grub-0.97/.mtn2git_empty diff --git a/packages/grub/grub-0.97/automake-1.10.patch b/packages/grub/grub-0.97/automake-1.10.patch new file mode 100644 index 0000000000..e7c6ec061f --- /dev/null +++ b/packages/grub/grub-0.97/automake-1.10.patch @@ -0,0 +1,16 @@ +--- 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]) |