From a6d083f4c5eee3caf460558c16090cc0e340aa78 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 13 Jan 2003 07:08:00 +0000 Subject: [PATCH] (gl_PREREQ_GETLINE): Require AC_HEADER_STDC. --- m4/getline.m4 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/m4/getline.m4 b/m4/getline.m4 index d3e11147e..b5943918c 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 8 + +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 @@ -60,5 +63,6 @@ AC_DEFUN([AM_FUNC_GETLINE], # Prerequisites of lib/getline.c. AC_DEFUN([gl_PREREQ_GETLINE], [ + AC_REQUIRE([AC_HEADER_STDC]) AC_CHECK_FUNCS(getdelim) ]) -- 2.11.0