summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--m4/ChangeLog5
-rw-r--r--m4/getndelim2.m41
-rw-r--r--modules/getndelim22
4 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d3423f337..529f1186df 100644
--- 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.
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 01f8cf2f60..80c1e29fe2 100644
--- 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
diff --git a/m4/getndelim2.m4 b/m4/getndelim2.m4
index db483281e1..6715c53cd8 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 8f6f51713e..3e924793d9 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"