aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-07-30 14:17:05 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-07-30 14:17:05 +0000
commit5373aed1a8087a7f6f7e428f693d0f2d36d35eca (patch)
tree953f69622e0189fbad80bc0d6f33b9b3ef03a593 /externals/Makefile.am
parent16c8b4c8e533292aef40b83a40eea2b0f621e534 (diff)
* Use ATerm 2.2.
* Include bootstrap.sh in dist.
Diffstat (limited to 'externals/Makefile.am')
-rw-r--r--externals/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am
index 7ae27dda3..874196761 100644
--- a/externals/Makefile.am
+++ b/externals/Makefile.am
@@ -34,12 +34,12 @@ endif
# CWI ATerm
-ATERM = aterm-2.1
+ATERM = aterm-2.2
$(ATERM).tar.gz:
@echo "Nix requires the CWI ATerm library to build."
- @echo "Please download version 2.1 from"
- @echo " http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.1.tar.gz"
+ @echo "Please download version 2.2 from"
+ @echo " http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.2.tar.gz"
@echo "and place it in the externals/ directory."
false