2009-04-19 Felix Zielcke <fzielcke@z-51.de>
* INSTALL: Replace `autogen.sh' with `./autogen.sh'.
This commit is contained in:
parent
0552ff9f81
commit
c6c5219fb6
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-04-19 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
|
* INSTALL: Replace `autogen.sh' with `./autogen.sh'.
|
||||||
|
|
||||||
2009-04-19 David S. Miller <davem@davemloft.net>
|
2009-04-19 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
* loader/sparc64/ieee1275/linux.c: Include grub/command.h
|
* loader/sparc64/ieee1275/linux.c: Include grub/command.h
|
||||||
|
|
6
INSTALL
6
INSTALL
|
@ -50,9 +50,9 @@ 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 `autogen.sh' and then `./configure' to configure the package
|
type `./autogen.sh' and then `./configure' to configure the
|
||||||
for your system. If you're using `csh' on an old version of
|
package for your system. If you're using `csh' on an old version
|
||||||
System V, you might need to type `sh ./configure' instead to
|
of System V, you might need to type `sh ./configure' instead to
|
||||||
prevent `csh' from trying 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
|
||||||
|
|
Loading…
Reference in a new issue