Rename module xreadlink to xreadlink-with-size.
authorBruno Haible <bruno@clisp.org>
Wed, 28 Feb 2007 23:53:47 +0000 (23:53 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 28 Feb 2007 23:53:47 +0000 (23:53 +0000)
ChangeLog
m4/xreadlink.m4 [deleted file]
modules/xreadlink-with-size

index 99858a4..5fc9822 100644 (file)
--- 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,
diff --git a/m4/xreadlink.m4 b/m4/xreadlink.m4
deleted file mode 100644 (file)
index a6fc3ae..0000000
+++ /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])
-])
index efd279f..735317e 100644 (file)
@@ -3,8 +3,7 @@ Return the contents of a symbolic link, without size limitations.
 
 Files:
 lib/xreadlink.h
-lib/xreadlink.c
-m4/xreadlink.m4
+lib/xreadlink-with-size.c
 
 Depends-on:
 xalloc
@@ -12,9 +11,9 @@ readlink
 ssize_t
 
 configure.ac:
-gl_XREADLINK
 
 Makefile.am:
+lib_SOURCES += xreadlink-with-size.c
 
 Include:
 "xreadlink.h"