add autogen to INSTALL

This commit is contained in:
BVK Chaitanya 2010-06-08 17:37:17 +05:30
parent baea17662b
commit ff174dbea1
2 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -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/