From 046192904daa36bfbe30eb7e263dd976346b9bd5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 7 Aug 2003 10:49:28 +0000 Subject: [PATCH] Make the module 'getndelim2' compatible with the module 'getline'. --- ChangeLog | 5 +++++ m4/ChangeLog | 5 +++++ m4/getndelim2.m4 | 1 + modules/getndelim2 | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5d3423f33..529f1186d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-07 Bruno Haible + + * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not + lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2). + 2003-08-05 Paul Eggert * MODULES.html.sh (func_all_modules): Remove bumpalloc. diff --git a/m4/ChangeLog b/m4/ChangeLog index 01f8cf2f6..80c1e29fe 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2003-08-07 Bruno Haible + + * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes + the module 'getndelim2' compatible with the module 'getline'. + 2003-08-05 Paul Eggert * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII diff --git a/m4/getndelim2.m4 b/m4/getndelim2.m4 index db483281e..6715c53cd 100644 --- a/m4/getndelim2.m4 +++ b/m4/getndelim2.m4 @@ -8,6 +8,7 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_GETNDELIM2], [ + AC_LIBOBJ(getndelim2) gl_PREREQ_GETNDELIM2 ]) diff --git a/modules/getndelim2 b/modules/getndelim2 index 8f6f51713..3e924793d 100644 --- a/modules/getndelim2 +++ b/modules/getndelim2 @@ -15,7 +15,7 @@ configure.ac: gl_GETNDELIM2 Makefile.am: -lib_SOURCES += getndelim2.h getndelim2.c +EXTRA_DIST += getndelim2.h getndelim2.c Include: "getndelim2.h" -- 2.11.0