2009-04-15 Felix Zielcke <fzielcke@z-51.de>

* INSTALL: Add that `./autogen.sh' needs to be run before
	`./configure.'.
This commit is contained in:
fzielcke 2009-04-15 06:58:39 +00:00
parent d05f0df3eb
commit 2031822238
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2009-04-15 Felix Zielcke <fzielcke@z-51.de>
* INSTALL: Add that `./autogen.sh' needs to be run before
`./configure.'.
2009-04-14 Bean <bean123ch@gmail.com> 2009-04-14 Bean <bean123ch@gmail.com>
* Makefile.in (pkglib_DATA): Add handler.lst. * Makefile.in (pkglib_DATA): Add handler.lst.

View file

@ -50,10 +50,10 @@ Building the GRUB
The simplest way to compile this package is: The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and 1. `cd' to the directory containing the package's source code and
type `./configure' to configure the package for your system. If type `autogen.sh' and then `./configure' to configure the package
you're using `csh' on an old version of System V, you might need for your system. If you're using `csh' on an old version of
to type `sh ./configure' instead to prevent `csh' from trying to System V, you might need to type `sh ./configure' instead to
execute `configure' itself. prevent `csh' from trying to execute `configure' itself.
Running `configure' takes awhile. While running, it prints some Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for. messages telling which features it is checking for.