diff --git a/ChangeLog b/ChangeLog index a1d503c04..ec5d64938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-19 Felix Zielcke + + * INSTALL: Replace `autogen.sh' with `./autogen.sh'. + 2009-04-19 David S. Miller * loader/sparc64/ieee1275/linux.c: Include grub/command.h diff --git a/INSTALL b/INSTALL index dbbdb6926..47d9295fc 100644 --- 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