From 20318222381b6618738ffe6afd01b3ff4f98b63e Mon Sep 17 00:00:00 2001 From: fzielcke Date: Wed, 15 Apr 2009 06:58:39 +0000 Subject: [PATCH] 2009-04-15 Felix Zielcke * INSTALL: Add that `./autogen.sh' needs to be run before `./configure.'. --- ChangeLog | 5 +++++ INSTALL | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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.