Revision: 1967
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1967
Author: fzielcke
Date: 2009-02-01 16:17:32 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
2009-02-01 Felix Zielcke <[email protected]>
* INSTALL: Note that we now require at least autconf 2.59 and that LZO
is optional.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/INSTALL
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-02-01 09:33:29 UTC (rev 1966)
+++ trunk/grub2/ChangeLog 2009-02-01 16:17:32 UTC (rev 1967)
@@ -1,3 +1,8 @@
+2009-02-01 Felix Zielcke <[email protected]>
+
+ * INSTALL: Note that we now require at least autconf 2.59 and that LZO
+ is optional.
+
2009-02-01 Vesa Jääskeläinen <[email protected]>
Base on patch on bug #24154 created by Tomas Tintera
Modified: trunk/grub2/INSTALL
===================================================================
--- trunk/grub2/INSTALL 2009-02-01 09:33:29 UTC (rev 1966)
+++ trunk/grub2/INSTALL 2009-02-01 16:17:32 UTC (rev 1967)
@@ -16,12 +16,12 @@
* GNU Bison
* GNU binutils 2.9.1.0.23 or later
* Other standard GNU/Unix tools
-* LZO 1.02 or later
+* LZO 1.02 or later (optional)
If you'd like to develop GRUB, these below are also required.
* Ruby 1.6 or later
-* Autoconf 2.53 or later
+* Autoconf 2.59 or later
Configuring the GRUB
====================