diff --git a/ChangeLog b/ChangeLog index 25fcf56c3..ad98dad85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-15 Felix Zielcke + + * INSTALL: Add that `./autogen.sh' needs to be run before + `./configure.'. + 2009-04-14 Bean * Makefile.in (pkglib_DATA): Add handler.lst. diff --git a/INSTALL b/INSTALL index fa2edfdac..dbbdb6926 100644 --- a/INSTALL +++ b/INSTALL @@ -50,10 +50,10 @@ Building the GRUB 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.