getline: Simplify.
authorBruno Haible <bruno@clisp.org>
Sun, 8 May 2011 09:36:44 +0000 (11:36 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:06:04 +0000 (00:06 +0200)
* m4/getline.m4 (gl_PREREQ_GETLINE): Don't invoke gl_FUNC_GETDELIM.
It's already handled through the module dependency.

ChangeLog
m4/getline.m4

index 1047020..0b89b39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * m4/getdelim.m4 (gl_FUNC_GETDELIM): Set HAVE_GETDELIM. Move AC_LIBOBJ
        and gl_PREREQ_GETDELIM invocations from here...
index ec001b9..4a99c31 100644 (file)
@@ -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 @@ AC_DEFUN([gl_FUNC_GETLINE],
 # Prerequisites of lib/getline.c.
 AC_DEFUN([gl_PREREQ_GETLINE],
 [
-  gl_FUNC_GETDELIM
+  :
 ])