changeset 14958:0f9adf6a2b9e

getline: Simplify. * m4/getline.m4 (gl_PREREQ_GETLINE): Don't invoke gl_FUNC_GETDELIM. It's already handled through the module dependency.
author Bruno Haible <bruno@clisp.org>
date Sun, 08 May 2011 11:36:44 +0200
parents 20685414cb63
children 27680dcf5c46
files ChangeLog m4/getline.m4
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+	getline: Simplify.
+	* m4/getline.m4 (gl_PREREQ_GETLINE): Don't invoke gl_FUNC_GETDELIM.
+	It's already handled through the module dependency.
+
 2011-05-08  Bruno Haible  <bruno@clisp.org>
 
 	getdelim: Move AC_LIBOBJ invocations to module description.
--- a/m4/getline.m4
+++ b/m4/getline.m4
@@ -1,4 +1,4 @@
-# getline.m4 serial 23
+# getline.m4 serial 24
 
 dnl Copyright (C) 1998-2003, 2005-2007, 2009-2011 Free Software Foundation,
 dnl Inc.
@@ -93,5 +93,5 @@
 # Prerequisites of lib/getline.c.
 AC_DEFUN([gl_PREREQ_GETLINE],
 [
-  gl_FUNC_GETDELIM
+  :
 ])