add autogen to INSTALL
This commit is contained in:
parent
baea17662b
commit
ff174dbea1
2 changed files with 3 additions and 0 deletions
1
INSTALL
1
INSTALL
|
@ -40,6 +40,7 @@ need the following.
|
|||
* Python 2.5.2 or later
|
||||
* Autoconf 2.60 or later
|
||||
* Automake 1.10.1 or later
|
||||
* Autogen 5.10 or later
|
||||
|
||||
Prerequisites for make-check:
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
autogen --version >/dev/null || (echo autogen missing; exit 1)
|
||||
|
||||
echo "Creating symlinks..."
|
||||
ln -svf ../NEWS grub-core/
|
||||
ln -svf ../TODO grub-core/
|
||||
|
|
Loading…
Reference in a new issue