From 5373aed1a8087a7f6f7e428f693d0f2d36d35eca Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Fri, 30 Jul 2004 14:17:05 +0000
Subject: [PATCH] * Use ATerm 2.2. * Include bootstrap.sh in dist.

---
 Makefile.am           | 2 +-
 externals/Makefile.am | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 97f590cc8..dfd3bbfdb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 SUBDIRS = externals src scripts corepkgs doc misc tests
-EXTRA_DIST = substitute.mk nix.spec nix.spec.in
+EXTRA_DIST = substitute.mk nix.spec nix.spec.in bootstrap
 
 include ./substitute.mk
 
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
 
-- 
GitLab