From: Bruno Haible Date: Sun, 8 May 2011 09:36:44 +0000 (+0200) Subject: getline: Simplify. X-Git-Tag: v0.1~2568 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8de748fddfbe9e0d6067a120052181ebaba39702;p=gnulib.git getline: Simplify. * m4/getline.m4 (gl_PREREQ_GETLINE): Don't invoke gl_FUNC_GETDELIM. It's already handled through the module dependency. --- diff --git a/ChangeLog b/ChangeLog index 10470203a..0b89b3902 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-08 Bruno Haible + 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 + 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... diff --git a/m4/getline.m4 b/m4/getline.m4 index ec001b91b..4a99c315e 100644 --- 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 @@ AC_DEFUN([gl_FUNC_GETLINE], # Prerequisites of lib/getline.c. AC_DEFUN([gl_PREREQ_GETLINE], [ - gl_FUNC_GETDELIM + : ])