From 148866bc7324fc1f501383b9def0ed0451b7675f Mon Sep 17 00:00:00 2001
From: Yang Tse <yangsita@gmail.com>
Date: Sat, 5 Jul 2008 03:12:47 +0000
Subject: [PATCH] mention that egrep and ar are also mandatory

---
 CHANGES | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 43c39fdaaa..ddd020dc7b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,7 +28,8 @@ Yang Tse (2 Jul 2008)
   will fallback to gettimeofday when the monotonic clock is unavailable at
   run-time.
 
-- The configure process will now halt when sed or grep are unavailable.
+- The configure process will now halt when sed, grep, egrep or ar programs
+  can not be found among the directories in PATH variable.
 
 Daniel Stenberg (1 Jul 2008)
 - Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITY
-- 
GitLab