Make the module 'getndelim2' compatible with the module 'getline'.
authorBruno Haible <bruno@clisp.org>
Thu, 7 Aug 2003 10:49:28 +0000 (10:49 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 7 Aug 2003 10:49:28 +0000 (10:49 +0000)
ChangeLog
m4/ChangeLog
m4/getndelim2.m4
modules/getndelim2

index 5d3423f33713e5fb2188a00153488988e9a008df..529f1186dfe93f0d2c13f8776730716c3d94094f 100644 (file)
--- 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.
index 01f8cf2f605b16cb9a8d8081f0e088ed399027e3..80c1e29fe2a2dc76e2c254fdf87d3eb0af8d23f2 100644 (file)
@@ -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
index db483281e1c4afe193fa32209314553505163c70..6715c53cd862366b1780eb07c2fd7c2723addf86 100644 (file)
@@ -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
 ])
 
index 8f6f51713e8eefe4d2fcb4ae2b1ef470b36d7904..3e924793d9b53f24b7527529f3c517d37e22606f 100644 (file)
@@ -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"