changeset 8261:fc160b004ee8

Rename module xreadlink to xreadlink-with-size.
author Bruno Haible <bruno@clisp.org>
date Wed, 28 Feb 2007 23:53:47 +0000
parents 8d397badeab6
children e13973f34901
files ChangeLog m4/xreadlink.m4 modules/xreadlink-with-size
diffstat 3 files changed, 12 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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,
deleted file mode 100644
--- a/m4/xreadlink.m4
+++ /dev/null
@@ -1,13 +0,0 @@
-#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])
-])
--- a/modules/xreadlink-with-size
+++ b/modules/xreadlink-with-size
@@ -3,8 +3,7 @@
 
 Files:
 lib/xreadlink.h
-lib/xreadlink.c
-m4/xreadlink.m4
+lib/xreadlink-with-size.c
 
 Depends-on:
 xalloc
@@ -12,9 +11,9 @@
 ssize_t
 
 configure.ac:
-gl_XREADLINK
 
 Makefile.am:
+lib_SOURCES += xreadlink-with-size.c
 
 Include:
 "xreadlink.h"