* 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>
+
+ 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.
-# getline.m4 serial 23
+# getline.m4 serial 24
dnl Copyright (C) 1998-2003, 2005-2007, 2009-2011 Free Software Foundation,
dnl Inc.
# Prerequisites of lib/getline.c.
AC_DEFUN([gl_PREREQ_GETLINE],
[
- gl_FUNC_GETDELIM
+ :
])