Revision: 2113
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2113
Author:   fzielcke
Date:     2009-04-15 06:58:39 +0000 (Wed, 15 Apr 2009)
Log Message:
-----------
2009-04-15  Felix Zielcke  <[email protected]>

        * INSTALL: Add that `./autogen.sh' needs to be run before
        `./configure.'.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/INSTALL

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-04-14 18:12:14 UTC (rev 2112)
+++ trunk/grub2/ChangeLog       2009-04-15 06:58:39 UTC (rev 2113)
@@ -1,3 +1,8 @@
+2009-04-15  Felix Zielcke  <[email protected]>
+
+       * INSTALL: Add that `./autogen.sh' needs to be run before
+       `./configure.'.
+
 2009-04-14  Bean  <[email protected]>
 
        * Makefile.in (pkglib_DATA): Add handler.lst.

Modified: trunk/grub2/INSTALL
===================================================================
--- trunk/grub2/INSTALL 2009-04-14 18:12:14 UTC (rev 2112)
+++ trunk/grub2/INSTALL 2009-04-15 06:58:39 UTC (rev 2113)
@@ -50,10 +50,10 @@
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and
-     type `./configure' to configure the package for your system.  If
-     you're using `csh' on an old version of System V, you might need
-     to type `sh ./configure' instead to prevent `csh' from trying to
-     execute `configure' itself.
+     type `autogen.sh' and then `./configure' to configure the package
+     for your system.  If you're using `csh' on an old version of
+     System V, you might need to type `sh ./configure' instead to
+     prevent `csh' from trying to execute `configure' itself.
 
      Running `configure' takes awhile.  While running, it prints some
      messages telling which features it is checking for.



Reply via email to