From 6cedb9642627dfaea60df4452c295cc8b6f8953b Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Thu, 5 Dec 2002 17:21:32 +0100
Subject: [PATCH] There is no need for automake.

Rev: README.txt:1.16
---
 README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.txt b/README.txt
index 8619fb7abc..4443a83464 100644
--- a/README.txt
+++ b/README.txt
@@ -16,8 +16,8 @@ The top-level makefile (in this directory, not the src directory) has
 all the magic you need to build pike directly from CVS.  Just type
 'make'.
 
-You will need autoconf, automake, gnu m4, bison, a C compiler and the
-GMP library.  You probably also want to use GNU make and libz.
+You will need autoconf, gnu m4, bison, a C compiler and the GMP
+library. You probably also want to use GNU make and libz.
 
 If that doesn't work, or you like making things difficult for
 yourself, try the Old instructions:
-- 
GitLab