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:
parent
d05f0df3eb
commit
2031822238
2 changed files with 9 additions and 4 deletions
|
@ -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>
|
||||
|
||||
* Makefile.in (pkglib_DATA): Add handler.lst.
|
||||
|
|
8
INSTALL
8
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.
|
||||
|
|
Loading…
Reference in a new issue