changeset 4512:c761847c9afa

Make the module 'getndelim2' compatible with the module 'getline'.
author Bruno Haible <bruno@clisp.org>
date Thu, 07 Aug 2003 10:49:28 +0000
parents f20f9b21867e
children c5ffba0b61b5
files ChangeLog m4/ChangeLog m4/getndelim2.m4 modules/getndelim2
diffstat 4 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-07  Bruno Haible  <bruno@clisp.org>
+
+	* 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  <eggert@twinsun.com>
 
 	* MODULES.html.sh (func_all_modules): Remove bumpalloc.
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-07  Bruno Haible  <bruno@clisp.org>
+
+	* getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
+	the module 'getndelim2' compatible with the module 'getline'.
+
 2003-08-05  Paul Eggert  <eggert@twinsun.com>
 
 	* regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
--- a/m4/getndelim2.m4
+++ b/m4/getndelim2.m4
@@ -8,6 +8,7 @@
 
 AC_DEFUN([gl_GETNDELIM2],
 [
+  AC_LIBOBJ(getndelim2)
   gl_PREREQ_GETNDELIM2
 ])
 
--- a/modules/getndelim2
+++ b/modules/getndelim2
@@ -15,7 +15,7 @@
 gl_GETNDELIM2
 
 Makefile.am:
-lib_SOURCES += getndelim2.h getndelim2.c
+EXTRA_DIST += getndelim2.h getndelim2.c
 
 Include:
 "getndelim2.h"