Fix terminology and add more comments about automake.
This commit is contained in:
parent
0c8552cfae
commit
a5ef4c14d6
1 changed files with 11 additions and 7 deletions
8
INSTALL
8
INSTALL
|
@ -27,7 +27,7 @@ configuring the GRUB.
|
||||||
Binutils has changed the behavior of 16bit assembler between 2.9.1
|
Binutils has changed the behavior of 16bit assembler between 2.9.1
|
||||||
and 2.9.1.0.x, and we support only 2.9.1.0.x and higher. In
|
and 2.9.1.0.x, and we support only 2.9.1.0.x and higher. In
|
||||||
particular, we recommend using binutils 2.10, since it is the only
|
particular, we recommend using binutils 2.10, since it is the only
|
||||||
public release that supports real 16bit mode. Please taka a look at
|
public release that supports real 16bit mode. Please take a look at
|
||||||
the web page <http://sourceware.cygnus.com/binutils/>, for more
|
the web page <http://sourceware.cygnus.com/binutils/>, for more
|
||||||
information. Note that you don't have to install it into any system
|
information. Note that you don't have to install it into any system
|
||||||
directory. See the section "Operation Controls", if you want to
|
directory. See the section "Operation Controls", if you want to
|
||||||
|
@ -43,7 +43,7 @@ configure script.
|
||||||
Texinfo release. See the web page
|
Texinfo release. See the web page
|
||||||
<http://www.gnu.org/software/texinfo/texinfo.html>.
|
<http://www.gnu.org/software/texinfo/texinfo.html>.
|
||||||
|
|
||||||
* Developers: GNU Automake 1.4h or later
|
* Developers: GNU Automake 1.5
|
||||||
|
|
||||||
You should not need Automake just to compile GRUB, but you will need
|
You should not need Automake just to compile GRUB, but you will need
|
||||||
it if you edit any of the build files (Makefile.am, configure.in,
|
it if you edit any of the build files (Makefile.am, configure.in,
|
||||||
|
@ -51,6 +51,10 @@ configure script.
|
||||||
latest release of automake. See the web page
|
latest release of automake. See the web page
|
||||||
<http://www.gnu.org/software/automake/automake.html>.
|
<http://www.gnu.org/software/automake/automake.html>.
|
||||||
|
|
||||||
|
Note that you shouldn't use 1.6 because of the incompatibility on
|
||||||
|
assembler support. We will shift to 1.6, once 1.6 becomes more popular
|
||||||
|
than 1.5.
|
||||||
|
|
||||||
|
|
||||||
Configuring the GRUB
|
Configuring the GRUB
|
||||||
====================
|
====================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue