From afd172b0725c16dbf96b547339df5b59e96e7907 Mon Sep 17 00:00:00 2001
From: Jim Meyering <jim@meyering.net>
Date: Sat, 7 Feb 1998 09:54:05 +0000
Subject: [PATCH] *** empty log message ***

---
 m4/ChangeLog  | 8 ++++++++
 m4/getline.m4 | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/m4/ChangeLog b/m4/ChangeLog
index d01dfffa6c..4eb973b49a 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,11 @@
+1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
+
+	* getline.m4: Don't set am_cv_func_working_getline before the
+	cache-check for the same variable -- that defeated the purpose of
+	the test; the test program was never run.  This was a problem only
+	on systems with losing getline functions -- HP-UX 10.20 is one.
+	Reported by Bjorn Helgaas.
+
 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
 
 	* Makefile.am (EXTRA_DIST): Add perl.m4.
diff --git a/m4/getline.m4 b/m4/getline.m4
index 2fd393f0cb..834b1a2879 100644
--- a/m4/getline.m4
+++ b/m4/getline.m4
@@ -1,4 +1,4 @@
-#serial 2
+#serial 3
 
 dnl See if there's a working, system-supplied version of the getline function.
 dnl We can't just do AC_REPLACE_FUNCS(getline) because some systems
-- 
2.39.5