X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgetline.m4;h=606a989b950872a2623509fed9eaec0669b8e282;hb=02d97fa1f7a73756747951b74de8655d9f11b509;hp=d3e11147e3a31912caad96d9a6de390ac01ef0ef;hpb=e059c2358aad79ce8dfd9581dd6f12ce8503dc63;p=gnulib.git diff --git a/m4/getline.m4 b/m4/getline.m4 index d3e11147e..606a989b9 100644 --- a/m4/getline.m4 +++ b/m4/getline.m4 @@ -1,5 +1,8 @@ -# getline.m4 serial 7 -dnl Copyright (C) 1998-2002 Free Software Foundation, Inc. +# getline.m4 serial 9 + +dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software +dnl Foundation, Inc. + dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -53,7 +56,9 @@ AC_DEFUN([AM_FUNC_GETLINE], AC_DEFINE([getline], [gnu_getline], [Define to a replacement function name for getline().]) AC_LIBOBJ(getline) + AC_LIBOBJ(getndelim2) gl_PREREQ_GETLINE + gl_PREREQ_GETNDELIM2 fi ])