* Use ATerm 2.1.

This commit is contained in:
Eelco Dolstra 2004-06-28 14:51:42 +00:00
parent 151e61fa5a
commit 00aadf478b
1 changed files with 3 additions and 3 deletions

View File

@ -34,12 +34,12 @@ endif
# CWI ATerm
ATERM = aterm-2.0.5
ATERM = aterm-2.1
$(ATERM).tar.gz:
@echo "Nix requires the CWI ATerm library to build."
@echo "Please download version 2.0.5 from"
@echo " http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.5.tar.gz"
@echo "Please download version 2.1 from"
@echo " http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.1.tar.gz"
@echo "and place it in the externals/ directory."
false