summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Harvey <dmharvey@cims.nyu.edu>2011-04-28 19:59:02 +0200
committerDavid Harvey <dmharvey@cims.nyu.edu>2011-04-28 19:59:02 +0200
commit49c898036308cb86c245bc0759258fe145e1a4ea (patch)
tree16bc6369fc0433e622dda6728a3fd338209e4d4a
parentbde0c599eb7d76219c2afd7bd247cf72d86d23ee (diff)
downloadgmp-49c898036308cb86c245bc0759258fe145e1a4ea.tar.gz
README.HG: update autotools version numbers.
-rw-r--r--ChangeLog4
-rw-r--r--README.HG6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b94e0da5..e57ef060d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-28 David Harvey <dmharvey@cims.nyu.edu>
+
+ * README.HG: update autotools version numbers.
+
2011-04-27 Torbjorn Granlund <tege@gmplib.org>
* tune/speed.h (speed_cyclecounter): Always use PIC variant when
diff --git a/README.HG b/README.HG
index 8c7ebd832..78194af9d 100644
--- a/README.HG
+++ b/README.HG
@@ -2,11 +2,11 @@ When you have checked out a fresh copy of GMP from the repository, the
usual ./configure && make is not sufficient to build the sources. You
need to have the following extra tools installed:
-* autoconf-2.59
+* autoconf-2.65
-* automake-1.8.4
+* automake-1.11.1
-* libtool-1.5.24
+* libtool-2.2.6b
Later versions of these tools may work as well. Then the following
steps are needed: