]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-04-19 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Sun, 19 Apr 2009 14:49:43 +0000 (14:49 +0000)
committerfzielcke <fzielcke@localhost>
Sun, 19 Apr 2009 14:49:43 +0000 (14:49 +0000)
* INSTALL: Replace `autogen.sh' with `./autogen.sh'.

ChangeLog
INSTALL

index a1d503c0428f9d1010994ecf2d4bed54c777df33..ec5d64938ed58d9bac5487f13e307d1e1819a8ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-19  Felix Zielcke  <fzielcke@z-51.de>
+
+       * INSTALL: Replace `autogen.sh' with `./autogen.sh'.
+
 2009-04-19  David S. Miller  <davem@davemloft.net>
 
        * loader/sparc64/ieee1275/linux.c: Include grub/command.h
diff --git a/INSTALL b/INSTALL
index dbbdb692600c1f3126e6042210f18e837f7ddbea..47d9295fce96ea48a55d8108b2c101e7106814cc 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -50,9 +50,9 @@ Building the GRUB
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and
-     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
+     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