+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.
+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
AC_DEFUN([gl_GETNDELIM2],
[
+ AC_LIBOBJ(getndelim2)
gl_PREREQ_GETNDELIM2
])
gl_GETNDELIM2
Makefile.am:
-lib_SOURCES += getndelim2.h getndelim2.c
+EXTRA_DIST += getndelim2.h getndelim2.c
Include:
"getndelim2.h"