Skip to content

Commit

Permalink
add autogen to INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
BVK Chaitanya committed Jun 8, 2010
1 parent baea176 commit ff174db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ff174db

Please sign in to comment.