+2007-02-28 Bruno Haible <bruno@clisp.org>
+
+ * modules/xreadlink-with-size: Renamed from modules/xreadlink.
+ (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
+ lib/xreadlink-with-size.c.
+ (configure.ac): Remove gl_XREADLINK invocation.
+ (Makefile.am): Augment lib_SOURCES.
+ * m4/xreadlink.m4: Remove file.
+ * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
+
2007-02-25 Jim Meyering <jim@meyering.net>
* build-aux/announce-gen: When complaining about excess arguments,
+++ /dev/null
-#serial 8
-dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_XREADLINK],
-[
- AC_LIBOBJ([xreadlink])
-
- dnl Prerequisites of lib/xreadlink.c.
- AC_REQUIRE([gt_TYPE_SSIZE_T])
-])
Files:
lib/xreadlink.h
-lib/xreadlink.c
-m4/xreadlink.m4
+lib/xreadlink-with-size.c
Depends-on:
xalloc
ssize_t
configure.ac:
-gl_XREADLINK
Makefile.am:
+lib_SOURCES += xreadlink-with-size.c
Include:
"xreadlink.h"